Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions boards/arm/mec15xxevb_assy6853/mec15xxevb_assy6853.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,36 @@
};

aliases {
led0 = &led2;
led1 = &led3;
led2 = &led4;
pwm-0 = &pwm0;
};

leds {
compatible = "gpio-leds";
led2: led_0 {
/* GPIO156/LED0 on schematic,
* LED2 on silkscreen.
*/
gpios = <&gpiod 14 GPIO_ACTIVE_LOW>;
label = "LED 2";
};
led3: led_1 {
/* GPIO157/LED1 on schematic,
* LED3 on silkscreen.
*/
gpios = <&gpiod 15 GPIO_ACTIVE_LOW>;
label = "LED 3";
};
led4: led_2 {
/* GPIO153/LED2 on schematic,
* LED4 on silkscreen.
*/
gpios = <&gpiod 11 GPIO_ACTIVE_LOW>;
label = "LED 4";
};
};
};

&uart2 {
Expand Down
Loading