2015-05-08 11:07:13 +07:00
|
|
|
/*
|
2016-08-30 12:02:41 +07:00
|
|
|
* Device Tree Source for UniPhier Pro4 Reference Board
|
2015-05-08 11:07:13 +07:00
|
|
|
*
|
2016-08-30 12:02:41 +07:00
|
|
|
* Copyright (C) 2015-2016 Socionext Inc.
|
|
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2015-05-08 11:07:13 +07:00
|
|
|
*
|
2017-06-05 10:57:58 +07:00
|
|
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2015-05-08 11:07:13 +07:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2017-08-09 23:43:27 +07:00
|
|
|
#include "uniphier-pro4.dtsi"
|
|
|
|
#include "uniphier-ref-daughter.dtsi"
|
|
|
|
#include "uniphier-support-card.dtsi"
|
2015-05-08 11:07:13 +07:00
|
|
|
|
|
|
|
/ {
|
2016-08-30 12:02:41 +07:00
|
|
|
model = "UniPhier Pro4 Reference Board";
|
|
|
|
compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4";
|
2015-05-08 11:07:13 +07:00
|
|
|
|
|
|
|
chosen {
|
2015-10-21 18:36:27 +07:00
|
|
|
stdout-path = "serial0:115200n8";
|
2015-05-08 11:07:13 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2015-07-10 11:53:59 +07:00
|
|
|
serial0 = &serial0;
|
|
|
|
serial1 = &serial1;
|
|
|
|
serial2 = &serial2;
|
|
|
|
serial3 = &serial3;
|
2015-08-04 18:21:02 +07:00
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
|
|
|
i2c2 = &i2c2;
|
|
|
|
i2c3 = &i2c3;
|
|
|
|
i2c5 = &i2c5;
|
|
|
|
i2c6 = &i2c6;
|
2015-05-08 11:07:13 +07:00
|
|
|
};
|
2017-03-11 20:52:59 +07:00
|
|
|
|
|
|
|
memory@80000000 {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x80000000 0x40000000>;
|
|
|
|
};
|
2015-05-08 11:07:13 +07:00
|
|
|
};
|
|
|
|
|
2015-07-10 11:53:59 +07:00
|
|
|
ðsc {
|
2017-10-18 11:24:34 +07:00
|
|
|
interrupts = <2 8>;
|
2015-05-08 11:07:13 +07:00
|
|
|
};
|
2015-07-10 11:53:59 +07:00
|
|
|
|
|
|
|
&serial0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2015-07-10 11:54:00 +07:00
|
|
|
|
2015-08-04 18:21:02 +07:00
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2015-07-10 11:54:00 +07:00
|
|
|
&usb2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2017-08-09 23:43:30 +07:00
|
|
|
|
|
|
|
&nand {
|
|
|
|
status = "okay";
|
|
|
|
};
|