mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
55037902b8
Import Ethernet related nodes from Linux Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
57 lines
815 B
Text
57 lines
815 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2018 Microsemi Corporation
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mscc,ocelot_pcb.dtsi"
|
|
|
|
/ {
|
|
model = "Ocelot PCB123 Reference Board";
|
|
compatible = "mscc,ocelot-pcb123", "mscc,ocelot";
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
gpio-leds {
|
|
compatible = "gpio-leds";
|
|
|
|
status_green {
|
|
label = "pcb123:green:status";
|
|
gpios = <&sgpio 43 1>; /* p11.1 */
|
|
default-state = "on";
|
|
};
|
|
|
|
status_red {
|
|
label = "pcb123:red:status";
|
|
gpios = <&sgpio 11 1>; /* p11.0 */
|
|
default-state = "off";
|
|
};
|
|
};
|
|
};
|
|
|
|
&sgpio {
|
|
status = "okay";
|
|
mscc,sgpio-ports = <0x00FFFFFF>;
|
|
};
|
|
|
|
&mdio0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&port0 {
|
|
phy-handle = <&phy0>;
|
|
};
|
|
|
|
&port1 {
|
|
phy-handle = <&phy1>;
|
|
};
|
|
|
|
&port2 {
|
|
phy-handle = <&phy2>;
|
|
};
|
|
|
|
&port3 {
|
|
phy-handle = <&phy3>;
|
|
};
|