2018-04-16 03:35:33 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
|
|
//
|
|
|
|
// Device Tree Source for UniPhier Pro4 Sanji Board
|
|
|
|
//
|
|
|
|
// Copyright (C) 2016 Socionext Inc.
|
|
|
|
// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2016-02-12 11:27:02 +00:00
|
|
|
|
|
|
|
/dts-v1/;
|
2017-08-29 03:20:52 +00:00
|
|
|
#include "uniphier-pro4.dtsi"
|
2016-02-12 11:27:02 +00:00
|
|
|
|
|
|
|
/ {
|
2016-10-07 07:43:00 +00:00
|
|
|
model = "UniPhier Pro4 Sanji Board";
|
|
|
|
compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
|
2016-02-12 11:27:02 +00: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-12 15:16:39 +00:00
|
|
|
|
2017-03-12 15:16:40 +00:00
|
|
|
memory@80000000 {
|
2017-03-12 15:16:39 +00:00
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x80000000 0x80000000>;
|
|
|
|
};
|
2016-02-12 11:27:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&serial0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&serial1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2016-10-07 07:43:00 +00:00
|
|
|
eeprom@54 {
|
2017-06-22 07:46:40 +00:00
|
|
|
compatible = "st,24c64", "atmel,24c64", "i2c-eeprom";
|
2016-02-12 11:27:02 +00:00
|
|
|
reg = <0x54>;
|
2017-03-12 15:16:41 +00:00
|
|
|
pagesize = <32>;
|
2016-02-12 11:27:02 +00:00
|
|
|
u-boot,i2c-offset-len = <2>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-02-18 10:52:50 +00:00
|
|
|
&emmc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-12-19 11:03:21 +00:00
|
|
|
&usb2 {
|
2016-02-12 11:27:02 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-12-19 11:03:21 +00:00
|
|
|
&usb3 {
|
2016-02-12 11:27:02 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-04-16 03:35:33 +00:00
|
|
|
ð {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <ðphy>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&mdio {
|
|
|
|
ethphy: ethphy@1 {
|
|
|
|
reg = <1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-19 11:03:21 +00:00
|
|
|
&usb0 {
|
2016-02-12 11:27:02 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-12-19 11:03:21 +00:00
|
|
|
&usb1 {
|
2016-02-12 11:27:02 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|