summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-v7-u-boot.dtsi
blob: eadcc21fc065f1a5451c8dc0c46c6a526a037d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/ {
	soc {
		bootph-all;

		timer@60000200 {
			bootph-all;
		};

		serial@54006800 {
			bootph-all;
		};

		serial@54006900 {
			bootph-all;
		};

		serial@54006a00 {
			bootph-all;
		};

		soc-glue@5f800000 {
			bootph-all;

			pinctrl {
				bootph-all;

				emmc {
					bootph-all;
				};

				uart0 {
					bootph-all;
				};

				uart1 {
					bootph-all;
				};

				uart2 {
					bootph-all;
				};
			};
		};
	};
};

&emmc {
	bootph-all;
};