// 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>; };