]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/uniphier-ph1-pro4-sanji.dts
ARM: dts: uniphier: add SD/MMC host controller nodes
[u-boot] / arch / arm / dts / uniphier-ph1-pro4-sanji.dts
1 /*
2  * Device Tree Source for UniPhier PH1-Pro4 Sanji Board
3  *
4  * Copyright (C) 2016 Masahiro Yamada <yamada.masahiro@socionext.com>
5  *
6  * SPDX-License-Identifier:     GPL-2.0+        X11
7  */
8
9 /dts-v1/;
10 /include/ "uniphier-ph1-pro4.dtsi"
11
12 / {
13         model = "UniPhier PH1-Pro4 Sanji Board";
14         compatible = "socionext,ph1-pro4-sanji", "socionext,ph1-pro4";
15
16         memory {
17                 device_type = "memory";
18                 reg = <0x80000000 0x80000000>;
19         };
20
21         chosen {
22                 stdout-path = "serial0:115200n8";
23         };
24
25         aliases {
26                 serial0 = &serial0;
27                 serial1 = &serial1;
28                 i2c0 = &i2c0;
29                 i2c1 = &i2c1;
30                 i2c2 = &i2c2;
31                 i2c3 = &i2c3;
32                 i2c5 = &i2c5;
33                 i2c6 = &i2c6;
34         };
35 };
36
37 &serial0 {
38         status = "okay";
39 };
40
41 &serial1 {
42         status = "okay";
43 };
44
45 &i2c0 {
46         status = "okay";
47
48         eeprom {
49                 compatible = "24c64", "i2c-eeprom";
50                 reg = <0x54>;
51                 u-boot,i2c-offset-len = <2>;
52         };
53 };
54
55 &i2c1 {
56         status = "okay";
57 };
58
59 &i2c2 {
60         status = "okay";
61 };
62
63 &i2c3 {
64         status = "okay";
65 };
66
67 &emmc {
68         status = "okay";
69 };
70
71 &usb0 {
72         status = "okay";
73 };
74
75 &usb1 {
76         status = "okay";
77 };
78
79 &usb2 {
80         status = "okay";
81 };
82
83 &usb3 {
84         status = "okay";
85 };
86
87 /* for U-Boot only */
88 / {
89         soc {
90                 u-boot,dm-pre-reloc;
91         };
92 };
93
94 &serial0 {
95         u-boot,dm-pre-reloc;
96 };
97
98 &pinctrl {
99         u-boot,dm-pre-reloc;
100 };
101
102 &pinctrl_uart0 {
103         u-boot,dm-pre-reloc;
104 };