2014-11-26 18:33:59 +09:00
|
|
|
/*
|
2016-10-07 16:43:00 +09:00
|
|
|
* Device Tree Source for UniPhier LD4 Reference Board
|
2014-11-26 18:33:59 +09:00
|
|
|
*
|
2016-10-07 16:43:00 +09:00
|
|
|
* Copyright (C) 2015-2016 Socionext Inc.
|
|
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2014-11-26 18:33:59 +09:00
|
|
|
*
|
2015-06-30 18:27:01 +09:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+ X11
|
2014-11-26 18:33:59 +09:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2016-10-07 16:43:00 +09:00
|
|
|
/include/ "uniphier-ld4.dtsi"
|
2015-02-05 14:30:25 +09:00
|
|
|
/include/ "uniphier-ref-daughter.dtsi"
|
2016-03-18 16:41:40 +09:00
|
|
|
/include/ "uniphier-support-card.dtsi"
|
2014-11-26 18:33:59 +09:00
|
|
|
|
|
|
|
/ {
|
2016-10-07 16:43:00 +09:00
|
|
|
model = "UniPhier LD4 Reference Board";
|
|
|
|
compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4";
|
2014-11-26 18:33:59 +09:00
|
|
|
|
|
|
|
chosen {
|
2015-12-17 15:05:01 +09:00
|
|
|
stdout-path = "serial0:115200n8";
|
2014-11-26 18:33:59 +09:00
|
|
|
};
|
2014-12-06 00:03:23 +09:00
|
|
|
|
|
|
|
aliases {
|
2015-08-28 22:33:13 +09:00
|
|
|
serial0 = &serial0;
|
|
|
|
serial1 = &serial1;
|
|
|
|
serial2 = &serial2;
|
|
|
|
serial3 = &serial3;
|
2014-12-06 00:03:23 +09:00
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
|
|
|
i2c2 = &i2c2;
|
|
|
|
i2c3 = &i2c3;
|
|
|
|
};
|
2017-03-13 00:16:39 +09:00
|
|
|
|
2017-03-13 00:16:40 +09:00
|
|
|
memory@80000000 {
|
2017-03-13 00:16:39 +09:00
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x80000000 0x20000000>;
|
|
|
|
};
|
2014-11-26 18:33:59 +09:00
|
|
|
};
|
2014-11-26 18:34:00 +09:00
|
|
|
|
2016-03-18 16:41:40 +09:00
|
|
|
ðsc {
|
|
|
|
interrupts = <0 49 4>;
|
|
|
|
};
|
|
|
|
|
2015-08-28 22:33:13 +09:00
|
|
|
&serial0 {
|
2014-12-06 00:03:23 +09:00
|
|
|
status = "okay";
|
2014-11-26 18:34:00 +09:00
|
|
|
};
|
|
|
|
|
2015-08-28 22:33:13 +09:00
|
|
|
&serial2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial3 {
|
2014-12-06 00:03:23 +09:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
2014-11-26 18:34:00 +09:00
|
|
|
};
|
2014-11-26 18:34:01 +09:00
|
|
|
|
2016-02-18 19:52:50 +09:00
|
|
|
&sd {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2014-11-26 18:34:01 +09:00
|
|
|
&usb0 {
|
2014-12-06 00:03:23 +09:00
|
|
|
status = "okay";
|
2014-11-26 18:34:01 +09:00
|
|
|
};
|
|
|
|
|
|
|
|
&usb1 {
|
2014-12-06 00:03:23 +09:00
|
|
|
status = "okay";
|
2014-11-26 18:34:01 +09:00
|
|
|
};
|
2015-08-28 20:13:18 +09:00
|
|
|
|
2016-02-05 19:30:11 -08:00
|
|
|
/* for U-Boot only */
|
2015-08-28 22:33:13 +09:00
|
|
|
&serial0 {
|
2015-09-11 20:17:41 +09:00
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart0 {
|
|
|
|
u-boot,dm-pre-reloc;
|
2015-08-28 20:13:18 +09:00
|
|
|
};
|