Skip to content

Commit 4bd44cf

Browse files
samples: sensor: thermometer: frdm_rw612: disable unused nodes
The frdm_rw612 enables many unused nodes which are on its power_mode3_domain power domain. These nodes need to be disabled as no driver is available for them, which results in undefined references to them if kept enabled. Once this is addressed at the board level, this overlay can be simplified again by dropping this commit. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent d2b9dd8 commit 4bd44cf

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

samples/sensor/thermometer/boards/frdm_rw612.overlay

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,56 @@
88
&standby {
99
status = "okay";
1010
};
11+
12+
/* Disable unused nodes on power_mode3_domain */
13+
&dma0 {
14+
status = "disabled";
15+
};
16+
17+
&flexcomm1 {
18+
status = "disabled";
19+
};
20+
21+
&hci {
22+
status = "disabled";
23+
};
24+
25+
&hdlc_rcp_if {
26+
status = "disabled";
27+
};
28+
29+
&lcdic {
30+
status = "disabled";
31+
};
32+
33+
&imu {
34+
status = "disabled";
35+
};
36+
37+
&sctimer {
38+
status = "disabled";
39+
};
40+
41+
&trng {
42+
status = "disabled";
43+
};
44+
45+
&usb_otg {
46+
status = "disabled";
47+
};
48+
49+
&enet_mac {
50+
status = "disabled";
51+
};
52+
53+
&enet_mdio {
54+
status = "disabled";
55+
};
56+
57+
&dac0 {
58+
status = "disabled";
59+
};
60+
61+
&adc0 {
62+
status = "disabled";
63+
};

0 commit comments

Comments
 (0)