Lines Matching +full:fault +full:- +full:gpios
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
5 #include "kirkwood-6281.dtsi"
9 compatible = "seagate,dockstar", "marvell,kirkwood-88f6281", "marvell,kirkwood";
18 stdout-path = &uart0;
22 pinctrl: pin-controller@10000 {
23 pmx_usb_power_enable: pmx-usb-power-enable {
27 pmx_led_green: pmx-led-green {
31 pmx_led_orange: pmx-led-orange {
40 gpio-leds {
41 compatible = "gpio-leds";
42 pinctrl-0 = <&pmx_led_green &pmx_led_orange>;
43 pinctrl-names = "default";
45 led-health {
47 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
48 default-state = "keep";
50 led-fault {
51 label = "status:orange:fault";
52 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
56 compatible = "simple-bus";
57 #address-cells = <1>;
58 #size-cells = <0>;
59 pinctrl-0 = <&pmx_usb_power_enable>;
60 pinctrl-names = "default";
63 compatible = "regulator-fixed";
65 regulator-name = "USB Power";
66 regulator-min-microvolt = <5000000>;
67 regulator-max-microvolt = <5000000>;
68 enable-active-high;
69 regulator-always-on;
70 regulator-boot-on;
80 label = "u-boot";
82 read-only;
99 ethphy0: ethernet-phy@0 {
107 ethernet0-port@0 {
108 phy-handle = <ðphy0>;