2016-02-26 15:18:35 +08:00
|
|
|
/*
|
2016-08-30 13:02:41 +08:00
|
|
|
* Device Tree Source for UniPhier Pro4 Sanji Board
|
2016-02-26 15:18:35 +08:00
|
|
|
*
|
2016-08-30 13:02:41 +08:00
|
|
|
* Copyright (C) 2016 Socionext Inc.
|
|
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2016-02-26 15:18:35 +08:00
|
|
|
*
|
2017-06-05 11:57:58 +08:00
|
|
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2016-02-26 15:18:35 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2017-08-10 00:43:27 +08:00
|
|
|
#include "uniphier-pro4.dtsi"
|
2016-02-26 15:18:35 +08:00
|
|
|
|
|
|
|
/ {
|
2016-08-30 13:02:41 +08:00
|
|
|
model = "UniPhier Pro4 Sanji Board";
|
|
|
|
compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
|
2016-02-26 15:18:35 +08:00
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial0 = &serial0;
|
|
|
|
serial1 = &serial1;
|
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
|
|
|
i2c2 = &i2c2;
|
|
|
|
i2c3 = &i2c3;
|
|
|
|
i2c5 = &i2c5;
|
|
|
|
i2c6 = &i2c6;
|
|
|
|
};
|
2017-03-11 21:52:59 +08:00
|
|
|
|
|
|
|
memory@80000000 {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x80000000 0x80000000>;
|
|
|
|
};
|
2016-02-26 15:18:35 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
&serial0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
eeprom@54 {
|
2017-05-23 21:34:40 +08:00
|
|
|
compatible = "st,24c64", "atmel,24c64";
|
2016-02-26 15:18:35 +08:00
|
|
|
reg = <0x54>;
|
2017-03-14 03:56:32 +08:00
|
|
|
pagesize = <32>;
|
2016-02-26 15:18:35 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|