Skip to content

Commit 54855c9

Browse files
committed
boards: rw612: Enable XTAL32
This oscillator has better accuracy and is available by default on this board. Disable this in the ethernet variant where XTAL32 is disconnected so we can use the ethernet pins. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
1 parent 5edbb6a commit 54855c9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
};
8888
};
8989

90+
&xtal32 {
91+
status = "okay";
92+
};
93+
9094
&wwdt {
9195
status = "okay";
9296
};

boards/nxp/rd_rw612_bga/rd_rw612_bga_rw612_ethernet.dts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
};
4040

4141
/* XTAL is disconnected */
42-
/* TODO: this should be uncommented once it is added */
43-
/*
44-
* &rtc {
45-
* status = "disabled";
46-
* };
47-
*/
42+
&xtal32 {
43+
status = "disabled";
44+
};

0 commit comments

Comments
 (0)