2018-05-06 22:27:01 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2015-09-21 15:27:40 +00:00
|
|
|
/*
|
2016-10-07 07:43:00 +00:00
|
|
|
* Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
|
2015-09-21 15:27:40 +00:00
|
|
|
*
|
2016-10-07 07:43:00 +00:00
|
|
|
* Copyright (C) 2015-2016 Socionext Inc.
|
|
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2015-09-21 15:27:40 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2017-08-29 03:20:52 +00:00
|
|
|
#include "uniphier-pro5.dtsi"
|
2015-09-21 15:27:40 +00:00
|
|
|
|
|
|
|
/ {
|
2016-10-07 07:43:00 +00:00
|
|
|
model = "UniPhier Pro5 4KBOX Board";
|
|
|
|
compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5";
|
2015-09-21 15:27:40 +00:00
|
|
|
|
|
|
|
chosen {
|
2015-12-17 06:05:01 +00:00
|
|
|
stdout-path = "serial1:115200n8";
|
2015-09-21 15:27:40 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial1 = &serial1;
|
|
|
|
serial2 = &serial2;
|
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c5 = &i2c5;
|
|
|
|
i2c6 = &i2c6;
|
|
|
|
};
|
2017-03-12 15:16:39 +00:00
|
|
|
|
2017-08-29 03:20:52 +00:00
|
|
|
memory@80000000 {
|
2017-03-12 15:16:39 +00:00
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x80000000 0x40000000>;
|
|
|
|
};
|
2015-09-21 15:27:40 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&serial1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2015-11-04 12:56:07 +00:00
|
|
|
&usb1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-02-18 10:52:50 +00:00
|
|
|
&emmc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&sd {
|
|
|
|
status = "okay";
|
|
|
|
};
|