Skip to content

Commit 576fdee

Browse files
silabs-BastienBcfriedt
authored andcommitted
boards: silabs: enable VDAC nodes for xg2x boards
Set status to okay for VDAC nodes for xg23 and xg24 boards. Signed-off-by: Bastien Beauchamp <[email protected]>
1 parent b725bd2 commit 576fdee

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,14 @@
291291
status = "okay";
292292
};
293293

294+
&vdac0 {
295+
status = "okay";
296+
};
297+
298+
&vdac1 {
299+
status = "okay";
300+
};
301+
294302
&sysrtc0 {
295303
status = "okay";
296304
};

boards/silabs/dev_kits/xg24_ek2703a/xg24_ek2703a.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,14 @@
207207
status = "okay";
208208
};
209209

210+
&vdac0 {
211+
status = "okay";
212+
};
213+
214+
&vdac1 {
215+
status = "okay";
216+
};
217+
210218
&sysrtc0 {
211219
status = "okay";
212220
};

boards/silabs/radio_boards/xg23_rb4210a/xg23_rb4210a.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,7 @@
290290
};
291291
};
292292
};
293+
294+
&vdac0 {
295+
status = "okay";
296+
};

boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,14 @@
266266
};
267267
};
268268

269+
&vdac0 {
270+
status = "okay";
271+
};
272+
273+
&vdac1 {
274+
status = "okay";
275+
};
276+
269277
&bt_hci_silabs {
270278
status = "okay";
271279
};

0 commit comments

Comments
 (0)