Update cyber60.dts

This commit is contained in:
4pplet 2020-11-08 22:23:23 +01:00 committed by Stefan Sundin
parent cfe8b90e47
commit 8be9227039

View file

@ -19,17 +19,22 @@
zmk,matrix_transform = &default_transform; zmk,matrix_transform = &default_transform;
}; };
vbat-sense-en {
label = "VBAT_SENSE_EN";
control-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
};
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
red_led: led_0 { red_led: led_3 {
gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
label = "Red LED"; label = "Red LED";
}; };
green_led: led_1 { green_led: led_2 {
gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
label = "Green LED"; label = "Green LED";
}; };
blue_led: led_2 { blue_led: led_1 { // also broken out on header con307 on cyber60-2 Rev A1
gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>; gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
label = "Blue LED"; label = "Blue LED";
}; };