2018-04-16 03:35:33 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
|
|
//
|
|
|
|
// Device Tree Source for UniPhier LD20 Reference Board
|
|
|
|
//
|
|
|
|
// Copyright (C) 2015-2016 Socionext Inc.
|
|
|
|
// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2016-03-18 07:41:48 +00:00
|
|
|
|
|
|
|
/dts-v1/;
|
2017-08-29 03:20:52 +00:00
|
|
|
#include "uniphier-ld20.dtsi"
|
|
|
|
#include "uniphier-ref-daughter.dtsi"
|
|
|
|
#include "uniphier-support-card.dtsi"
|
2016-03-18 07:41:48 +00:00
|
|
|
|
|
|
|
/ {
|
2016-10-07 07:43:00 +00:00
|
|
|
model = "UniPhier LD20 Reference Board";
|
|
|
|
compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20";
|
2016-03-18 07:41:48 +00:00
|
|
|
|
2017-03-12 15:16:40 +00:00
|
|
|
chosen {
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
2016-03-18 07:41:48 +00:00
|
|
|
aliases {
|
|
|
|
serial0 = &serial0;
|
2020-08-04 05:41:09 +00:00
|
|
|
serial1 = &serialsc;
|
2016-03-18 07:41:48 +00:00
|
|
|
serial2 = &serial2;
|
|
|
|
serial3 = &serial3;
|
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
|
|
|
i2c2 = &i2c2;
|
|
|
|
i2c3 = &i2c3;
|
|
|
|
i2c4 = &i2c4;
|
|
|
|
i2c5 = &i2c5;
|
2020-07-09 06:08:14 +00:00
|
|
|
ethernet0 = ð
|
2016-03-18 07:41:48 +00:00
|
|
|
};
|
2016-04-21 05:43:14 +00:00
|
|
|
|
2017-03-12 15:16:40 +00:00
|
|
|
memory@80000000 {
|
2016-04-21 05:43:14 +00:00
|
|
|
device_type = "memory";
|
|
|
|
reg = <0 0x80000000 0 0xc0000000>;
|
|
|
|
};
|
2016-03-18 07:41:48 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ðsc {
|
2017-11-24 15:25:35 +00:00
|
|
|
interrupts = <0 8>;
|
2016-03-18 07:41:48 +00:00
|
|
|
};
|
|
|
|
|
2020-08-04 05:41:09 +00:00
|
|
|
&serialsc {
|
|
|
|
interrupts = <0 8>;
|
|
|
|
};
|
|
|
|
|
2016-03-18 07:41:48 +00:00
|
|
|
&serial0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2017-11-24 15:25:35 +00:00
|
|
|
&gpio {
|
|
|
|
xirq0 {
|
|
|
|
gpio-hog;
|
|
|
|
gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
|
|
|
|
input;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-03-18 07:41:48 +00:00
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2018-04-16 03:35:33 +00:00
|
|
|
|
|
|
|
ð {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <ðphy>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&mdio {
|
2020-08-04 05:41:09 +00:00
|
|
|
ethphy: ethernet-phy@0 {
|
2018-04-16 03:35:33 +00:00
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|
2018-05-22 15:30:54 +00:00
|
|
|
|
|
|
|
&pinctrl_ether_rgmii {
|
|
|
|
tx {
|
|
|
|
pins = "RGMII_TXCLK", "RGMII_TXD0", "RGMII_TXD1",
|
|
|
|
"RGMII_TXD2", "RGMII_TXD3", "RGMII_TXCTL";
|
|
|
|
drive-strength = <9>;
|
|
|
|
};
|
|
|
|
};
|
2018-12-19 11:03:21 +00:00
|
|
|
|
|
|
|
&usb {
|
|
|
|
status = "okay";
|
|
|
|
};
|