diff options
Diffstat (limited to 'mtcdt/leds-0.2.dtso')
-rw-r--r-- | mtcdt/leds-0.2.dtso | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mtcdt/leds-0.2.dtso b/mtcdt/leds-0.2.dtso index 6543513..5465144 100644 --- a/mtcdt/leds-0.2.dtso +++ b/mtcdt/leds-0.2.dtso @@ -33,11 +33,11 @@ }; led-b { label = "led-b"; // LED1 - gpios = <GPIO4_PCA9557_PH 2 GPIO_ACTIVE_LOW>; + gpios = <GPIO5_PCA9557_PH 1 GPIO_ACTIVE_LOW>; }; led-c { label = "led-c"; // LED4 - gpios = <GPIO4_PCA9557_PH 1 GPIO_ACTIVE_LOW>; + gpios = <GPIO5_PCA9557_PH 2 GPIO_ACTIVE_LOW>; }; led-d { label = "led-d"; //LED3 |