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