]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/uniphier-proxstream2-gentil.dts
ARM: dts: uniphier: sync Device Trees with upstream Linux
[u-boot] / arch / arm / dts / uniphier-proxstream2-gentil.dts
1 /*
2  * Device Tree Source for UniPhier ProXstream2 Gentil 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-proxstream2.dtsi"
11
12 / {
13         model = "UniPhier ProXstream2 Gentil Board";
14         compatible = "socionext,proxstream2-gentil", "socionext,proxstream2";
15
16         memory {
17                 device_type = "memory";
18                 reg = <0x80000000 0x80000000>;
19         };
20
21         chosen {
22                 stdout-path = "serial2:115200n8";
23         };
24
25         aliases {
26                 serial0 = &serial0;
27                 serial1 = &serial1;
28                 serial2 = &serial2;
29                 i2c0 = &i2c0;
30                 i2c2 = &i2c2;
31                 i2c4 = &i2c4;
32                 i2c5 = &i2c5;
33                 i2c6 = &i2c6;
34         };
35 };
36
37 &serial2 {
38         status = "okay";
39 };
40
41 &i2c0 {
42         status = "okay";
43
44         eeprom {
45                 compatible = "24c64", "i2c-eeprom";
46                 reg = <0x54>;
47                 u-boot,i2c-offset-len = <2>;
48         };
49 };
50
51 &i2c2 {
52         status = "okay";
53 };
54
55 &emmc {
56         status = "okay";
57 };
58
59 &usb0 {
60         status = "okay";
61 };
62
63 &usb1 {
64         status = "okay";
65 };
66
67 /* for U-Boot only */
68 &serial2 {
69         u-boot,dm-pre-reloc;
70 };
71
72 &mio {
73         u-boot,dm-pre-reloc;
74 };
75
76 &emmc {
77         u-boot,dm-pre-reloc;
78 };
79
80 &pinctrl_uart2 {
81         u-boot,dm-pre-reloc;
82 };
83
84 &pinctrl_emmc {
85         u-boot,dm-pre-reloc;
86 };