2018-03-10 22:18:01 +09:00
// SPDX-License-Identifier: GPL-2.0+ OR MIT
//
// Device Tree Source for UniPhier PXs2 Vodka Board
//
// Copyright (C) 2015-2016 Socionext Inc.
// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
2015-10-21 20:36:30 +09:00
/dts-v1/;
2017-08-10 01:43:27 +09:00
#include "uniphier-pxs2.dtsi"
2015-10-21 20:36:30 +09:00
/ {
2016-08-30 14:02:41 +09:00
model = "UniPhier PXs2 Vodka Board";
compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2";
2015-10-21 20:36:30 +09:00
chosen {
2016-06-14 11:59:46 +09:00
stdout-path = "serial0:115200n8";
2015-10-21 20:36:30 +09:00
};
aliases {
2016-06-14 11:59:46 +09:00
serial0 = &serial2;
serial1 = &serial0;
serial2 = &serial1;
2015-10-24 12:25:31 +09:00
i2c0 = &i2c0;
i2c4 = &i2c4;
i2c5 = &i2c5;
i2c6 = &i2c6;
2015-10-21 20:36:30 +09:00
};
2017-03-11 22:52:59 +09:00
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
2018-03-14 14:26:58 +09:00
sound {
compatible = "audio-graph-card";
label = "UniPhier PXs2";
dais = <&spdif_port0
&comp_spdif_port0>;
};
spdif-out {
compatible = "linux,spdif-dit";
#sound-dai-cells = <0>;
port@0 {
spdif_tx: endpoint {
remote-endpoint = <&spdif_hiecout1>;
};
};
};
comp-spdif-out {
compatible = "linux,spdif-dit";
#sound-dai-cells = <0>;
port@0 {
comp_spdif_tx: endpoint {
remote-endpoint = <&comp_spdif_hiecout1>;
};
};
};
2015-10-21 20:36:30 +09:00
};
&serial2 {
status = "okay";
};
2018-03-14 14:26:58 +09:00
&spdif_hiecout1 {
remote-endpoint = <&spdif_tx>;
};
&comp_spdif_hiecout1 {
remote-endpoint = <&comp_spdif_tx>;
};
2015-10-21 20:36:30 +09:00
&i2c0 {
status = "okay";
};
2018-02-14 18:30:28 +09:00
2018-10-03 07:59:50 +09:00
&emmc {
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";
};