blob: eb1d2bcc63a087fd66d14a92371ae3f96bc1a142 [file] [log] [blame]
Masahiro Yamada019df872015-09-22 00:27:41 +09001/*
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 {
Masahiro Yamadab00543e2015-12-17 15:05:01 +090022 stdout-path = "serial2:115200n8";
Masahiro Yamada019df872015-09-22 00:27:41 +090023 };
24
25 aliases {
26 serial0 = &serial0;
27 serial1 = &serial1;
28 serial2 = &serial2;
29 i2c0 = &i2c0;
Masahiro Yamada500aaca2016-02-12 20:27:01 +090030 i2c2 = &i2c2;
Masahiro Yamada019df872015-09-22 00:27:41 +090031 i2c4 = &i2c4;
32 i2c5 = &i2c5;
33 i2c6 = &i2c6;
34 };
35};
36
37&serial2 {
38 status = "okay";
39};
40
41&i2c0 {
42 status = "okay";
Masahiro Yamadaa65256d2016-02-12 20:27:00 +090043
44 eeprom {
45 compatible = "24c64", "i2c-eeprom";
46 reg = <0x54>;
47 u-boot,i2c-offset-len = <2>;
48 };
Masahiro Yamada019df872015-09-22 00:27:41 +090049};
50
Masahiro Yamada500aaca2016-02-12 20:27:01 +090051&i2c2 {
52 status = "okay";
53};
54
Masahiro Yamadac7f94ee2016-02-18 19:52:50 +090055&emmc {
56 status = "okay";
57};
58
Masahiro Yamada2610b132015-11-04 21:56:07 +090059&usb0 {
60 status = "okay";
61};
62
63&usb1 {
64 status = "okay";
65};
66
Bin Menga1875592016-02-05 19:30:11 -080067/* for U-Boot only */
Masahiro Yamada019df872015-09-22 00:27:41 +090068/ {
69 soc {
70 u-boot,dm-pre-reloc;
71 };
72};
73
74&serial2 {
75 u-boot,dm-pre-reloc;
76};
77
Masahiro Yamadaa55d9fe2016-02-16 17:08:39 +090078&mio {
79 u-boot,dm-pre-reloc;
80};
81
82&emmc {
83 u-boot,dm-pre-reloc;
84};
85
Masahiro Yamada019df872015-09-22 00:27:41 +090086&pinctrl {
87 u-boot,dm-pre-reloc;
88};
89
90&pinctrl_uart2 {
91 u-boot,dm-pre-reloc;
92};
Masahiro Yamadaa55d9fe2016-02-16 17:08:39 +090093
94&pinctrl_emmc {
95 u-boot,dm-pre-reloc;
96};