Commit 004955b5 authored by Mahesh Mahadevan's avatar Mahesh Mahadevan Committed by Benjamin Cabé
Browse files

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: default avatarMahesh Mahadevan <mahesh.mahadevan@nxp.com>
parent c3058ec7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -87,6 +87,10 @@
	};
};

&xtal32 {
	status = "okay";
};

&wwdt {
	status = "okay";
};
+3 −6
Original line number Diff line number Diff line
@@ -39,9 +39,6 @@
};

/* XTAL is disconnected */
/* TODO: this should be uncommented once it is added */
/*
 * &rtc {
 *	status = "disabled";
 * };
 */
&xtal32 {
	status = "disabled";
};