2018-03-10 22:18:01 +09:00
// SPDX-License-Identifier: GPL-2.0+ OR MIT
//
// Device Tree Source for UniPhier Pro4 Ace Board
//
// Copyright (C) 2016 Socionext Inc.
// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-02-26 16:18:34 +09:00
/dts-v1/;
2017-08-10 01:43:27 +09:00
#include "uniphier-pro4.dtsi"
2016-02-26 16:18:34 +09:00
/ {
2016-08-30 14:02:41 +09:00
model = "UniPhier Pro4 Ace Board";
compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
2016-02-26 16:18:34 +09:00
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &serial0;
serial1 = &serial1;
serial2 = &serial2;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
i2c3 = &i2c3;
i2c5 = &i2c5;
i2c6 = &i2c6;
};
2017-03-11 22:52:59 +09:00
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
2016-02-26 16:18:34 +09:00
};
&serial0 {
status = "okay";
};
&serial1 {
status = "okay";
};
&serial2 {
status = "okay";
};
&i2c0 {
status = "okay";
eeprom@54 {
2017-05-23 15:34:40 +02:00
compatible = "st,24c64", "atmel,24c64";
2016-02-26 16:18:34 +09:00
reg = <0x54>;
2017-03-14 04:56:32 +09:00
pagesize = <32>;
2016-02-26 16:18:34 +09:00
};
};
&i2c1 {
status = "okay";
};
&i2c2 {
status = "okay";
};
&i2c3 {
status = "okay";
};
2018-10-03 07:59:50 +09:00
&sd {
status = "okay";
};
2016-02-26 16:18:34 +09:00
&usb2 {
status = "okay";
};
&usb3 {
status = "okay";
};
2018-02-14 18:30:28 +09:00
ð {
status = "okay";
phy-handle = <ðphy>;
};
&mdio {
ethphy: ethphy@1 {
reg = <1>;
};
};
2018-10-02 20:11:59 +09:00
&usb0 {
status = "okay";
};
&usb1 {
status = "okay";
};