Skip to content

Commit

Permalink
Update shiva.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
1000eyed authored Jun 22, 2024
1 parent c39a424 commit dd3199d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/shiva/shiva.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
compatible = "gpio-leds";
status = "okay";
led0: led_0 {
gpios = <&gpio1 01 GPIO_ACTIVE_HIGH>; // red LED, connected to P0.26
gpios = <&gpio1 02 GPIO_ACTIVE_HIGH>; // red LED, connected to P0.26
};
led1: led_1 {
gpios = <&gpio1 02 GPIO_ACTIVE_HIGH>; // green LED, connected to P0.30
gpios = <&gpio1 01 GPIO_ACTIVE_HIGH>; // green LED, connected to P0.30
};
led2: led_2 {
gpios = <&gpio1 07 GPIO_ACTIVE_HIGH>; // blue LED, connected to P0.06
Expand Down

0 comments on commit dd3199d

Please sign in to comment.