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
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
/drivers/flash/*stm32* @superna9999
/drivers/gpio/ @mnkp @pabigot
/drivers/gpio/*ht16k33* @henrikbrixandersen
/drivers/gpio/*stm32* @rsalveti @idlethread
/drivers/gpio/*stm32* @erwango
/drivers/gpio/*sx1509b* @pabigot
/drivers/hwinfo/ @alexanderwachter
/drivers/i2s/i2s_ll_stm32* @avisconti
Expand Down
8 changes: 4 additions & 4 deletions boards/arm/96b_argonkey/96b_argonkey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
leds {
compatible = "gpio-leds";
green_led_0: led_0 {
gpios = <&gpioc 13 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
label = "USR0 LED";
};
green_led_1: led_1 {
gpios = <&gpiob 2 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 2 GPIO_ACTIVE_HIGH>;
label = "USR1 LED";
};
};
Expand All @@ -34,7 +34,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioa 2 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
};
};

Expand Down Expand Up @@ -92,7 +92,7 @@
compatible = "st,hts221";
reg = <0x5f>;
label = "HTS221";
drdy-gpios = <&gpioa 2 GPIO_INT_ACTIVE_LOW>;
drdy-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
};

lps22hb-press@5d {
Expand Down
6 changes: 3 additions & 3 deletions boards/arm/96b_avenger96/96b_avenger96.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
leds {
compatible = "gpio-leds";
green_led_0: led_0 {
gpios = <&gpiof 3 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiof 3 GPIO_ACTIVE_HIGH>;
label = "USR0 LED";
};
green_led_1: led_1 {
gpios = <&gpiog 0 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiog 0 GPIO_ACTIVE_HIGH>;
label = "USR1 LED";
};
green_led_2: led_2 {
gpios = <&gpiog 1 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiog 1 GPIO_ACTIVE_HIGH>;
label = "USR2 LED";
};
};
Expand Down
8 changes: 4 additions & 4 deletions boards/arm/96b_carbon/96b_carbon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
leds {
compatible = "gpio-leds";
green_led_1: led_1 {
gpios = <&gpiod 2 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiod 2 GPIO_ACTIVE_HIGH>;
label = "USR1 LED";
};
green_led_2: led_2 {
gpios = <&gpioa 15 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 15 GPIO_ACTIVE_HIGH>;
label = "USR2 LED";
};
bt_blue_led: led_3 {
gpios = <&gpioa 15 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 15 GPIO_ACTIVE_HIGH>;
label = "BT LED";
};
};
Expand All @@ -39,7 +39,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpiob 2 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpiob 2 GPIO_ACTIVE_LOW>;
};
};

Expand Down
10 changes: 5 additions & 5 deletions boards/arm/96b_neonkey/96b_neonkey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
leds {
compatible = "gpio-leds";
green_led_0: led_0 {
gpios = <&gpiob 12 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 12 GPIO_ACTIVE_HIGH>;
label = "USR0 LED";
};
green_led_1: led_1 {
gpios = <&gpiob 13 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 13 GPIO_ACTIVE_HIGH>;
label = "USR1 LED";
};
green_led_2: led_2 {
gpios = <&gpiob 14 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 14 GPIO_ACTIVE_HIGH>;
label = "USR2 LED";
};
green_led_3: led_3 {
gpios = <&gpiob 15 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 15 GPIO_ACTIVE_HIGH>;
label = "USR3 LED";
};
};
Expand All @@ -42,7 +42,7 @@
compatible = "gpio-keys";
user_button: button_0 {
label = "User";
gpios = <&gpiob 2 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpiob 2 GPIO_ACTIVE_LOW>;
};
};

Expand Down
8 changes: 4 additions & 4 deletions boards/arm/96b_stm32_sensor_mez/96b_stm32_sensor_mez.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
leds {
compatible = "gpio-leds";
red_led_0: led_0 {
gpios = <&gpiod 10 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiod 10 GPIO_ACTIVE_HIGH>;
label = "User LD0";
};
green_led_1: led_1 {
gpios = <&gpiod 11 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>;
label = "User LD1";
};
blue_led_2: led_2 {
gpios = <&gpiod 12 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiod 12 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -38,7 +38,7 @@
compatible = "gpio-keys";
user_button: button {
label = "Key";
gpios = <&gpiod 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions boards/arm/96b_wistrio/96b_wistrio.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
leds {
compatible = "gpio-leds";
green_led_0: led_0 {
gpios = <&gpioa 12 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioa 12 GPIO_ACTIVE_LOW>;
label = "User LD1";
};
blue_led_0: led_1 {
gpios = <&gpiob 4 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpiob 4 GPIO_ACTIVE_LOW>;
label = "User LD2";
};
};
Expand Down
10 changes: 5 additions & 5 deletions boards/arm/b_l072z_lrwan1/b_l072z_lrwan1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
leds {
compatible = "gpio-leds";
green_led_0: led_0 {
gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "Green LED 1";
};
green_led_1: led_1 {
gpios = <&gpiob 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 5 GPIO_ACTIVE_HIGH>;
label = "Green LED 2";
};
blue_led: led_2 {
gpios = <&gpiob 6 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 6 GPIO_ACTIVE_HIGH>;
label = "Blue LED";
};
red_led: led_3 {
gpios = <&gpiob 7 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 7 GPIO_ACTIVE_HIGH>;
label = "Red LED";
};
};
Expand All @@ -42,7 +42,7 @@
compatible = "gpio-keys";
user_button: button_0 {
label = "Push button switch";
gpios = <&gpiob 2 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpiob 2 GPIO_ACTIVE_LOW>;
};
};

Expand Down
6 changes: 3 additions & 3 deletions boards/arm/disco_l475_iot1/disco_l475_iot1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
leds {
compatible = "gpio-leds";
green_led_1: led_1 {
gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD1";
};
green_led_2: led_2 {
gpios = <&gpiob 14 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 14 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -37,7 +37,7 @@
compatible = "gpio-keys";
user_button: button_0 {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
leds {
compatible = "gpio-leds";
orange_led_1: led_1 {
gpios = <&gpioc 12 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioc 12 GPIO_ACTIVE_HIGH>;
label = "DATA LD1";
};
red_led_2: led_2 {
gpios = <&gpioc 13 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
label = "STAT LD2";
};
};
Expand Down
4 changes: 2 additions & 2 deletions boards/arm/nucleo_f030r8/nucleo_f030r8.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
leds {
compatible = "gpio-leds";
green_led_2: led_2 {
gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -31,7 +31,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions boards/arm/nucleo_f070rb/nucleo_f070rb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
leds {
compatible = "gpio-leds";
green_led_2: led_2 {
gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -31,7 +31,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions boards/arm/nucleo_f091rc/nucleo_f091rc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
leds {
compatible = "gpio-leds";
green_led_2: led_2 {
gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -31,7 +31,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions boards/arm/nucleo_f103rb/nucleo_f103rb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
leds {
compatible = "gpio-leds";
green_led_2: led_2 {
gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -31,7 +31,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
8 changes: 4 additions & 4 deletions boards/arm/nucleo_f207zg/nucleo_f207zg.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
leds {
compatible = "gpio-leds";
green_led_1: led_1 {
gpios = <&gpiob 0 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 0 GPIO_ACTIVE_HIGH>;
label = "User LD1";
};
blue_led_1: led_2 {
gpios = <&gpiob 7 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 7 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
red_led_1: led_3 {
gpios = <&gpiob 14 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 14 GPIO_ACTIVE_HIGH>;
label = "User LD3";
};
};
Expand All @@ -39,7 +39,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions boards/arm/nucleo_f302r8/nucleo_f302r8.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
leds {
compatible = "gpio-leds";
green_led_2: led_2 {
gpios = <&gpiob 13 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpiob 13 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -31,7 +31,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions boards/arm/nucleo_f334r8/nucleo_f334r8.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
leds {
compatible = "gpio-leds";
green_led_2: led_2 {
gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -31,7 +31,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions boards/arm/nucleo_f401re/nucleo_f401re.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
leds {
compatible = "gpio-leds";
green_led_2: led_2 {
gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>;
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD2";
};
};
Expand All @@ -33,7 +33,7 @@
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>;
gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
};
};

Expand Down
Loading