Skip to content

Commit a5b359f

Browse files
MarekPietacvinayak
authored andcommitted
boards: arm: Add watchdog0 alias to nRF Desktop boards
The alias is going to be used in watchdog application module. Jira: NCSDK-25080 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
1 parent 6785edb commit a5b359f

12 files changed

+28
-0
lines changed

boards/arm/nrf52810dmouse_nrf52810/nrf52810dmouse_nrf52810.dts

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
zephyr,flash = &flash0;
1919
zephyr,code-partition = &slot0_partition;
2020
};
21+
22+
/* These aliases are provided for compatibility with samples */
23+
aliases {
24+
watchdog0 = &wdt0;
25+
};
2126
};
2227

2328
&adc {

boards/arm/nrf52810dmouse_nrf52810/nrf52810dmouse_nrf52810.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ toolchain:
99
supported:
1010
- ble
1111
- gpio
12+
- watchdog
1213
ram: 24
1314
flash: 192

boards/arm/nrf52820dongle_nrf52820/nrf52820dongle_nrf52820.dts

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
led1-blue = &led1_blue;
6060
mcuboot-button0 = &button0;
6161
mcuboot-led0 = &led1_blue;
62+
watchdog0 = &wdt0;
6263
};
6364
};
6465

boards/arm/nrf52820dongle_nrf52820/nrf52820dongle_nrf52820.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ toolchain:
1111
- netif:openthread
1212
supported:
1313
- gpio
14+
- watchdog

boards/arm/nrf52833dongle_nrf52833/nrf52833dongle_nrf52833.dts

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
led1-blue = &led1_blue;
6060
mcuboot-button0 = &button0;
6161
mcuboot-led0 = &led1_blue;
62+
watchdog0 = &wdt0;
6263
};
6364
};
6465

boards/arm/nrf52833dongle_nrf52833/nrf52833dongle_nrf52833.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ toolchain:
1010
- xtools
1111
supported:
1212
- gpio
13+
- watchdog
1314
- netif:openthread

boards/arm/nrf52840gmouse_nrf52840/nrf52840gmouse_nrf52840.dts

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
zephyr,flash = &flash0;
1919
zephyr,code-partition = &slot0_partition;
2020
};
21+
22+
/* These aliases are provided for compatibility with samples */
23+
aliases {
24+
watchdog0 = &wdt0;
25+
};
2126
};
2227

2328
&gpiote {

boards/arm/nrf52840gmouse_nrf52840/nrf52840gmouse_nrf52840.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ supported:
1111
- usb_device
1212
- ble
1313
- gpio
14+
- watchdog
1415
- ieee802154
1516
- netif:openthread

boards/arm/nrf52dmouse_nrf52832/nrf52dmouse_nrf52832.dts

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
zephyr,flash = &flash0;
1919
zephyr,code-partition = &slot0_partition;
2020
};
21+
22+
/* These aliases are provided for compatibility with samples */
23+
aliases {
24+
watchdog0 = &wdt0;
25+
};
2126
};
2227

2328
&adc {

boards/arm/nrf52dmouse_nrf52832/nrf52dmouse_nrf52832.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ toolchain:
99
supported:
1010
- ble
1111
- gpio
12+
- watchdog
1213
ram: 64
1314
flash: 512

boards/arm/nrf52kbd_nrf52832/nrf52kbd_nrf52832.dts

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
zephyr,flash = &flash0;
1919
zephyr,code-partition = &slot0_partition;
2020
};
21+
22+
/* These aliases are provided for compatibility with samples */
23+
aliases {
24+
watchdog0 = &wdt0;
25+
};
2126
};
2227

2328
&adc {

boards/arm/nrf52kbd_nrf52832/nrf52kbd_nrf52832.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ flash: 512
1010
supported:
1111
- ble
1212
- gpio
13+
- watchdog

0 commit comments

Comments
 (0)