2014-12-05 15:03:24 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for UniPhier PH1-sLD3 Reference Board
|
|
|
|
*
|
2015-02-05 05:30:25 +00:00
|
|
|
* Copyright (C) 2014-2015 Panasonic Corporation
|
2015-03-11 06:54:46 +00:00
|
|
|
* Copyright (C) 2015 Socionext Inc.
|
|
|
|
* Author: 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";
|
|
|
|
reg = <0x80000000 0x40000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyPS0,115200 earlyprintk";
|
|
|
|
stdout-path = &uart0;
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2014-12-18 10:11:00 +00:00
|
|
|
serial0 = &uart0;
|
|
|
|
serial1 = &uart1;
|
|
|
|
serial2 = &uart2;
|
2014-12-05 15:03:24 +00:00
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
|
|
|
i2c2 = &i2c2;
|
|
|
|
i2c3 = &i2c3;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|