riscv: dts: microchip: sort pic64gx i2c nodes alphanumerically

The i2c nodes are out of place, sort them where they should be.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
Conor Dooley 2026-04-07 16:36:25 +01:00
parent 4ce4a46cdb
commit 58bd7ff1a1

View File

@ -89,6 +89,14 @@ &gpio2 {
"DIP4", "USR_IO11", "", "", "SWITCH1", "", "", "";
};
&i2c0 {
status = "okay";
};
&i2c1 {
status = "okay";
};
&irqmux {
interrupt-map = <0 &plic 13>, <1 &plic 14>, <2 &plic 15>,
<3 &plic 16>, <4 &plic 17>, <5 &plic 18>,
@ -134,14 +142,6 @@ &mbox {
status = "okay";
};
&i2c0 {
status = "okay";
};
&i2c1 {
status = "okay";
};
&mmc {
bus-width = <4>;
disable-wp;