boards: arm: arduino_nano_33_ble: Add green and blue leds to the dts

This adds the green and blue leds to the dts of the
Arduino Nano 33 BLE board.

Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
This commit is contained in:
Benjamin Björnsson 2022-01-15 11:30:15 +01:00 committed by Anas Nashif
commit 4e39cf8a65

View file

@ -27,11 +27,21 @@
gpios = <&gpio0 24 0>;
label = "Red LED";
};
led1: led_1 {
gpios = <&gpio0 16 0>;
label = "Green LED";
};
led2: led_2 {
gpios = <&gpio0 6 0>;
label = "Blue LED";
};
};
/* These aliases are provided for compatibility with samples */
aliases {
led0 = &led0;
led1 = &led1;
led2 = &led2;
spi = &spi2;
};
};