mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
dts: add work and power led in rk3128-box.dts
This commit is contained in:
@@ -61,11 +61,11 @@
|
||||
|
||||
power-led {
|
||||
compatible = "gpio-leds";
|
||||
green {
|
||||
power {
|
||||
gpios = <&gpio0 GPIO_B0 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
red {
|
||||
work {
|
||||
gpios = <&gpio0 GPIO_D2 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
@@ -67,7 +67,17 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
power-led {
|
||||
compatible = "gpio-leds";
|
||||
power {
|
||||
gpios = <&gpio0 GPIO_B0 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
work {
|
||||
gpios = <&gpio0 GPIO_D2 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "on";
|
||||
};
|
||||
};
|
||||
usb_control {
|
||||
compatible = "rockchip,rk3126-usb-control";
|
||||
host_drv_gpio = <&gpio3 GPIO_C4 GPIO_ACTIVE_LOW>;
|
||||
|
||||
Reference in New Issue
Block a user