File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 100
100
#address-cells = <1>;
101
101
#size-cells = <1>;
102
102
103
- scg: scg @1e000 {
103
+ scg: clock-controller @1e000 {
104
104
compatible = "nxp,scg-k4";
105
105
reg = <0x1e000 0x404>;
106
106
#clock-cells = <2>;
107
107
};
108
108
109
- porta: pinmux @42000 {
109
+ porta: pinctrl @42000 {
110
110
compatible = "nxp,kinetis-pinmux";
111
111
reg = <0x42000 0xe0>;
112
112
clocks = <&scg SCG_K4_SLOW_CLK 0x108>;
113
113
};
114
114
115
- portb: pinmux @43000 {
115
+ portb: pinctrl @43000 {
116
116
compatible = "nxp,kinetis-pinmux";
117
117
reg = <0x43000 0xe0>;
118
118
clocks = <&scg SCG_K4_SLOW_CLK 0x10c>;
119
119
};
120
120
121
- portc: pinmux @44000 {
121
+ portc: pinctrl @44000 {
122
122
compatible = "nxp,kinetis-pinmux";
123
123
reg = <0x44000 0xe0>;
124
124
clocks = <&scg SCG_K4_SLOW_CLK 0x110>;
125
125
};
126
126
127
- portd: pinmux @45000 {
127
+ portd: pinctrl @45000 {
128
128
compatible = "nxp,kinetis-pinmux";
129
129
reg = <0x45000 0xe0>;
130
130
clocks = <&scg SCG_K4_SLOW_CLK 0>;
131
131
};
132
132
133
- lpuart0: lpuart @38000 {
133
+ lpuart0: serial @38000 {
134
134
compatible = "nxp,kinetis-lpuart";
135
135
reg = <0x38000 0x34>;
136
136
interrupts = <44 0>;
137
137
clocks = <&scg SCG_K4_FIRC_CLK 0xe0>;
138
138
status = "disabled";
139
139
};
140
140
141
- lpuart1: lpuart @39000 {
141
+ lpuart1: serial @39000 {
142
142
compatible = "nxp,kinetis-lpuart";
143
143
reg = <0x39000 0x34>;
144
144
interrupts = <45 0>;
You can’t perform that action at this time.
0 commit comments