]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/uniphier-proxstream2-gentil.dts
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[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 / {
69         soc {
70                 u-boot,dm-pre-reloc;
71         };
72 };
73
74 &serial2 {
75         u-boot,dm-pre-reloc;
76 };
77
78 &mio {
79         u-boot,dm-pre-reloc;
80 };
81
82 &emmc {
83         u-boot,dm-pre-reloc;
84 };
85
86 &pinctrl {
87         u-boot,dm-pre-reloc;
88 };
89
90 &pinctrl_uart2 {
91         u-boot,dm-pre-reloc;
92 };
93
94 &pinctrl_emmc {
95         u-boot,dm-pre-reloc;
96 };