|
202 | 202 | nxp,kinetis-port = <&porte>;
|
203 | 203 | status = "disabled";
|
204 | 204 | };
|
| 205 | + |
| 206 | + ftm0: ftm@40038000 { |
| 207 | + compatible = "nxp,kinetis-ftm"; |
| 208 | + reg = <0x40038000 0x1000>; |
| 209 | + interrupts = <99 0>, <100 0>, <101 0>, <102 0>, <104 0>; |
| 210 | + interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow"; |
| 211 | + clocks = <&clock NXP_S32_RTC_CLK>; |
| 212 | + prescaler = <1>; |
| 213 | + status = "disabled"; |
| 214 | + }; |
| 215 | + |
| 216 | + ftm1: ftm@40039000 { |
| 217 | + compatible = "nxp,kinetis-ftm"; |
| 218 | + reg = <0x40039000 0x1000>; |
| 219 | + interrupts = <105 0>, <106 0>, <107 0>, <108 0>, <110 0>; |
| 220 | + interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow"; |
| 221 | + clocks = <&clock NXP_S32_RTC_CLK>; |
| 222 | + prescaler = <1>; |
| 223 | + status = "disabled"; |
| 224 | + }; |
| 225 | + |
| 226 | + ftm2: ftm@4003a000 { |
| 227 | + compatible = "nxp,kinetis-ftm"; |
| 228 | + reg = <0x4003a000 0x1000>; |
| 229 | + interrupts = <111 0>, <112 0>, <113 0>, <114 0>, <116 0>; |
| 230 | + interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow"; |
| 231 | + clocks = <&clock NXP_S32_RTC_CLK>; |
| 232 | + prescaler = <1>; |
| 233 | + status = "disabled"; |
| 234 | + }; |
| 235 | + |
| 236 | + ftm3: ftm@40026000 { |
| 237 | + compatible = "nxp,kinetis-ftm"; |
| 238 | + reg = <0x40026000 0x1000>; |
| 239 | + interrupts = <117 0>, <118 0>, <119 0>, <120 0>, <122 0>; |
| 240 | + interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow"; |
| 241 | + clocks = <&clock NXP_S32_RTC_CLK>; |
| 242 | + prescaler = <1>; |
| 243 | + status = "disabled"; |
| 244 | + }; |
| 245 | + |
| 246 | + ftm4: ftm@4006e000 { |
| 247 | + compatible = "nxp,kinetis-ftm"; |
| 248 | + reg = <0x4006e000 0x1000>; |
| 249 | + interrupts = <123 0>, <124 0>, <125 0>, <126 0>, <128 0>; |
| 250 | + interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow"; |
| 251 | + clocks = <&clock NXP_S32_RTC_CLK>; |
| 252 | + prescaler = <1>; |
| 253 | + status = "disabled"; |
| 254 | + }; |
| 255 | + |
| 256 | + ftm5: ftm@4006f000 { |
| 257 | + compatible = "nxp,kinetis-ftm"; |
| 258 | + reg = <0x4006f000 0x1000>; |
| 259 | + interrupts = <129 0>, <130 0>, <131 0>, <132 0>, <134 0>; |
| 260 | + interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow"; |
| 261 | + clocks = <&clock NXP_S32_RTC_CLK>; |
| 262 | + prescaler = <1>; |
| 263 | + status = "disabled"; |
| 264 | + }; |
| 265 | + |
| 266 | + ftm6: ftm@40070000 { |
| 267 | + compatible = "nxp,kinetis-ftm"; |
| 268 | + reg = <0x40070000 0x1000>; |
| 269 | + interrupts = <135 0>, <136 0>, <137 0>, <138 0>, <140 0>; |
| 270 | + interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow"; |
| 271 | + clocks = <&clock NXP_S32_RTC_CLK>; |
| 272 | + prescaler = <1>; |
| 273 | + status = "disabled"; |
| 274 | + }; |
| 275 | + |
| 276 | + ftm7: ftm@40071000 { |
| 277 | + compatible = "nxp,kinetis-ftm"; |
| 278 | + reg = <0x40071000 0x1000>; |
| 279 | + interrupts = <141 0>, <142 0>, <143 0>, <144 0>, <146 0>; |
| 280 | + interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow"; |
| 281 | + clocks = <&clock NXP_S32_RTC_CLK>; |
| 282 | + prescaler = <1>; |
| 283 | + status = "disabled"; |
| 284 | + }; |
205 | 285 | };
|
206 | 286 | };
|
0 commit comments