|
274 | 274 | compatible = "nxp,lpc-syscon";
|
275 | 275 | reg = <0x2000 0x1000>;
|
276 | 276 | #clock-cells = <1>;
|
| 277 | + #pinmux-cells = <2>; |
277 | 278 | };
|
278 | 279 |
|
279 | 280 | syscon2: syscon@66000 {
|
|
1069 | 1070 | clk-divider = <1>;
|
1070 | 1071 | };
|
1071 | 1072 |
|
| 1073 | + sai0: sai@152000 { |
| 1074 | + compatible = "nxp,mcux-i2s"; |
| 1075 | + #address-cells = <1>; |
| 1076 | + #size-cells = <0>; |
| 1077 | + #pinmux-cells = <2>; |
| 1078 | + reg = < 0x152000 0x1000>; |
| 1079 | + clocks = <&clkctl0 MCUX_SAI0_CLK>; |
| 1080 | + pinmuxes = <&syscon0 0x240 0x1>; |
| 1081 | + interrupts = <115 0>; |
| 1082 | + dmas = <&edma0 0 81>, <&edma0 1 82>; |
| 1083 | + dma-names = "rx", "tx"; |
| 1084 | + nxp,tx-channel = <1>; |
| 1085 | + nxp,tx-dma-channel = <1>; |
| 1086 | + nxp,rx-dma-channel = <0>; |
| 1087 | + status = "disabled"; |
| 1088 | + }; |
| 1089 | + |
| 1090 | + sai1: sai@153000 { |
| 1091 | + compatible = "nxp,mcux-i2s"; |
| 1092 | + #address-cells = <1>; |
| 1093 | + #size-cells = <0>; |
| 1094 | + #pinmux-cells = <2>; |
| 1095 | + reg = < 0x153000 0x1000>; |
| 1096 | + clocks = <&clkctl0 MCUX_SAI1_CLK>; |
| 1097 | + pinmuxes = <&syscon0 0x240 0x1>; |
| 1098 | + interrupts = <116 0>; |
| 1099 | + dmas = <&edma0 0 83>, <&edma0 0 84>; |
| 1100 | + dma-names = "rx", "tx"; |
| 1101 | + nxp,tx-channel = <1>; |
| 1102 | + nxp,tx-dma-channel = <2>; |
| 1103 | + nxp,rx-dma-channel = <3>; |
| 1104 | + status = "disabled"; |
| 1105 | + }; |
| 1106 | + |
| 1107 | + sai2: sai@154000 { |
| 1108 | + compatible = "nxp,mcux-i2s"; |
| 1109 | + #address-cells = <1>; |
| 1110 | + #size-cells = <0>; |
| 1111 | + #pinmux-cells = <2>; |
| 1112 | + reg = < 0x154000 0x1000>; |
| 1113 | + clocks = <&clkctl0 MCUX_SAI2_CLK>; |
| 1114 | + pinmuxes = <&syscon0 0x240 0x1>; |
| 1115 | + interrupts = <117 0>; |
| 1116 | + dmas = <&edma0 0 85>, <&edma0 0 86>; |
| 1117 | + dma-names = "rx", "tx"; |
| 1118 | + nxp,tx-channel = <1>; |
| 1119 | + nxp,tx-dma-channel = <2>; |
| 1120 | + nxp,rx-dma-channel = <3>; |
| 1121 | + status = "disabled"; |
| 1122 | + }; |
| 1123 | + |
1072 | 1124 | sc_timer: pwm@114000 {
|
1073 | 1125 | compatible = "nxp,sctimer-pwm";
|
1074 | 1126 | reg = <0x114000 0x1000>;
|
|
0 commit comments