Skip to content

Commit 488dfb0

Browse files
kapi-nonordicjm
authored andcommitted
applications: nrf_desktop: remove HID DTS nodes from common file
Removed the HID DTS descriptions from the common DTS file in the nRF54H20 DK configuration. This is done to improve consistency between configurations. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 6dcaf8c commit 488dfb0

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@
55
*/
66

77
#include "app_common.dtsi"
8+
9+
/ {
10+
hid_dev_0: hid_dev_0 {
11+
compatible = "zephyr,hid-device";
12+
interface-name = "HID0";
13+
protocol-code = "mouse";
14+
in-polling-period-us = <125>;
15+
in-report-size = <64>;
16+
};
17+
};

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_common.dtsi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@
5252
};
5353
};
5454

55-
hid_dev_0: hid_dev_0 {
56-
compatible = "zephyr,hid-device";
57-
interface-name = "HID0";
58-
protocol-code = "mouse";
59-
in-polling-period-us = <125>;
60-
in-report-size = <64>;
61-
};
62-
6355
aliases {
6456
nrfdesktop-dvfs-clock = &cpuapp_hsfll;
6557
};

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
#include "app_common.dtsi"
88

9+
/ {
10+
hid_dev_0: hid_dev_0 {
11+
compatible = "zephyr,hid-device";
12+
interface-name = "HID0";
13+
protocol-code = "mouse";
14+
in-polling-period-us = <125>;
15+
in-report-size = <64>;
16+
};
17+
};
18+
919
/* For nRF54H, watchdog status is disabled by default. Needs to be enabled in DTS overlay. */
1020
&wdt010 {
1121
status = "okay";

0 commit comments

Comments
 (0)