boards: st: fix STM3U0 boards DTS files coding style

Fix board DTS coding style issues to prevent they spread when a	new
board is introduced and used this DTS as example start point.

Issues addressed from Zephyr devicetree style guidelines [1]:
- Insert a single empty line to separate nodes at the same hierarchy level.

No functional change.

Link: https://docs.zephyrproject.org/latest/contribute/style/devicetree.html [1]
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
This commit is contained in:
Etienne Carriere 2025-05-21 19:10:19 +02:00 committed by Benjamin Cabé
commit d9354ad48c
3 changed files with 6 additions and 0 deletions

View file

@ -26,6 +26,7 @@
leds: leds {
compatible = "gpio-leds";
green_led_1: led_1 {
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD4";
@ -34,6 +35,7 @@
gpio_keys {
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;

View file

@ -26,6 +26,7 @@
leds: leds {
compatible = "gpio-leds";
green_led_1: led_4 {
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
label = "User LD4";
@ -34,6 +35,7 @@
gpio_keys {
compatible = "gpio-keys";
user_button: button {
label = "User";
gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;

View file

@ -27,6 +27,7 @@
leds: leds {
compatible = "gpio-leds";
green_led_1: led_3 {
gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
label = "User LD3";
@ -157,6 +158,7 @@
group = <6>;
channel-ios = <TSC_IO2>;
sampling-io = <TSC_IO1>;
ts1 {
compatible = "tsc-keys";
sampling-interval-ms = <10>;