0001 // SPDX-License-Identifier: GPL-2.0+ OR MIT
0002 //
0003 // Device Tree Source for UniPhier Pro4 Sanji Board
0004 //
0005 // Copyright (C) 2016 Socionext Inc.
0006 // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
0007
0008 /dts-v1/;
0009 #include "uniphier-pro4.dtsi"
0010
0011 / {
0012 model = "UniPhier Pro4 Sanji Board";
0013 compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
0014
0015 chosen {
0016 stdout-path = "serial0:115200n8";
0017 };
0018
0019 aliases {
0020 serial0 = &serial0;
0021 serial1 = &serial1;
0022 i2c0 = &i2c0;
0023 i2c1 = &i2c1;
0024 i2c2 = &i2c2;
0025 i2c3 = &i2c3;
0026 i2c5 = &i2c5;
0027 i2c6 = &i2c6;
0028 ethernet0 = ð
0029 };
0030
0031 memory@80000000 {
0032 device_type = "memory";
0033 reg = <0x80000000 0x80000000>;
0034 };
0035 };
0036
0037 &serial0 {
0038 status = "okay";
0039 };
0040
0041 &serial1 {
0042 status = "okay";
0043 };
0044
0045 &i2c0 {
0046 status = "okay";
0047
0048 eeprom@54 {
0049 compatible = "st,24c64", "atmel,24c64";
0050 reg = <0x54>;
0051 pagesize = <32>;
0052 };
0053 };
0054
0055 &i2c1 {
0056 status = "okay";
0057 };
0058
0059 &i2c2 {
0060 status = "okay";
0061 };
0062
0063 &i2c3 {
0064 status = "okay";
0065 };
0066
0067 &usb2 {
0068 status = "okay";
0069 };
0070
0071 &usb3 {
0072 status = "okay";
0073 };
0074
0075 &emmc {
0076 status = "okay";
0077 };
0078
0079 ð {
0080 status = "okay";
0081 phy-handle = <ðphy>;
0082 };
0083
0084 &mdio {
0085 ethphy: ethernet-phy@1 {
0086 reg = <1>;
0087 };
0088 };
0089
0090 &usb0 {
0091 status = "okay";
0092 };
0093
0094 &usb1 {
0095 status = "okay";
0096 };