Skip to content

Commit f7e9c3b

Browse files
decsnyhenrikbrixandersen
authored andcommitted
dts: nxp: mcxw71: Use genetic unit names
Use generic unit names as recommended by the DT spec. Signed-off-by: Declan Snyder <[email protected]>
1 parent c6bf743 commit f7e9c3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dts/arm/nxp/nxp_mcxw71.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,45 +100,45 @@
100100
#address-cells = <1>;
101101
#size-cells = <1>;
102102

103-
scg: scg@1e000 {
103+
scg: clock-controller@1e000 {
104104
compatible = "nxp,scg-k4";
105105
reg = <0x1e000 0x404>;
106106
#clock-cells = <2>;
107107
};
108108

109-
porta: pinmux@42000 {
109+
porta: pinctrl@42000 {
110110
compatible = "nxp,kinetis-pinmux";
111111
reg = <0x42000 0xe0>;
112112
clocks = <&scg SCG_K4_SLOW_CLK 0x108>;
113113
};
114114

115-
portb: pinmux@43000 {
115+
portb: pinctrl@43000 {
116116
compatible = "nxp,kinetis-pinmux";
117117
reg = <0x43000 0xe0>;
118118
clocks = <&scg SCG_K4_SLOW_CLK 0x10c>;
119119
};
120120

121-
portc: pinmux@44000 {
121+
portc: pinctrl@44000 {
122122
compatible = "nxp,kinetis-pinmux";
123123
reg = <0x44000 0xe0>;
124124
clocks = <&scg SCG_K4_SLOW_CLK 0x110>;
125125
};
126126

127-
portd: pinmux@45000 {
127+
portd: pinctrl@45000 {
128128
compatible = "nxp,kinetis-pinmux";
129129
reg = <0x45000 0xe0>;
130130
clocks = <&scg SCG_K4_SLOW_CLK 0>;
131131
};
132132

133-
lpuart0: lpuart@38000 {
133+
lpuart0: serial@38000 {
134134
compatible = "nxp,kinetis-lpuart";
135135
reg = <0x38000 0x34>;
136136
interrupts = <44 0>;
137137
clocks = <&scg SCG_K4_FIRC_CLK 0xe0>;
138138
status = "disabled";
139139
};
140140

141-
lpuart1: lpuart@39000 {
141+
lpuart1: serial@39000 {
142142
compatible = "nxp,kinetis-lpuart";
143143
reg = <0x39000 0x34>;
144144
interrupts = <45 0>;

0 commit comments

Comments
 (0)