2014-12-05 15:03:24 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for UniPhier PH1-sLD3 Reference Board
|
|
|
|
*
|
2015-08-28 11:13:18 +00:00
|
|
|
* Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
|
2014-12-05 15:03:24 +00:00
|
|
|
*
|
2015-06-30 09:27:01 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+ X11
|
2014-12-05 15:03:24 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "uniphier-ph1-sld3.dtsi"
|
2015-02-05 05:30:25 +00:00
|
|
|
/include/ "uniphier-ref-daughter.dtsi"
|
2014-12-05 15:03:24 +00:00
|
|
|
|
|
|
|
/ {
|
2015-03-11 06:54:46 +00:00
|
|
|
model = "UniPhier PH1-sLD3 Reference Board";
|
|
|
|
compatible = "socionext,ph1-sld3-ref", "socionext,ph1-sld3";
|
2014-12-05 15:03:24 +00:00
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
2015-08-28 13:33:13 +00:00
|
|
|
reg = <0x80000000 0x20000000
|
|
|
|
0xc0000000 0x20000000>;
|
2014-12-05 15:03:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
2015-12-17 06:05:01 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
2014-12-05 15:03:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2015-08-28 13:33:13 +00:00
|
|
|
serial0 = &serial0;
|
|
|
|
serial1 = &serial1;
|
|
|
|
serial2 = &serial2;
|
2014-12-05 15:03:24 +00:00
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
|
|
|
i2c2 = &i2c2;
|
|
|
|
i2c3 = &i2c3;
|
2015-08-28 13:33:13 +00:00
|
|
|
i2c4 = &i2c4;
|
2014-12-05 15:03:24 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
&serial0 {
|
2014-12-05 15:03:24 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
&serial1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial2 {
|
2014-12-05 15:03:24 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2015-08-28 11:13:18 +00:00
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
&usb2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2015-08-28 11:13:18 +00:00
|
|
|
/* for U-boot only */
|
2015-08-28 13:33:13 +00:00
|
|
|
&serial0 {
|
2015-08-28 11:13:18 +00:00
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|