dts: nxp: mcxw71: Use genetic unit names

Use generic unit names as recommended by the DT spec.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-09-24 16:26:01 -05:00 committed by Henrik Brix Andersen
commit f7e9c3b114

View file

@ -100,37 +100,37 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
scg: scg@1e000 { scg: clock-controller@1e000 {
compatible = "nxp,scg-k4"; compatible = "nxp,scg-k4";
reg = <0x1e000 0x404>; reg = <0x1e000 0x404>;
#clock-cells = <2>; #clock-cells = <2>;
}; };
porta: pinmux@42000 { porta: pinctrl@42000 {
compatible = "nxp,kinetis-pinmux"; compatible = "nxp,kinetis-pinmux";
reg = <0x42000 0xe0>; reg = <0x42000 0xe0>;
clocks = <&scg SCG_K4_SLOW_CLK 0x108>; clocks = <&scg SCG_K4_SLOW_CLK 0x108>;
}; };
portb: pinmux@43000 { portb: pinctrl@43000 {
compatible = "nxp,kinetis-pinmux"; compatible = "nxp,kinetis-pinmux";
reg = <0x43000 0xe0>; reg = <0x43000 0xe0>;
clocks = <&scg SCG_K4_SLOW_CLK 0x10c>; clocks = <&scg SCG_K4_SLOW_CLK 0x10c>;
}; };
portc: pinmux@44000 { portc: pinctrl@44000 {
compatible = "nxp,kinetis-pinmux"; compatible = "nxp,kinetis-pinmux";
reg = <0x44000 0xe0>; reg = <0x44000 0xe0>;
clocks = <&scg SCG_K4_SLOW_CLK 0x110>; clocks = <&scg SCG_K4_SLOW_CLK 0x110>;
}; };
portd: pinmux@45000 { portd: pinctrl@45000 {
compatible = "nxp,kinetis-pinmux"; compatible = "nxp,kinetis-pinmux";
reg = <0x45000 0xe0>; reg = <0x45000 0xe0>;
clocks = <&scg SCG_K4_SLOW_CLK 0>; clocks = <&scg SCG_K4_SLOW_CLK 0>;
}; };
lpuart0: lpuart@38000 { lpuart0: serial@38000 {
compatible = "nxp,kinetis-lpuart"; compatible = "nxp,kinetis-lpuart";
reg = <0x38000 0x34>; reg = <0x38000 0x34>;
interrupts = <44 0>; interrupts = <44 0>;
@ -138,7 +138,7 @@
status = "disabled"; status = "disabled";
}; };
lpuart1: lpuart@39000 { lpuart1: serial@39000 {
compatible = "nxp,kinetis-lpuart"; compatible = "nxp,kinetis-lpuart";
reg = <0x39000 0x34>; reg = <0x39000 0x34>;
interrupts = <45 0>; interrupts = <45 0>;