2018-03-10 22:18:01 +09:00
// SPDX-License-Identifier: GPL-2.0+ OR MIT
//
// Device Tree Source for UniPhier LD6b Reference Board
//
// Copyright (C) 2015-2016 Socionext Inc.
// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
2015-08-04 20:21:04 +09:00
/dts-v1/;
2017-08-10 01:43:27 +09:00
#include "uniphier-ld6b.dtsi"
#include "uniphier-ref-daughter.dtsi"
#include "uniphier-support-card.dtsi"
2015-08-04 20:21:04 +09:00
/ {
2016-08-30 14:02:41 +09:00
model = "UniPhier LD6b Reference Board";
compatible = "socionext,uniphier-ld6b-ref", "socionext,uniphier-ld6b";
2015-08-04 20:21:04 +09:00
chosen {
2015-10-21 20:36:27 +09:00
stdout-path = "serial0:115200n8";
2015-08-04 20:21:04 +09:00
};
aliases {
serial0 = &serial0;
serial1 = &serial1;
serial2 = &serial2;
2020-07-07 19:33:11 +09:00
serial3 = &serialsc;
2015-08-04 20:21:04 +09:00
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
i2c3 = &i2c3;
i2c4 = &i2c4;
i2c5 = &i2c5;
i2c6 = &i2c6;
2020-04-03 10:43:05 +09:00
ethernet0 = ð
2015-08-04 20:21:04 +09:00
};
2017-03-11 22:52:59 +09:00
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
2015-08-04 20:21:04 +09:00
};
ðsc {
2017-10-18 13:24:34 +09:00
interrupts = <4 8>;
2015-08-04 20:21:04 +09:00
};
2020-06-23 20:46:11 +09:00
&serialsc {
interrupts = <4 8>;
};
2015-08-04 20:21:04 +09:00
&serial0 {
status = "okay";
};
&serial1 {
status = "okay";
};
&serial2 {
status = "okay";
};
2017-10-18 13:24:36 +09:00
&gpio {
xirq4 {
gpio-hog;
2017-11-17 14:24:45 +09:00
gpios = <UNIPHIER_GPIO_IRQ(4) 0>;
2017-10-18 13:24:36 +09:00
input;
};
};
2015-08-04 20:21:04 +09:00
&i2c0 {
status = "okay";
};
2017-08-10 01:43:30 +09:00
2018-10-03 07:59:50 +09:00
&sd {
status = "okay";
};
2018-02-14 18:30:28 +09:00
ð {
status = "okay";
phy-handle = <ðphy>;
};
&mdio {
2020-07-08 17:54:10 +09:00
ethphy: ethernet-phy@0 {
2018-02-14 18:30:28 +09:00
reg = <0>;
};
};
2018-10-02 20:11:59 +09:00
&usb0 {
status = "okay";
};
&usb1 {
status = "okay";
};
2017-08-10 01:43:30 +09:00
&nand {
status = "okay";
2019-06-21 19:53:16 +09:00
nand@0 {
reg = <0>;
};
2017-08-10 01:43:30 +09:00
};