1 // SPDX-License-Identifier: GPL-2.0+ 1 // SPDX-License-Identifier: GPL-2.0+ 2 #include <dt-bindings/clock/aspeed-clock.h> 2 #include <dt-bindings/clock/aspeed-clock.h> 3 #include <dt-bindings/interrupt-controller/asp 3 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> 4 4 5 / { 5 / { 6 model = "Aspeed BMC"; 6 model = "Aspeed BMC"; 7 compatible = "aspeed,ast2500"; 7 compatible = "aspeed,ast2500"; 8 #address-cells = <1>; 8 #address-cells = <1>; 9 #size-cells = <1>; 9 #size-cells = <1>; 10 interrupt-parent = <&vic>; 10 interrupt-parent = <&vic>; 11 11 12 aliases { 12 aliases { 13 i2c0 = &i2c0; 13 i2c0 = &i2c0; 14 i2c1 = &i2c1; 14 i2c1 = &i2c1; 15 i2c2 = &i2c2; 15 i2c2 = &i2c2; 16 i2c3 = &i2c3; 16 i2c3 = &i2c3; 17 i2c4 = &i2c4; 17 i2c4 = &i2c4; 18 i2c5 = &i2c5; 18 i2c5 = &i2c5; 19 i2c6 = &i2c6; 19 i2c6 = &i2c6; 20 i2c7 = &i2c7; 20 i2c7 = &i2c7; 21 i2c8 = &i2c8; 21 i2c8 = &i2c8; 22 i2c9 = &i2c9; 22 i2c9 = &i2c9; 23 i2c10 = &i2c10; 23 i2c10 = &i2c10; 24 i2c11 = &i2c11; 24 i2c11 = &i2c11; 25 i2c12 = &i2c12; 25 i2c12 = &i2c12; 26 i2c13 = &i2c13; 26 i2c13 = &i2c13; 27 serial0 = &uart1; 27 serial0 = &uart1; 28 serial1 = &uart2; 28 serial1 = &uart2; 29 serial2 = &uart3; 29 serial2 = &uart3; 30 serial3 = &uart4; 30 serial3 = &uart4; 31 serial4 = &uart5; 31 serial4 = &uart5; 32 serial5 = &vuart; 32 serial5 = &vuart; 33 }; 33 }; 34 34 35 cpus { 35 cpus { 36 #address-cells = <1>; 36 #address-cells = <1>; 37 #size-cells = <0>; 37 #size-cells = <0>; 38 38 39 cpu@0 { 39 cpu@0 { 40 compatible = "arm,arm1 40 compatible = "arm,arm1176jzf-s"; 41 device_type = "cpu"; 41 device_type = "cpu"; 42 reg = <0>; 42 reg = <0>; 43 }; 43 }; 44 }; 44 }; 45 45 46 memory@80000000 { 46 memory@80000000 { 47 device_type = "memory"; 47 device_type = "memory"; 48 reg = <0x80000000 0>; 48 reg = <0x80000000 0>; 49 }; 49 }; 50 50 51 ahb { 51 ahb { 52 compatible = "simple-bus"; 52 compatible = "simple-bus"; 53 #address-cells = <1>; 53 #address-cells = <1>; 54 #size-cells = <1>; 54 #size-cells = <1>; 55 ranges; 55 ranges; 56 56 57 fmc: spi@1e620000 { 57 fmc: spi@1e620000 { 58 reg = <0x1e620000 0xc4 58 reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>; 59 #address-cells = <1>; 59 #address-cells = <1>; 60 #size-cells = <0>; 60 #size-cells = <0>; 61 compatible = "aspeed,a 61 compatible = "aspeed,ast2500-fmc"; 62 clocks = <&syscon ASPE 62 clocks = <&syscon ASPEED_CLK_AHB>; 63 status = "disabled"; 63 status = "disabled"; 64 interrupts = <19>; 64 interrupts = <19>; 65 flash@0 { 65 flash@0 { 66 reg = < 0 >; 66 reg = < 0 >; 67 compatible = " 67 compatible = "jedec,spi-nor"; 68 spi-max-freque 68 spi-max-frequency = <50000000>; 69 spi-rx-bus-wid 69 spi-rx-bus-width = <2>; 70 status = "disa 70 status = "disabled"; 71 }; 71 }; 72 flash@1 { 72 flash@1 { 73 reg = < 1 >; 73 reg = < 1 >; 74 compatible = " 74 compatible = "jedec,spi-nor"; 75 spi-max-freque 75 spi-max-frequency = <50000000>; 76 spi-rx-bus-wid 76 spi-rx-bus-width = <2>; 77 status = "disa 77 status = "disabled"; 78 }; 78 }; 79 flash@2 { 79 flash@2 { 80 reg = < 2 >; 80 reg = < 2 >; 81 compatible = " 81 compatible = "jedec,spi-nor"; 82 spi-max-freque 82 spi-max-frequency = <50000000>; 83 spi-rx-bus-wid 83 spi-rx-bus-width = <2>; 84 status = "disa 84 status = "disabled"; 85 }; 85 }; 86 }; 86 }; 87 87 88 spi1: spi@1e630000 { 88 spi1: spi@1e630000 { 89 reg = <0x1e630000 0xc4 89 reg = <0x1e630000 0xc4>, <0x30000000 0x08000000>; 90 #address-cells = <1>; 90 #address-cells = <1>; 91 #size-cells = <0>; 91 #size-cells = <0>; 92 compatible = "aspeed,a 92 compatible = "aspeed,ast2500-spi"; 93 clocks = <&syscon ASPE 93 clocks = <&syscon ASPEED_CLK_AHB>; 94 status = "disabled"; 94 status = "disabled"; 95 flash@0 { 95 flash@0 { 96 reg = < 0 >; 96 reg = < 0 >; 97 compatible = " 97 compatible = "jedec,spi-nor"; 98 spi-max-freque 98 spi-max-frequency = <50000000>; 99 spi-rx-bus-wid 99 spi-rx-bus-width = <2>; 100 status = "disa 100 status = "disabled"; 101 }; 101 }; 102 flash@1 { 102 flash@1 { 103 reg = < 1 >; 103 reg = < 1 >; 104 compatible = " 104 compatible = "jedec,spi-nor"; 105 spi-max-freque 105 spi-max-frequency = <50000000>; 106 spi-rx-bus-wid 106 spi-rx-bus-width = <2>; 107 status = "disa 107 status = "disabled"; 108 }; 108 }; 109 }; 109 }; 110 110 111 spi2: spi@1e631000 { 111 spi2: spi@1e631000 { 112 reg = <0x1e631000 0xc4 112 reg = <0x1e631000 0xc4>, <0x38000000 0x08000000>; 113 #address-cells = <1>; 113 #address-cells = <1>; 114 #size-cells = <0>; 114 #size-cells = <0>; 115 compatible = "aspeed,a 115 compatible = "aspeed,ast2500-spi"; 116 clocks = <&syscon ASPE 116 clocks = <&syscon ASPEED_CLK_AHB>; 117 status = "disabled"; 117 status = "disabled"; 118 flash@0 { 118 flash@0 { 119 reg = < 0 >; 119 reg = < 0 >; 120 compatible = " 120 compatible = "jedec,spi-nor"; 121 spi-max-freque 121 spi-max-frequency = <50000000>; 122 spi-rx-bus-wid 122 spi-rx-bus-width = <2>; 123 status = "disa 123 status = "disabled"; 124 }; 124 }; 125 flash@1 { 125 flash@1 { 126 reg = < 1 >; 126 reg = < 1 >; 127 compatible = " 127 compatible = "jedec,spi-nor"; 128 spi-max-freque 128 spi-max-frequency = <50000000>; 129 spi-rx-bus-wid 129 spi-rx-bus-width = <2>; 130 status = "disa 130 status = "disabled"; 131 }; 131 }; 132 }; 132 }; 133 133 134 vic: interrupt-controller@1e6c 134 vic: interrupt-controller@1e6c0080 { 135 compatible = "aspeed,a 135 compatible = "aspeed,ast2400-vic"; 136 interrupt-controller; 136 interrupt-controller; 137 #interrupt-cells = <1> 137 #interrupt-cells = <1>; 138 valid-sources = <0xfef 138 valid-sources = <0xfefff7ff 0x0807ffff>; 139 reg = <0x1e6c0080 0x80 139 reg = <0x1e6c0080 0x80>; 140 }; 140 }; 141 141 142 cvic: interrupt-controller@1e6 142 cvic: interrupt-controller@1e6c2000 { 143 compatible = "aspeed,a 143 compatible = "aspeed,ast2500-cvic", "aspeed,cvic"; 144 valid-sources = <0xfff 144 valid-sources = <0xffffffff>; 145 copro-sw-interrupts = 145 copro-sw-interrupts = <1>; 146 reg = <0x1e6c2000 0x80 146 reg = <0x1e6c2000 0x80>; 147 }; 147 }; 148 148 149 mac0: ethernet@1e660000 { 149 mac0: ethernet@1e660000 { 150 compatible = "aspeed,a 150 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; 151 reg = <0x1e660000 0x18 151 reg = <0x1e660000 0x180>; 152 interrupts = <2>; 152 interrupts = <2>; 153 clocks = <&syscon ASPE 153 clocks = <&syscon ASPEED_CLK_GATE_MAC1CLK>; 154 status = "disabled"; 154 status = "disabled"; 155 }; 155 }; 156 156 157 mac1: ethernet@1e680000 { 157 mac1: ethernet@1e680000 { 158 compatible = "aspeed,a 158 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; 159 reg = <0x1e680000 0x18 159 reg = <0x1e680000 0x180>; 160 interrupts = <3>; 160 interrupts = <3>; 161 clocks = <&syscon ASPE 161 clocks = <&syscon ASPEED_CLK_GATE_MAC2CLK>; 162 status = "disabled"; 162 status = "disabled"; 163 }; 163 }; 164 164 165 ehci0: usb@1e6a1000 { 165 ehci0: usb@1e6a1000 { 166 compatible = "aspeed,a 166 compatible = "aspeed,ast2500-ehci", "generic-ehci"; 167 reg = <0x1e6a1000 0x10 167 reg = <0x1e6a1000 0x100>; 168 interrupts = <5>; 168 interrupts = <5>; 169 clocks = <&syscon ASPE 169 clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>; 170 pinctrl-names = "defau 170 pinctrl-names = "default"; 171 pinctrl-0 = <&pinctrl_ 171 pinctrl-0 = <&pinctrl_usb2ah_default>; 172 status = "disabled"; 172 status = "disabled"; 173 }; 173 }; 174 174 175 ehci1: usb@1e6a3000 { 175 ehci1: usb@1e6a3000 { 176 compatible = "aspeed,a 176 compatible = "aspeed,ast2500-ehci", "generic-ehci"; 177 reg = <0x1e6a3000 0x10 177 reg = <0x1e6a3000 0x100>; 178 interrupts = <13>; 178 interrupts = <13>; 179 clocks = <&syscon ASPE 179 clocks = <&syscon ASPEED_CLK_GATE_USBPORT2CLK>; 180 pinctrl-names = "defau 180 pinctrl-names = "default"; 181 pinctrl-0 = <&pinctrl_ 181 pinctrl-0 = <&pinctrl_usb2bh_default>; 182 status = "disabled"; 182 status = "disabled"; 183 }; 183 }; 184 184 185 uhci: usb@1e6b0000 { 185 uhci: usb@1e6b0000 { 186 compatible = "aspeed,a 186 compatible = "aspeed,ast2500-uhci", "generic-uhci"; 187 reg = <0x1e6b0000 0x10 187 reg = <0x1e6b0000 0x100>; 188 interrupts = <14>; 188 interrupts = <14>; 189 #ports = <2>; 189 #ports = <2>; 190 clocks = <&syscon ASPE 190 clocks = <&syscon ASPEED_CLK_GATE_USBUHCICLK>; 191 status = "disabled"; 191 status = "disabled"; 192 /* 192 /* 193 * No default pinmux, 193 * No default pinmux, it will follow EHCI, use an explicit pinmux 194 * override if you don 194 * override if you don't enable EHCI 195 */ 195 */ 196 }; 196 }; 197 197 198 vhub: usb-vhub@1e6a0000 { 198 vhub: usb-vhub@1e6a0000 { 199 compatible = "aspeed,a 199 compatible = "aspeed,ast2500-usb-vhub"; 200 reg = <0x1e6a0000 0x30 200 reg = <0x1e6a0000 0x300>; 201 interrupts = <5>; 201 interrupts = <5>; 202 clocks = <&syscon ASPE 202 clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>; 203 aspeed,vhub-downstream 203 aspeed,vhub-downstream-ports = <5>; 204 aspeed,vhub-generic-en 204 aspeed,vhub-generic-endpoints = <15>; 205 pinctrl-names = "defau 205 pinctrl-names = "default"; 206 pinctrl-0 = <&pinctrl_ 206 pinctrl-0 = <&pinctrl_usb2ad_default>; 207 status = "disabled"; 207 status = "disabled"; 208 }; 208 }; 209 209 210 apb { 210 apb { 211 compatible = "simple-b 211 compatible = "simple-bus"; 212 #address-cells = <1>; 212 #address-cells = <1>; 213 #size-cells = <1>; 213 #size-cells = <1>; 214 ranges; 214 ranges; 215 215 216 edac: memory-controlle 216 edac: memory-controller@1e6e0000 { 217 compatible = " 217 compatible = "aspeed,ast2500-sdram-edac"; 218 reg = <0x1e6e0 218 reg = <0x1e6e0000 0x174>; 219 interrupts = < 219 interrupts = <0>; 220 status = "disa 220 status = "disabled"; 221 }; 221 }; 222 222 223 syscon: syscon@1e6e200 223 syscon: syscon@1e6e2000 { 224 compatible = " 224 compatible = "aspeed,ast2500-scu", "syscon", "simple-mfd"; 225 reg = <0x1e6e2 225 reg = <0x1e6e2000 0x1a8>; 226 #address-cells 226 #address-cells = <1>; 227 #size-cells = 227 #size-cells = <1>; 228 ranges = <0 0x 228 ranges = <0 0x1e6e2000 0x1000>; 229 #clock-cells = 229 #clock-cells = <1>; 230 #reset-cells = 230 #reset-cells = <1>; 231 231 232 scu_ic: interr 232 scu_ic: interrupt-controller@18 { 233 #inter 233 #interrupt-cells = <1>; 234 compat 234 compatible = "aspeed,ast2500-scu-ic"; 235 reg = 235 reg = <0x18 0x4>; 236 interr 236 interrupts = <21>; 237 interr 237 interrupt-controller; 238 }; 238 }; 239 239 240 p2a: p2a-contr 240 p2a: p2a-control@2c { 241 compat 241 compatible = "aspeed,ast2500-p2a-ctrl"; 242 reg = 242 reg = <0x2c 0x4>; 243 status 243 status = "disabled"; 244 }; 244 }; 245 245 246 silicon-id@7c 246 silicon-id@7c { 247 compat 247 compatible = "aspeed,ast2500-silicon-id", "aspeed,silicon-id"; 248 reg = 248 reg = <0x7c 0x4 0x150 0x8>; 249 }; 249 }; 250 250 251 pinctrl: pinct 251 pinctrl: pinctrl@80 { 252 compat 252 compatible = "aspeed,ast2500-pinctrl"; 253 reg = 253 reg = <0x80 0x18>, <0xa0 0x10>; 254 aspeed 254 aspeed,external-nodes = <&gfx>, <&lhc>; 255 }; 255 }; 256 }; 256 }; 257 257 258 rng: hwrng@1e6e2078 { 258 rng: hwrng@1e6e2078 { 259 compatible = " 259 compatible = "timeriomem_rng"; 260 reg = <0x1e6e2 260 reg = <0x1e6e2078 0x4>; 261 period = <1>; 261 period = <1>; 262 quality = <100 262 quality = <100>; 263 }; 263 }; 264 264 265 hace: crypto@1e6e3000 265 hace: crypto@1e6e3000 { 266 compatible = " 266 compatible = "aspeed,ast2500-hace"; 267 reg = <0x1e6e3 267 reg = <0x1e6e3000 0x100>; 268 interrupts = < 268 interrupts = <4>; 269 clocks = <&sys 269 clocks = <&syscon ASPEED_CLK_GATE_YCLK>; 270 resets = <&sys 270 resets = <&syscon ASPEED_RESET_HACE>; 271 }; 271 }; 272 272 273 gfx: display@1e6e6000 273 gfx: display@1e6e6000 { 274 compatible = " 274 compatible = "aspeed,ast2500-gfx", "syscon"; 275 reg = <0x1e6e6 275 reg = <0x1e6e6000 0x1000>; 276 reg-io-width = 276 reg-io-width = <4>; 277 clocks = <&sys 277 clocks = <&syscon ASPEED_CLK_GATE_D1CLK>; 278 resets = <&sys 278 resets = <&syscon ASPEED_RESET_CRT1>; 279 syscon = <&sys 279 syscon = <&syscon>; 280 status = "disa 280 status = "disabled"; 281 interrupts = < 281 interrupts = <0x19>; 282 }; 282 }; 283 283 284 adc: adc@1e6e9000 { 284 adc: adc@1e6e9000 { 285 compatible = " 285 compatible = "aspeed,ast2500-adc"; 286 reg = <0x1e6e9 286 reg = <0x1e6e9000 0xb0>; 287 clocks = <&sys 287 clocks = <&syscon ASPEED_CLK_APB>; 288 resets = <&sys 288 resets = <&syscon ASPEED_RESET_ADC>; 289 #io-channel-ce 289 #io-channel-cells = <1>; 290 status = "disa 290 status = "disabled"; 291 }; 291 }; 292 292 293 video: video@1e700000 293 video: video@1e700000 { 294 compatible = " 294 compatible = "aspeed,ast2500-video-engine"; 295 reg = <0x1e700 295 reg = <0x1e700000 0x1000>; 296 clocks = <&sys 296 clocks = <&syscon ASPEED_CLK_GATE_VCLK>, 297 <&sys 297 <&syscon ASPEED_CLK_GATE_ECLK>; 298 clock-names = 298 clock-names = "vclk", "eclk"; 299 interrupts = < 299 interrupts = <7>; 300 status = "disa 300 status = "disabled"; 301 }; 301 }; 302 302 303 sram: sram@1e720000 { 303 sram: sram@1e720000 { 304 compatible = " 304 compatible = "mmio-sram"; 305 reg = <0x1e720 305 reg = <0x1e720000 0x9000>; // 36K 306 ranges; 306 ranges; 307 #address-cells 307 #address-cells = <1>; 308 #size-cells = 308 #size-cells = <1>; 309 }; 309 }; 310 310 311 sdmmc: sd-controller@1 311 sdmmc: sd-controller@1e740000 { 312 compatible = " 312 compatible = "aspeed,ast2500-sd-controller"; 313 reg = <0x1e740 313 reg = <0x1e740000 0x100>; 314 #address-cells 314 #address-cells = <1>; 315 #size-cells = 315 #size-cells = <1>; 316 ranges = <0 0x 316 ranges = <0 0x1e740000 0x10000>; 317 clocks = <&sys 317 clocks = <&syscon ASPEED_CLK_GATE_SDCLK>; 318 status = "disa 318 status = "disabled"; 319 319 320 sdhci0: sdhci@ 320 sdhci0: sdhci@100 { 321 compat 321 compatible = "aspeed,ast2500-sdhci"; 322 reg = 322 reg = <0x100 0x100>; 323 interr 323 interrupts = <26>; 324 sdhci, 324 sdhci,auto-cmd12; 325 clocks 325 clocks = <&syscon ASPEED_CLK_SDIO>; 326 status 326 status = "disabled"; 327 }; 327 }; 328 328 329 sdhci1: sdhci@ 329 sdhci1: sdhci@200 { 330 compat 330 compatible = "aspeed,ast2500-sdhci"; 331 reg = 331 reg = <0x200 0x100>; 332 interr 332 interrupts = <26>; 333 sdhci, 333 sdhci,auto-cmd12; 334 clocks 334 clocks = <&syscon ASPEED_CLK_SDIO>; 335 status 335 status = "disabled"; 336 }; 336 }; 337 }; 337 }; 338 338 339 gpio: gpio@1e780000 { 339 gpio: gpio@1e780000 { 340 #gpio-cells = 340 #gpio-cells = <2>; 341 gpio-controlle 341 gpio-controller; 342 compatible = " 342 compatible = "aspeed,ast2500-gpio"; 343 reg = <0x1e780 343 reg = <0x1e780000 0x200>; 344 interrupts = < 344 interrupts = <20>; 345 gpio-ranges = 345 gpio-ranges = <&pinctrl 0 0 232>; 346 clocks = <&sys 346 clocks = <&syscon ASPEED_CLK_APB>; 347 interrupt-cont 347 interrupt-controller; 348 #interrupt-cel 348 #interrupt-cells = <2>; 349 }; 349 }; 350 350 351 sgpio: sgpio@1e780200 351 sgpio: sgpio@1e780200 { 352 #gpio-cells = 352 #gpio-cells = <2>; 353 compatible = " 353 compatible = "aspeed,ast2500-sgpio"; 354 gpio-controlle 354 gpio-controller; 355 interrupts = < 355 interrupts = <40>; 356 reg = <0x1e780 356 reg = <0x1e780200 0x0100>; 357 clocks = <&sys 357 clocks = <&syscon ASPEED_CLK_APB>; 358 #interrupt-cel 358 #interrupt-cells = <2>; 359 interrupt-cont 359 interrupt-controller; 360 bus-frequency 360 bus-frequency = <12000000>; 361 pinctrl-names 361 pinctrl-names = "default"; 362 pinctrl-0 = <& 362 pinctrl-0 = <&pinctrl_sgpm_default>; 363 status = "disa 363 status = "disabled"; 364 }; 364 }; 365 365 366 rtc: rtc@1e781000 { 366 rtc: rtc@1e781000 { 367 compatible = " 367 compatible = "aspeed,ast2500-rtc"; 368 reg = <0x1e781 368 reg = <0x1e781000 0x18>; 369 status = "disa 369 status = "disabled"; 370 }; 370 }; 371 371 372 timer: timer@1e782000 372 timer: timer@1e782000 { 373 /* This timer 373 /* This timer is a Faraday FTTMR010 derivative */ 374 compatible = " 374 compatible = "aspeed,ast2400-timer"; 375 reg = <0x1e782 375 reg = <0x1e782000 0x90>; 376 interrupts = < 376 interrupts = <16 17 18 35 36 37 38 39>; 377 clocks = <&sys 377 clocks = <&syscon ASPEED_CLK_APB>; 378 clock-names = 378 clock-names = "PCLK"; 379 }; 379 }; 380 380 381 uart1: serial@1e783000 381 uart1: serial@1e783000 { 382 compatible = " 382 compatible = "ns16550a"; 383 reg = <0x1e783 383 reg = <0x1e783000 0x20>; 384 reg-shift = <2 384 reg-shift = <2>; 385 interrupts = < 385 interrupts = <9>; 386 clocks = <&sys 386 clocks = <&syscon ASPEED_CLK_GATE_UART1CLK>; 387 resets = <&lpc 387 resets = <&lpc_reset 4>; 388 no-loopback-te 388 no-loopback-test; 389 status = "disa 389 status = "disabled"; 390 }; 390 }; 391 391 392 uart5: serial@1e784000 392 uart5: serial@1e784000 { 393 compatible = " 393 compatible = "ns16550a"; 394 reg = <0x1e784 394 reg = <0x1e784000 0x20>; 395 reg-shift = <2 395 reg-shift = <2>; 396 interrupts = < 396 interrupts = <10>; 397 clocks = <&sys 397 clocks = <&syscon ASPEED_CLK_GATE_UART5CLK>; 398 no-loopback-te 398 no-loopback-test; 399 status = "disa 399 status = "disabled"; 400 }; 400 }; 401 401 402 wdt1: watchdog@1e78500 402 wdt1: watchdog@1e785000 { 403 compatible = " 403 compatible = "aspeed,ast2500-wdt"; 404 reg = <0x1e785 404 reg = <0x1e785000 0x20>; 405 clocks = <&sys 405 clocks = <&syscon ASPEED_CLK_APB>; 406 }; 406 }; 407 407 408 wdt2: watchdog@1e78502 408 wdt2: watchdog@1e785020 { 409 compatible = " 409 compatible = "aspeed,ast2500-wdt"; 410 reg = <0x1e785 410 reg = <0x1e785020 0x20>; 411 clocks = <&sys 411 clocks = <&syscon ASPEED_CLK_APB>; 412 }; 412 }; 413 413 414 wdt3: watchdog@1e78504 414 wdt3: watchdog@1e785040 { 415 compatible = " 415 compatible = "aspeed,ast2500-wdt"; 416 reg = <0x1e785 416 reg = <0x1e785040 0x20>; 417 clocks = <&sys 417 clocks = <&syscon ASPEED_CLK_APB>; 418 status = "disa 418 status = "disabled"; 419 }; 419 }; 420 420 421 pwm_tacho: pwm-tacho-c 421 pwm_tacho: pwm-tacho-controller@1e786000 { 422 compatible = " 422 compatible = "aspeed,ast2500-pwm-tacho"; 423 #address-cells 423 #address-cells = <1>; 424 #size-cells = 424 #size-cells = <0>; 425 reg = <0x1e786 425 reg = <0x1e786000 0x1000>; 426 clocks = <&sys 426 clocks = <&syscon ASPEED_CLK_24M>; 427 resets = <&sys 427 resets = <&syscon ASPEED_RESET_PWM>; 428 status = "disa 428 status = "disabled"; 429 }; 429 }; 430 430 431 vuart: serial@1e787000 431 vuart: serial@1e787000 { 432 compatible = " 432 compatible = "aspeed,ast2500-vuart"; 433 reg = <0x1e787 433 reg = <0x1e787000 0x40>; 434 reg-shift = <2 434 reg-shift = <2>; 435 interrupts = < 435 interrupts = <8>; 436 clocks = <&sys 436 clocks = <&syscon ASPEED_CLK_APB>; 437 no-loopback-te 437 no-loopback-test; 438 status = "disa 438 status = "disabled"; 439 }; 439 }; 440 440 441 lpc: lpc@1e789000 { 441 lpc: lpc@1e789000 { 442 compatible = " 442 compatible = "aspeed,ast2500-lpc-v2", "simple-mfd", "syscon"; 443 reg = <0x1e789 443 reg = <0x1e789000 0x1000>; 444 reg-io-width = 444 reg-io-width = <4>; 445 445 446 #address-cells 446 #address-cells = <1>; 447 #size-cells = 447 #size-cells = <1>; 448 ranges = <0x0 448 ranges = <0x0 0x1e789000 0x1000>; 449 449 450 kcs1: kcs@24 { 450 kcs1: kcs@24 { 451 compat 451 compatible = "aspeed,ast2500-kcs-bmc-v2"; 452 reg = 452 reg = <0x24 0x1>, <0x30 0x1>, <0x3c 0x1>; 453 interr 453 interrupts = <8>; 454 clocks 454 clocks = <&syscon ASPEED_CLK_GATE_LCLK>; 455 status 455 status = "disabled"; 456 }; 456 }; 457 457 458 kcs2: kcs@28 { 458 kcs2: kcs@28 { 459 compat 459 compatible = "aspeed,ast2500-kcs-bmc-v2"; 460 reg = 460 reg = <0x28 0x1>, <0x34 0x1>, <0x40 0x1>; 461 interr 461 interrupts = <8>; 462 clocks 462 clocks = <&syscon ASPEED_CLK_GATE_LCLK>; 463 status 463 status = "disabled"; 464 }; 464 }; 465 465 466 kcs3: kcs@2c { 466 kcs3: kcs@2c { 467 compat 467 compatible = "aspeed,ast2500-kcs-bmc-v2"; 468 reg = 468 reg = <0x2c 0x1>, <0x38 0x1>, <0x44 0x1>; 469 interr 469 interrupts = <8>; 470 clocks 470 clocks = <&syscon ASPEED_CLK_GATE_LCLK>; 471 status 471 status = "disabled"; 472 }; 472 }; 473 473 474 kcs4: kcs@114 474 kcs4: kcs@114 { 475 compat 475 compatible = "aspeed,ast2500-kcs-bmc-v2"; 476 reg = 476 reg = <0x114 0x1>, <0x118 0x1>, <0x11c 0x1>; 477 interr 477 interrupts = <8>; 478 clocks 478 clocks = <&syscon ASPEED_CLK_GATE_LCLK>; 479 status 479 status = "disabled"; 480 }; 480 }; 481 481 482 lpc_ctrl: lpc- 482 lpc_ctrl: lpc-ctrl@80 { 483 compat 483 compatible = "aspeed,ast2500-lpc-ctrl"; 484 reg = 484 reg = <0x80 0x10>; 485 clocks 485 clocks = <&syscon ASPEED_CLK_GATE_LCLK>; 486 status 486 status = "disabled"; 487 }; 487 }; 488 488 489 lpc_snoop: lpc 489 lpc_snoop: lpc-snoop@90 { 490 compat 490 compatible = "aspeed,ast2500-lpc-snoop"; 491 reg = 491 reg = <0x90 0x8>; 492 interr 492 interrupts = <8>; 493 clocks 493 clocks = <&syscon ASPEED_CLK_GATE_LCLK>; 494 status 494 status = "disabled"; 495 }; 495 }; 496 496 497 lpc_reset: res 497 lpc_reset: reset-controller@98 { 498 compat 498 compatible = "aspeed,ast2500-lpc-reset"; 499 reg = 499 reg = <0x98 0x4>; 500 #reset 500 #reset-cells = <1>; 501 }; 501 }; 502 502 503 uart_routing: 503 uart_routing: uart-routing@9c { 504 compat 504 compatible = "aspeed,ast2500-uart-routing"; 505 reg = 505 reg = <0x9c 0x4>; 506 status 506 status = "disabled"; 507 }; 507 }; 508 508 509 lhc: lhc@a0 { 509 lhc: lhc@a0 { 510 compat 510 compatible = "aspeed,ast2500-lhc"; 511 reg = 511 reg = <0xa0 0x24 0xc8 0x8>; 512 }; 512 }; 513 513 514 514 515 ibt: ibt@140 { 515 ibt: ibt@140 { 516 compat 516 compatible = "aspeed,ast2500-ibt-bmc"; 517 reg = 517 reg = <0x140 0x18>; 518 interr 518 interrupts = <8>; 519 clocks 519 clocks = <&syscon ASPEED_CLK_GATE_LCLK>; 520 status 520 status = "disabled"; 521 }; 521 }; 522 }; 522 }; 523 523 524 peci0: peci-controller 524 peci0: peci-controller@1e78b000 { 525 compatible = " 525 compatible = "aspeed,ast2500-peci"; 526 reg = <0x1e78b 526 reg = <0x1e78b000 0x60>; 527 interrupts = < 527 interrupts = <15>; 528 clocks = <&sys 528 clocks = <&syscon ASPEED_CLK_GATE_REFCLK>; 529 resets = <&sys 529 resets = <&syscon ASPEED_RESET_PECI>; 530 cmd-timeout-ms 530 cmd-timeout-ms = <1000>; 531 clock-frequenc 531 clock-frequency = <1000000>; 532 status = "disa 532 status = "disabled"; 533 }; 533 }; 534 534 535 uart2: serial@1e78d000 535 uart2: serial@1e78d000 { 536 compatible = " 536 compatible = "ns16550a"; 537 reg = <0x1e78d 537 reg = <0x1e78d000 0x20>; 538 reg-shift = <2 538 reg-shift = <2>; 539 interrupts = < 539 interrupts = <32>; 540 clocks = <&sys 540 clocks = <&syscon ASPEED_CLK_GATE_UART2CLK>; 541 resets = <&lpc 541 resets = <&lpc_reset 5>; 542 no-loopback-te 542 no-loopback-test; 543 status = "disa 543 status = "disabled"; 544 }; 544 }; 545 545 546 uart3: serial@1e78e000 546 uart3: serial@1e78e000 { 547 compatible = " 547 compatible = "ns16550a"; 548 reg = <0x1e78e 548 reg = <0x1e78e000 0x20>; 549 reg-shift = <2 549 reg-shift = <2>; 550 interrupts = < 550 interrupts = <33>; 551 clocks = <&sys 551 clocks = <&syscon ASPEED_CLK_GATE_UART3CLK>; 552 resets = <&lpc 552 resets = <&lpc_reset 6>; 553 no-loopback-te 553 no-loopback-test; 554 status = "disa 554 status = "disabled"; 555 }; 555 }; 556 556 557 uart4: serial@1e78f000 557 uart4: serial@1e78f000 { 558 compatible = " 558 compatible = "ns16550a"; 559 reg = <0x1e78f 559 reg = <0x1e78f000 0x20>; 560 reg-shift = <2 560 reg-shift = <2>; 561 interrupts = < 561 interrupts = <34>; 562 clocks = <&sys 562 clocks = <&syscon ASPEED_CLK_GATE_UART4CLK>; 563 resets = <&lpc 563 resets = <&lpc_reset 7>; 564 no-loopback-te 564 no-loopback-test; 565 status = "disa 565 status = "disabled"; 566 }; 566 }; 567 567 568 i2c: bus@1e78a000 { 568 i2c: bus@1e78a000 { 569 compatible = " 569 compatible = "simple-bus"; 570 #address-cells 570 #address-cells = <1>; 571 #size-cells = 571 #size-cells = <1>; 572 ranges = <0 0x 572 ranges = <0 0x1e78a000 0x1000>; 573 }; 573 }; 574 }; 574 }; 575 }; 575 }; 576 }; 576 }; 577 577 578 &i2c { 578 &i2c { 579 i2c_ic: interrupt-controller@0 { 579 i2c_ic: interrupt-controller@0 { 580 #interrupt-cells = <1>; 580 #interrupt-cells = <1>; 581 compatible = "aspeed,ast2500-i 581 compatible = "aspeed,ast2500-i2c-ic"; 582 reg = <0x0 0x40>; 582 reg = <0x0 0x40>; 583 interrupts = <12>; 583 interrupts = <12>; 584 interrupt-controller; 584 interrupt-controller; 585 }; 585 }; 586 586 587 i2c0: i2c@40 { 587 i2c0: i2c@40 { 588 #address-cells = <1>; 588 #address-cells = <1>; 589 #size-cells = <0>; 589 #size-cells = <0>; 590 590 591 reg = <0x40 0x40>; 591 reg = <0x40 0x40>; 592 compatible = "aspeed,ast2500-i 592 compatible = "aspeed,ast2500-i2c-bus"; 593 clocks = <&syscon ASPEED_CLK_A 593 clocks = <&syscon ASPEED_CLK_APB>; 594 resets = <&syscon ASPEED_RESET 594 resets = <&syscon ASPEED_RESET_I2C>; 595 bus-frequency = <100000>; 595 bus-frequency = <100000>; 596 interrupts = <0>; 596 interrupts = <0>; 597 interrupt-parent = <&i2c_ic>; 597 interrupt-parent = <&i2c_ic>; 598 status = "disabled"; 598 status = "disabled"; 599 /* Does not need pinctrl prope 599 /* Does not need pinctrl properties */ 600 }; 600 }; 601 601 602 i2c1: i2c@80 { 602 i2c1: i2c@80 { 603 #address-cells = <1>; 603 #address-cells = <1>; 604 #size-cells = <0>; 604 #size-cells = <0>; 605 605 606 reg = <0x80 0x40>; 606 reg = <0x80 0x40>; 607 compatible = "aspeed,ast2500-i 607 compatible = "aspeed,ast2500-i2c-bus"; 608 clocks = <&syscon ASPEED_CLK_A 608 clocks = <&syscon ASPEED_CLK_APB>; 609 resets = <&syscon ASPEED_RESET 609 resets = <&syscon ASPEED_RESET_I2C>; 610 bus-frequency = <100000>; 610 bus-frequency = <100000>; 611 interrupts = <1>; 611 interrupts = <1>; 612 interrupt-parent = <&i2c_ic>; 612 interrupt-parent = <&i2c_ic>; 613 status = "disabled"; 613 status = "disabled"; 614 /* Does not need pinctrl prope 614 /* Does not need pinctrl properties */ 615 }; 615 }; 616 616 617 i2c2: i2c@c0 { 617 i2c2: i2c@c0 { 618 #address-cells = <1>; 618 #address-cells = <1>; 619 #size-cells = <0>; 619 #size-cells = <0>; 620 620 621 reg = <0xc0 0x40>; 621 reg = <0xc0 0x40>; 622 compatible = "aspeed,ast2500-i 622 compatible = "aspeed,ast2500-i2c-bus"; 623 clocks = <&syscon ASPEED_CLK_A 623 clocks = <&syscon ASPEED_CLK_APB>; 624 resets = <&syscon ASPEED_RESET 624 resets = <&syscon ASPEED_RESET_I2C>; 625 bus-frequency = <100000>; 625 bus-frequency = <100000>; 626 interrupts = <2>; 626 interrupts = <2>; 627 interrupt-parent = <&i2c_ic>; 627 interrupt-parent = <&i2c_ic>; 628 pinctrl-names = "default"; 628 pinctrl-names = "default"; 629 pinctrl-0 = <&pinctrl_i2c3_def 629 pinctrl-0 = <&pinctrl_i2c3_default>; 630 status = "disabled"; 630 status = "disabled"; 631 }; 631 }; 632 632 633 i2c3: i2c@100 { 633 i2c3: i2c@100 { 634 #address-cells = <1>; 634 #address-cells = <1>; 635 #size-cells = <0>; 635 #size-cells = <0>; 636 636 637 reg = <0x100 0x40>; 637 reg = <0x100 0x40>; 638 compatible = "aspeed,ast2500-i 638 compatible = "aspeed,ast2500-i2c-bus"; 639 clocks = <&syscon ASPEED_CLK_A 639 clocks = <&syscon ASPEED_CLK_APB>; 640 resets = <&syscon ASPEED_RESET 640 resets = <&syscon ASPEED_RESET_I2C>; 641 bus-frequency = <100000>; 641 bus-frequency = <100000>; 642 interrupts = <3>; 642 interrupts = <3>; 643 interrupt-parent = <&i2c_ic>; 643 interrupt-parent = <&i2c_ic>; 644 pinctrl-names = "default"; 644 pinctrl-names = "default"; 645 pinctrl-0 = <&pinctrl_i2c4_def 645 pinctrl-0 = <&pinctrl_i2c4_default>; 646 status = "disabled"; 646 status = "disabled"; 647 }; 647 }; 648 648 649 i2c4: i2c@140 { 649 i2c4: i2c@140 { 650 #address-cells = <1>; 650 #address-cells = <1>; 651 #size-cells = <0>; 651 #size-cells = <0>; 652 652 653 reg = <0x140 0x40>; 653 reg = <0x140 0x40>; 654 compatible = "aspeed,ast2500-i 654 compatible = "aspeed,ast2500-i2c-bus"; 655 clocks = <&syscon ASPEED_CLK_A 655 clocks = <&syscon ASPEED_CLK_APB>; 656 resets = <&syscon ASPEED_RESET 656 resets = <&syscon ASPEED_RESET_I2C>; 657 bus-frequency = <100000>; 657 bus-frequency = <100000>; 658 interrupts = <4>; 658 interrupts = <4>; 659 interrupt-parent = <&i2c_ic>; 659 interrupt-parent = <&i2c_ic>; 660 pinctrl-names = "default"; 660 pinctrl-names = "default"; 661 pinctrl-0 = <&pinctrl_i2c5_def 661 pinctrl-0 = <&pinctrl_i2c5_default>; 662 status = "disabled"; 662 status = "disabled"; 663 }; 663 }; 664 664 665 i2c5: i2c@180 { 665 i2c5: i2c@180 { 666 #address-cells = <1>; 666 #address-cells = <1>; 667 #size-cells = <0>; 667 #size-cells = <0>; 668 668 669 reg = <0x180 0x40>; 669 reg = <0x180 0x40>; 670 compatible = "aspeed,ast2500-i 670 compatible = "aspeed,ast2500-i2c-bus"; 671 clocks = <&syscon ASPEED_CLK_A 671 clocks = <&syscon ASPEED_CLK_APB>; 672 resets = <&syscon ASPEED_RESET 672 resets = <&syscon ASPEED_RESET_I2C>; 673 bus-frequency = <100000>; 673 bus-frequency = <100000>; 674 interrupts = <5>; 674 interrupts = <5>; 675 interrupt-parent = <&i2c_ic>; 675 interrupt-parent = <&i2c_ic>; 676 pinctrl-names = "default"; 676 pinctrl-names = "default"; 677 pinctrl-0 = <&pinctrl_i2c6_def 677 pinctrl-0 = <&pinctrl_i2c6_default>; 678 status = "disabled"; 678 status = "disabled"; 679 }; 679 }; 680 680 681 i2c6: i2c@1c0 { 681 i2c6: i2c@1c0 { 682 #address-cells = <1>; 682 #address-cells = <1>; 683 #size-cells = <0>; 683 #size-cells = <0>; 684 684 685 reg = <0x1c0 0x40>; 685 reg = <0x1c0 0x40>; 686 compatible = "aspeed,ast2500-i 686 compatible = "aspeed,ast2500-i2c-bus"; 687 clocks = <&syscon ASPEED_CLK_A 687 clocks = <&syscon ASPEED_CLK_APB>; 688 resets = <&syscon ASPEED_RESET 688 resets = <&syscon ASPEED_RESET_I2C>; 689 bus-frequency = <100000>; 689 bus-frequency = <100000>; 690 interrupts = <6>; 690 interrupts = <6>; 691 interrupt-parent = <&i2c_ic>; 691 interrupt-parent = <&i2c_ic>; 692 pinctrl-names = "default"; 692 pinctrl-names = "default"; 693 pinctrl-0 = <&pinctrl_i2c7_def 693 pinctrl-0 = <&pinctrl_i2c7_default>; 694 status = "disabled"; 694 status = "disabled"; 695 }; 695 }; 696 696 697 i2c7: i2c@300 { 697 i2c7: i2c@300 { 698 #address-cells = <1>; 698 #address-cells = <1>; 699 #size-cells = <0>; 699 #size-cells = <0>; 700 700 701 reg = <0x300 0x40>; 701 reg = <0x300 0x40>; 702 compatible = "aspeed,ast2500-i 702 compatible = "aspeed,ast2500-i2c-bus"; 703 clocks = <&syscon ASPEED_CLK_A 703 clocks = <&syscon ASPEED_CLK_APB>; 704 resets = <&syscon ASPEED_RESET 704 resets = <&syscon ASPEED_RESET_I2C>; 705 bus-frequency = <100000>; 705 bus-frequency = <100000>; 706 interrupts = <7>; 706 interrupts = <7>; 707 interrupt-parent = <&i2c_ic>; 707 interrupt-parent = <&i2c_ic>; 708 pinctrl-names = "default"; 708 pinctrl-names = "default"; 709 pinctrl-0 = <&pinctrl_i2c8_def 709 pinctrl-0 = <&pinctrl_i2c8_default>; 710 status = "disabled"; 710 status = "disabled"; 711 }; 711 }; 712 712 713 i2c8: i2c@340 { 713 i2c8: i2c@340 { 714 #address-cells = <1>; 714 #address-cells = <1>; 715 #size-cells = <0>; 715 #size-cells = <0>; 716 716 717 reg = <0x340 0x40>; 717 reg = <0x340 0x40>; 718 compatible = "aspeed,ast2500-i 718 compatible = "aspeed,ast2500-i2c-bus"; 719 clocks = <&syscon ASPEED_CLK_A 719 clocks = <&syscon ASPEED_CLK_APB>; 720 resets = <&syscon ASPEED_RESET 720 resets = <&syscon ASPEED_RESET_I2C>; 721 bus-frequency = <100000>; 721 bus-frequency = <100000>; 722 interrupts = <8>; 722 interrupts = <8>; 723 interrupt-parent = <&i2c_ic>; 723 interrupt-parent = <&i2c_ic>; 724 pinctrl-names = "default"; 724 pinctrl-names = "default"; 725 pinctrl-0 = <&pinctrl_i2c9_def 725 pinctrl-0 = <&pinctrl_i2c9_default>; 726 status = "disabled"; 726 status = "disabled"; 727 }; 727 }; 728 728 729 i2c9: i2c@380 { 729 i2c9: i2c@380 { 730 #address-cells = <1>; 730 #address-cells = <1>; 731 #size-cells = <0>; 731 #size-cells = <0>; 732 732 733 reg = <0x380 0x40>; 733 reg = <0x380 0x40>; 734 compatible = "aspeed,ast2500-i 734 compatible = "aspeed,ast2500-i2c-bus"; 735 clocks = <&syscon ASPEED_CLK_A 735 clocks = <&syscon ASPEED_CLK_APB>; 736 resets = <&syscon ASPEED_RESET 736 resets = <&syscon ASPEED_RESET_I2C>; 737 bus-frequency = <100000>; 737 bus-frequency = <100000>; 738 interrupts = <9>; 738 interrupts = <9>; 739 interrupt-parent = <&i2c_ic>; 739 interrupt-parent = <&i2c_ic>; 740 pinctrl-names = "default"; 740 pinctrl-names = "default"; 741 pinctrl-0 = <&pinctrl_i2c10_de 741 pinctrl-0 = <&pinctrl_i2c10_default>; 742 status = "disabled"; 742 status = "disabled"; 743 }; 743 }; 744 744 745 i2c10: i2c@3c0 { 745 i2c10: i2c@3c0 { 746 #address-cells = <1>; 746 #address-cells = <1>; 747 #size-cells = <0>; 747 #size-cells = <0>; 748 748 749 reg = <0x3c0 0x40>; 749 reg = <0x3c0 0x40>; 750 compatible = "aspeed,ast2500-i 750 compatible = "aspeed,ast2500-i2c-bus"; 751 clocks = <&syscon ASPEED_CLK_A 751 clocks = <&syscon ASPEED_CLK_APB>; 752 resets = <&syscon ASPEED_RESET 752 resets = <&syscon ASPEED_RESET_I2C>; 753 bus-frequency = <100000>; 753 bus-frequency = <100000>; 754 interrupts = <10>; 754 interrupts = <10>; 755 interrupt-parent = <&i2c_ic>; 755 interrupt-parent = <&i2c_ic>; 756 pinctrl-names = "default"; 756 pinctrl-names = "default"; 757 pinctrl-0 = <&pinctrl_i2c11_de 757 pinctrl-0 = <&pinctrl_i2c11_default>; 758 status = "disabled"; 758 status = "disabled"; 759 }; 759 }; 760 760 761 i2c11: i2c@400 { 761 i2c11: i2c@400 { 762 #address-cells = <1>; 762 #address-cells = <1>; 763 #size-cells = <0>; 763 #size-cells = <0>; 764 764 765 reg = <0x400 0x40>; 765 reg = <0x400 0x40>; 766 compatible = "aspeed,ast2500-i 766 compatible = "aspeed,ast2500-i2c-bus"; 767 clocks = <&syscon ASPEED_CLK_A 767 clocks = <&syscon ASPEED_CLK_APB>; 768 resets = <&syscon ASPEED_RESET 768 resets = <&syscon ASPEED_RESET_I2C>; 769 bus-frequency = <100000>; 769 bus-frequency = <100000>; 770 interrupts = <11>; 770 interrupts = <11>; 771 interrupt-parent = <&i2c_ic>; 771 interrupt-parent = <&i2c_ic>; 772 pinctrl-names = "default"; 772 pinctrl-names = "default"; 773 pinctrl-0 = <&pinctrl_i2c12_de 773 pinctrl-0 = <&pinctrl_i2c12_default>; 774 status = "disabled"; 774 status = "disabled"; 775 }; 775 }; 776 776 777 i2c12: i2c@440 { 777 i2c12: i2c@440 { 778 #address-cells = <1>; 778 #address-cells = <1>; 779 #size-cells = <0>; 779 #size-cells = <0>; 780 780 781 reg = <0x440 0x40>; 781 reg = <0x440 0x40>; 782 compatible = "aspeed,ast2500-i 782 compatible = "aspeed,ast2500-i2c-bus"; 783 clocks = <&syscon ASPEED_CLK_A 783 clocks = <&syscon ASPEED_CLK_APB>; 784 resets = <&syscon ASPEED_RESET 784 resets = <&syscon ASPEED_RESET_I2C>; 785 bus-frequency = <100000>; 785 bus-frequency = <100000>; 786 interrupts = <12>; 786 interrupts = <12>; 787 interrupt-parent = <&i2c_ic>; 787 interrupt-parent = <&i2c_ic>; 788 pinctrl-names = "default"; 788 pinctrl-names = "default"; 789 pinctrl-0 = <&pinctrl_i2c13_de 789 pinctrl-0 = <&pinctrl_i2c13_default>; 790 status = "disabled"; 790 status = "disabled"; 791 }; 791 }; 792 792 793 i2c13: i2c@480 { 793 i2c13: i2c@480 { 794 #address-cells = <1>; 794 #address-cells = <1>; 795 #size-cells = <0>; 795 #size-cells = <0>; 796 796 797 reg = <0x480 0x40>; 797 reg = <0x480 0x40>; 798 compatible = "aspeed,ast2500-i 798 compatible = "aspeed,ast2500-i2c-bus"; 799 clocks = <&syscon ASPEED_CLK_A 799 clocks = <&syscon ASPEED_CLK_APB>; 800 resets = <&syscon ASPEED_RESET 800 resets = <&syscon ASPEED_RESET_I2C>; 801 bus-frequency = <100000>; 801 bus-frequency = <100000>; 802 interrupts = <13>; 802 interrupts = <13>; 803 interrupt-parent = <&i2c_ic>; 803 interrupt-parent = <&i2c_ic>; 804 pinctrl-names = "default"; 804 pinctrl-names = "default"; 805 pinctrl-0 = <&pinctrl_i2c14_de 805 pinctrl-0 = <&pinctrl_i2c14_default>; 806 status = "disabled"; 806 status = "disabled"; 807 }; 807 }; 808 }; 808 }; 809 809 810 &pinctrl { 810 &pinctrl { 811 pinctrl_acpi_default: acpi_default { 811 pinctrl_acpi_default: acpi_default { 812 function = "ACPI"; 812 function = "ACPI"; 813 groups = "ACPI"; 813 groups = "ACPI"; 814 }; 814 }; 815 815 816 pinctrl_adc0_default: adc0_default { 816 pinctrl_adc0_default: adc0_default { 817 function = "ADC0"; 817 function = "ADC0"; 818 groups = "ADC0"; 818 groups = "ADC0"; 819 }; 819 }; 820 820 821 pinctrl_adc1_default: adc1_default { 821 pinctrl_adc1_default: adc1_default { 822 function = "ADC1"; 822 function = "ADC1"; 823 groups = "ADC1"; 823 groups = "ADC1"; 824 }; 824 }; 825 825 826 pinctrl_adc10_default: adc10_default { 826 pinctrl_adc10_default: adc10_default { 827 function = "ADC10"; 827 function = "ADC10"; 828 groups = "ADC10"; 828 groups = "ADC10"; 829 }; 829 }; 830 830 831 pinctrl_adc11_default: adc11_default { 831 pinctrl_adc11_default: adc11_default { 832 function = "ADC11"; 832 function = "ADC11"; 833 groups = "ADC11"; 833 groups = "ADC11"; 834 }; 834 }; 835 835 836 pinctrl_adc12_default: adc12_default { 836 pinctrl_adc12_default: adc12_default { 837 function = "ADC12"; 837 function = "ADC12"; 838 groups = "ADC12"; 838 groups = "ADC12"; 839 }; 839 }; 840 840 841 pinctrl_adc13_default: adc13_default { 841 pinctrl_adc13_default: adc13_default { 842 function = "ADC13"; 842 function = "ADC13"; 843 groups = "ADC13"; 843 groups = "ADC13"; 844 }; 844 }; 845 845 846 pinctrl_adc14_default: adc14_default { 846 pinctrl_adc14_default: adc14_default { 847 function = "ADC14"; 847 function = "ADC14"; 848 groups = "ADC14"; 848 groups = "ADC14"; 849 }; 849 }; 850 850 851 pinctrl_adc15_default: adc15_default { 851 pinctrl_adc15_default: adc15_default { 852 function = "ADC15"; 852 function = "ADC15"; 853 groups = "ADC15"; 853 groups = "ADC15"; 854 }; 854 }; 855 855 856 pinctrl_adc2_default: adc2_default { 856 pinctrl_adc2_default: adc2_default { 857 function = "ADC2"; 857 function = "ADC2"; 858 groups = "ADC2"; 858 groups = "ADC2"; 859 }; 859 }; 860 860 861 pinctrl_adc3_default: adc3_default { 861 pinctrl_adc3_default: adc3_default { 862 function = "ADC3"; 862 function = "ADC3"; 863 groups = "ADC3"; 863 groups = "ADC3"; 864 }; 864 }; 865 865 866 pinctrl_adc4_default: adc4_default { 866 pinctrl_adc4_default: adc4_default { 867 function = "ADC4"; 867 function = "ADC4"; 868 groups = "ADC4"; 868 groups = "ADC4"; 869 }; 869 }; 870 870 871 pinctrl_adc5_default: adc5_default { 871 pinctrl_adc5_default: adc5_default { 872 function = "ADC5"; 872 function = "ADC5"; 873 groups = "ADC5"; 873 groups = "ADC5"; 874 }; 874 }; 875 875 876 pinctrl_adc6_default: adc6_default { 876 pinctrl_adc6_default: adc6_default { 877 function = "ADC6"; 877 function = "ADC6"; 878 groups = "ADC6"; 878 groups = "ADC6"; 879 }; 879 }; 880 880 881 pinctrl_adc7_default: adc7_default { 881 pinctrl_adc7_default: adc7_default { 882 function = "ADC7"; 882 function = "ADC7"; 883 groups = "ADC7"; 883 groups = "ADC7"; 884 }; 884 }; 885 885 886 pinctrl_adc8_default: adc8_default { 886 pinctrl_adc8_default: adc8_default { 887 function = "ADC8"; 887 function = "ADC8"; 888 groups = "ADC8"; 888 groups = "ADC8"; 889 }; 889 }; 890 890 891 pinctrl_adc9_default: adc9_default { 891 pinctrl_adc9_default: adc9_default { 892 function = "ADC9"; 892 function = "ADC9"; 893 groups = "ADC9"; 893 groups = "ADC9"; 894 }; 894 }; 895 895 896 pinctrl_bmcint_default: bmcint_default 896 pinctrl_bmcint_default: bmcint_default { 897 function = "BMCINT"; 897 function = "BMCINT"; 898 groups = "BMCINT"; 898 groups = "BMCINT"; 899 }; 899 }; 900 900 901 pinctrl_ddcclk_default: ddcclk_default 901 pinctrl_ddcclk_default: ddcclk_default { 902 function = "DDCCLK"; 902 function = "DDCCLK"; 903 groups = "DDCCLK"; 903 groups = "DDCCLK"; 904 }; 904 }; 905 905 906 pinctrl_ddcdat_default: ddcdat_default 906 pinctrl_ddcdat_default: ddcdat_default { 907 function = "DDCDAT"; 907 function = "DDCDAT"; 908 groups = "DDCDAT"; 908 groups = "DDCDAT"; 909 }; 909 }; 910 910 911 pinctrl_espi_default: espi_default { 911 pinctrl_espi_default: espi_default { 912 function = "ESPI"; 912 function = "ESPI"; 913 groups = "ESPI"; 913 groups = "ESPI"; 914 }; 914 }; 915 915 916 pinctrl_fwspics1_default: fwspics1_def 916 pinctrl_fwspics1_default: fwspics1_default { 917 function = "FWSPICS1"; 917 function = "FWSPICS1"; 918 groups = "FWSPICS1"; 918 groups = "FWSPICS1"; 919 }; 919 }; 920 920 921 pinctrl_fwspics2_default: fwspics2_def 921 pinctrl_fwspics2_default: fwspics2_default { 922 function = "FWSPICS2"; 922 function = "FWSPICS2"; 923 groups = "FWSPICS2"; 923 groups = "FWSPICS2"; 924 }; 924 }; 925 925 926 pinctrl_gpid0_default: gpid0_default { 926 pinctrl_gpid0_default: gpid0_default { 927 function = "GPID0"; 927 function = "GPID0"; 928 groups = "GPID0"; 928 groups = "GPID0"; 929 }; 929 }; 930 930 931 pinctrl_gpid2_default: gpid2_default { 931 pinctrl_gpid2_default: gpid2_default { 932 function = "GPID2"; 932 function = "GPID2"; 933 groups = "GPID2"; 933 groups = "GPID2"; 934 }; 934 }; 935 935 936 pinctrl_gpid4_default: gpid4_default { 936 pinctrl_gpid4_default: gpid4_default { 937 function = "GPID4"; 937 function = "GPID4"; 938 groups = "GPID4"; 938 groups = "GPID4"; 939 }; 939 }; 940 940 941 pinctrl_gpid6_default: gpid6_default { 941 pinctrl_gpid6_default: gpid6_default { 942 function = "GPID6"; 942 function = "GPID6"; 943 groups = "GPID6"; 943 groups = "GPID6"; 944 }; 944 }; 945 945 946 pinctrl_gpie0_default: gpie0_default { 946 pinctrl_gpie0_default: gpie0_default { 947 function = "GPIE0"; 947 function = "GPIE0"; 948 groups = "GPIE0"; 948 groups = "GPIE0"; 949 }; 949 }; 950 950 951 pinctrl_gpie2_default: gpie2_default { 951 pinctrl_gpie2_default: gpie2_default { 952 function = "GPIE2"; 952 function = "GPIE2"; 953 groups = "GPIE2"; 953 groups = "GPIE2"; 954 }; 954 }; 955 955 956 pinctrl_gpie4_default: gpie4_default { 956 pinctrl_gpie4_default: gpie4_default { 957 function = "GPIE4"; 957 function = "GPIE4"; 958 groups = "GPIE4"; 958 groups = "GPIE4"; 959 }; 959 }; 960 960 961 pinctrl_gpie6_default: gpie6_default { 961 pinctrl_gpie6_default: gpie6_default { 962 function = "GPIE6"; 962 function = "GPIE6"; 963 groups = "GPIE6"; 963 groups = "GPIE6"; 964 }; 964 }; 965 965 966 pinctrl_i2c10_default: i2c10_default { 966 pinctrl_i2c10_default: i2c10_default { 967 function = "I2C10"; 967 function = "I2C10"; 968 groups = "I2C10"; 968 groups = "I2C10"; 969 }; 969 }; 970 970 971 pinctrl_i2c11_default: i2c11_default { 971 pinctrl_i2c11_default: i2c11_default { 972 function = "I2C11"; 972 function = "I2C11"; 973 groups = "I2C11"; 973 groups = "I2C11"; 974 }; 974 }; 975 975 976 pinctrl_i2c12_default: i2c12_default { 976 pinctrl_i2c12_default: i2c12_default { 977 function = "I2C12"; 977 function = "I2C12"; 978 groups = "I2C12"; 978 groups = "I2C12"; 979 }; 979 }; 980 980 981 pinctrl_i2c13_default: i2c13_default { 981 pinctrl_i2c13_default: i2c13_default { 982 function = "I2C13"; 982 function = "I2C13"; 983 groups = "I2C13"; 983 groups = "I2C13"; 984 }; 984 }; 985 985 986 pinctrl_i2c14_default: i2c14_default { 986 pinctrl_i2c14_default: i2c14_default { 987 function = "I2C14"; 987 function = "I2C14"; 988 groups = "I2C14"; 988 groups = "I2C14"; 989 }; 989 }; 990 990 991 pinctrl_i2c3_default: i2c3_default { 991 pinctrl_i2c3_default: i2c3_default { 992 function = "I2C3"; 992 function = "I2C3"; 993 groups = "I2C3"; 993 groups = "I2C3"; 994 }; 994 }; 995 995 996 pinctrl_i2c4_default: i2c4_default { 996 pinctrl_i2c4_default: i2c4_default { 997 function = "I2C4"; 997 function = "I2C4"; 998 groups = "I2C4"; 998 groups = "I2C4"; 999 }; 999 }; 1000 1000 1001 pinctrl_i2c5_default: i2c5_default { 1001 pinctrl_i2c5_default: i2c5_default { 1002 function = "I2C5"; 1002 function = "I2C5"; 1003 groups = "I2C5"; 1003 groups = "I2C5"; 1004 }; 1004 }; 1005 1005 1006 pinctrl_i2c6_default: i2c6_default { 1006 pinctrl_i2c6_default: i2c6_default { 1007 function = "I2C6"; 1007 function = "I2C6"; 1008 groups = "I2C6"; 1008 groups = "I2C6"; 1009 }; 1009 }; 1010 1010 1011 pinctrl_i2c7_default: i2c7_default { 1011 pinctrl_i2c7_default: i2c7_default { 1012 function = "I2C7"; 1012 function = "I2C7"; 1013 groups = "I2C7"; 1013 groups = "I2C7"; 1014 }; 1014 }; 1015 1015 1016 pinctrl_i2c8_default: i2c8_default { 1016 pinctrl_i2c8_default: i2c8_default { 1017 function = "I2C8"; 1017 function = "I2C8"; 1018 groups = "I2C8"; 1018 groups = "I2C8"; 1019 }; 1019 }; 1020 1020 1021 pinctrl_i2c9_default: i2c9_default { 1021 pinctrl_i2c9_default: i2c9_default { 1022 function = "I2C9"; 1022 function = "I2C9"; 1023 groups = "I2C9"; 1023 groups = "I2C9"; 1024 }; 1024 }; 1025 1025 1026 pinctrl_lad0_default: lad0_default { 1026 pinctrl_lad0_default: lad0_default { 1027 function = "LAD0"; 1027 function = "LAD0"; 1028 groups = "LAD0"; 1028 groups = "LAD0"; 1029 }; 1029 }; 1030 1030 1031 pinctrl_lad1_default: lad1_default { 1031 pinctrl_lad1_default: lad1_default { 1032 function = "LAD1"; 1032 function = "LAD1"; 1033 groups = "LAD1"; 1033 groups = "LAD1"; 1034 }; 1034 }; 1035 1035 1036 pinctrl_lad2_default: lad2_default { 1036 pinctrl_lad2_default: lad2_default { 1037 function = "LAD2"; 1037 function = "LAD2"; 1038 groups = "LAD2"; 1038 groups = "LAD2"; 1039 }; 1039 }; 1040 1040 1041 pinctrl_lad3_default: lad3_default { 1041 pinctrl_lad3_default: lad3_default { 1042 function = "LAD3"; 1042 function = "LAD3"; 1043 groups = "LAD3"; 1043 groups = "LAD3"; 1044 }; 1044 }; 1045 1045 1046 pinctrl_lclk_default: lclk_default { 1046 pinctrl_lclk_default: lclk_default { 1047 function = "LCLK"; 1047 function = "LCLK"; 1048 groups = "LCLK"; 1048 groups = "LCLK"; 1049 }; 1049 }; 1050 1050 1051 pinctrl_lframe_default: lframe_defaul 1051 pinctrl_lframe_default: lframe_default { 1052 function = "LFRAME"; 1052 function = "LFRAME"; 1053 groups = "LFRAME"; 1053 groups = "LFRAME"; 1054 }; 1054 }; 1055 1055 1056 pinctrl_lpchc_default: lpchc_default 1056 pinctrl_lpchc_default: lpchc_default { 1057 function = "LPCHC"; 1057 function = "LPCHC"; 1058 groups = "LPCHC"; 1058 groups = "LPCHC"; 1059 }; 1059 }; 1060 1060 1061 pinctrl_lpcpd_default: lpcpd_default 1061 pinctrl_lpcpd_default: lpcpd_default { 1062 function = "LPCPD"; 1062 function = "LPCPD"; 1063 groups = "LPCPD"; 1063 groups = "LPCPD"; 1064 }; 1064 }; 1065 1065 1066 pinctrl_lpcplus_default: lpcplus_defa 1066 pinctrl_lpcplus_default: lpcplus_default { 1067 function = "LPCPLUS"; 1067 function = "LPCPLUS"; 1068 groups = "LPCPLUS"; 1068 groups = "LPCPLUS"; 1069 }; 1069 }; 1070 1070 1071 pinctrl_lpcpme_default: lpcpme_defaul 1071 pinctrl_lpcpme_default: lpcpme_default { 1072 function = "LPCPME"; 1072 function = "LPCPME"; 1073 groups = "LPCPME"; 1073 groups = "LPCPME"; 1074 }; 1074 }; 1075 1075 1076 pinctrl_lpcrst_default: lpcrst_defaul 1076 pinctrl_lpcrst_default: lpcrst_default { 1077 function = "LPCRST"; 1077 function = "LPCRST"; 1078 groups = "LPCRST"; 1078 groups = "LPCRST"; 1079 }; 1079 }; 1080 1080 1081 pinctrl_lpcsmi_default: lpcsmi_defaul 1081 pinctrl_lpcsmi_default: lpcsmi_default { 1082 function = "LPCSMI"; 1082 function = "LPCSMI"; 1083 groups = "LPCSMI"; 1083 groups = "LPCSMI"; 1084 }; 1084 }; 1085 1085 1086 pinctrl_lsirq_default: lsirq_default 1086 pinctrl_lsirq_default: lsirq_default { 1087 function = "LSIRQ"; 1087 function = "LSIRQ"; 1088 groups = "LSIRQ"; 1088 groups = "LSIRQ"; 1089 }; 1089 }; 1090 1090 1091 pinctrl_mac1link_default: mac1link_de 1091 pinctrl_mac1link_default: mac1link_default { 1092 function = "MAC1LINK"; 1092 function = "MAC1LINK"; 1093 groups = "MAC1LINK"; 1093 groups = "MAC1LINK"; 1094 }; 1094 }; 1095 1095 1096 pinctrl_mac2link_default: mac2link_de 1096 pinctrl_mac2link_default: mac2link_default { 1097 function = "MAC2LINK"; 1097 function = "MAC2LINK"; 1098 groups = "MAC2LINK"; 1098 groups = "MAC2LINK"; 1099 }; 1099 }; 1100 1100 1101 pinctrl_mdio1_default: mdio1_default 1101 pinctrl_mdio1_default: mdio1_default { 1102 function = "MDIO1"; 1102 function = "MDIO1"; 1103 groups = "MDIO1"; 1103 groups = "MDIO1"; 1104 }; 1104 }; 1105 1105 1106 pinctrl_mdio2_default: mdio2_default 1106 pinctrl_mdio2_default: mdio2_default { 1107 function = "MDIO2"; 1107 function = "MDIO2"; 1108 groups = "MDIO2"; 1108 groups = "MDIO2"; 1109 }; 1109 }; 1110 1110 1111 pinctrl_ncts1_default: ncts1_default 1111 pinctrl_ncts1_default: ncts1_default { 1112 function = "NCTS1"; 1112 function = "NCTS1"; 1113 groups = "NCTS1"; 1113 groups = "NCTS1"; 1114 }; 1114 }; 1115 1115 1116 pinctrl_ncts2_default: ncts2_default 1116 pinctrl_ncts2_default: ncts2_default { 1117 function = "NCTS2"; 1117 function = "NCTS2"; 1118 groups = "NCTS2"; 1118 groups = "NCTS2"; 1119 }; 1119 }; 1120 1120 1121 pinctrl_ncts3_default: ncts3_default 1121 pinctrl_ncts3_default: ncts3_default { 1122 function = "NCTS3"; 1122 function = "NCTS3"; 1123 groups = "NCTS3"; 1123 groups = "NCTS3"; 1124 }; 1124 }; 1125 1125 1126 pinctrl_ncts4_default: ncts4_default 1126 pinctrl_ncts4_default: ncts4_default { 1127 function = "NCTS4"; 1127 function = "NCTS4"; 1128 groups = "NCTS4"; 1128 groups = "NCTS4"; 1129 }; 1129 }; 1130 1130 1131 pinctrl_ndcd1_default: ndcd1_default 1131 pinctrl_ndcd1_default: ndcd1_default { 1132 function = "NDCD1"; 1132 function = "NDCD1"; 1133 groups = "NDCD1"; 1133 groups = "NDCD1"; 1134 }; 1134 }; 1135 1135 1136 pinctrl_ndcd2_default: ndcd2_default 1136 pinctrl_ndcd2_default: ndcd2_default { 1137 function = "NDCD2"; 1137 function = "NDCD2"; 1138 groups = "NDCD2"; 1138 groups = "NDCD2"; 1139 }; 1139 }; 1140 1140 1141 pinctrl_ndcd3_default: ndcd3_default 1141 pinctrl_ndcd3_default: ndcd3_default { 1142 function = "NDCD3"; 1142 function = "NDCD3"; 1143 groups = "NDCD3"; 1143 groups = "NDCD3"; 1144 }; 1144 }; 1145 1145 1146 pinctrl_ndcd4_default: ndcd4_default 1146 pinctrl_ndcd4_default: ndcd4_default { 1147 function = "NDCD4"; 1147 function = "NDCD4"; 1148 groups = "NDCD4"; 1148 groups = "NDCD4"; 1149 }; 1149 }; 1150 1150 1151 pinctrl_ndsr1_default: ndsr1_default 1151 pinctrl_ndsr1_default: ndsr1_default { 1152 function = "NDSR1"; 1152 function = "NDSR1"; 1153 groups = "NDSR1"; 1153 groups = "NDSR1"; 1154 }; 1154 }; 1155 1155 1156 pinctrl_ndsr2_default: ndsr2_default 1156 pinctrl_ndsr2_default: ndsr2_default { 1157 function = "NDSR2"; 1157 function = "NDSR2"; 1158 groups = "NDSR2"; 1158 groups = "NDSR2"; 1159 }; 1159 }; 1160 1160 1161 pinctrl_ndsr3_default: ndsr3_default 1161 pinctrl_ndsr3_default: ndsr3_default { 1162 function = "NDSR3"; 1162 function = "NDSR3"; 1163 groups = "NDSR3"; 1163 groups = "NDSR3"; 1164 }; 1164 }; 1165 1165 1166 pinctrl_ndsr4_default: ndsr4_default 1166 pinctrl_ndsr4_default: ndsr4_default { 1167 function = "NDSR4"; 1167 function = "NDSR4"; 1168 groups = "NDSR4"; 1168 groups = "NDSR4"; 1169 }; 1169 }; 1170 1170 1171 pinctrl_ndtr1_default: ndtr1_default 1171 pinctrl_ndtr1_default: ndtr1_default { 1172 function = "NDTR1"; 1172 function = "NDTR1"; 1173 groups = "NDTR1"; 1173 groups = "NDTR1"; 1174 }; 1174 }; 1175 1175 1176 pinctrl_ndtr2_default: ndtr2_default 1176 pinctrl_ndtr2_default: ndtr2_default { 1177 function = "NDTR2"; 1177 function = "NDTR2"; 1178 groups = "NDTR2"; 1178 groups = "NDTR2"; 1179 }; 1179 }; 1180 1180 1181 pinctrl_ndtr3_default: ndtr3_default 1181 pinctrl_ndtr3_default: ndtr3_default { 1182 function = "NDTR3"; 1182 function = "NDTR3"; 1183 groups = "NDTR3"; 1183 groups = "NDTR3"; 1184 }; 1184 }; 1185 1185 1186 pinctrl_ndtr4_default: ndtr4_default 1186 pinctrl_ndtr4_default: ndtr4_default { 1187 function = "NDTR4"; 1187 function = "NDTR4"; 1188 groups = "NDTR4"; 1188 groups = "NDTR4"; 1189 }; 1189 }; 1190 1190 1191 pinctrl_nri1_default: nri1_default { 1191 pinctrl_nri1_default: nri1_default { 1192 function = "NRI1"; 1192 function = "NRI1"; 1193 groups = "NRI1"; 1193 groups = "NRI1"; 1194 }; 1194 }; 1195 1195 1196 pinctrl_nri2_default: nri2_default { 1196 pinctrl_nri2_default: nri2_default { 1197 function = "NRI2"; 1197 function = "NRI2"; 1198 groups = "NRI2"; 1198 groups = "NRI2"; 1199 }; 1199 }; 1200 1200 1201 pinctrl_nri3_default: nri3_default { 1201 pinctrl_nri3_default: nri3_default { 1202 function = "NRI3"; 1202 function = "NRI3"; 1203 groups = "NRI3"; 1203 groups = "NRI3"; 1204 }; 1204 }; 1205 1205 1206 pinctrl_nri4_default: nri4_default { 1206 pinctrl_nri4_default: nri4_default { 1207 function = "NRI4"; 1207 function = "NRI4"; 1208 groups = "NRI4"; 1208 groups = "NRI4"; 1209 }; 1209 }; 1210 1210 1211 pinctrl_nrts1_default: nrts1_default 1211 pinctrl_nrts1_default: nrts1_default { 1212 function = "NRTS1"; 1212 function = "NRTS1"; 1213 groups = "NRTS1"; 1213 groups = "NRTS1"; 1214 }; 1214 }; 1215 1215 1216 pinctrl_nrts2_default: nrts2_default 1216 pinctrl_nrts2_default: nrts2_default { 1217 function = "NRTS2"; 1217 function = "NRTS2"; 1218 groups = "NRTS2"; 1218 groups = "NRTS2"; 1219 }; 1219 }; 1220 1220 1221 pinctrl_nrts3_default: nrts3_default 1221 pinctrl_nrts3_default: nrts3_default { 1222 function = "NRTS3"; 1222 function = "NRTS3"; 1223 groups = "NRTS3"; 1223 groups = "NRTS3"; 1224 }; 1224 }; 1225 1225 1226 pinctrl_nrts4_default: nrts4_default 1226 pinctrl_nrts4_default: nrts4_default { 1227 function = "NRTS4"; 1227 function = "NRTS4"; 1228 groups = "NRTS4"; 1228 groups = "NRTS4"; 1229 }; 1229 }; 1230 1230 1231 pinctrl_oscclk_default: oscclk_defaul 1231 pinctrl_oscclk_default: oscclk_default { 1232 function = "OSCCLK"; 1232 function = "OSCCLK"; 1233 groups = "OSCCLK"; 1233 groups = "OSCCLK"; 1234 }; 1234 }; 1235 1235 1236 pinctrl_pewake_default: pewake_defaul 1236 pinctrl_pewake_default: pewake_default { 1237 function = "PEWAKE"; 1237 function = "PEWAKE"; 1238 groups = "PEWAKE"; 1238 groups = "PEWAKE"; 1239 }; 1239 }; 1240 1240 1241 pinctrl_pnor_default: pnor_default { 1241 pinctrl_pnor_default: pnor_default { 1242 function = "PNOR"; 1242 function = "PNOR"; 1243 groups = "PNOR"; 1243 groups = "PNOR"; 1244 }; 1244 }; 1245 1245 1246 pinctrl_pwm0_default: pwm0_default { 1246 pinctrl_pwm0_default: pwm0_default { 1247 function = "PWM0"; 1247 function = "PWM0"; 1248 groups = "PWM0"; 1248 groups = "PWM0"; 1249 }; 1249 }; 1250 1250 1251 pinctrl_pwm1_default: pwm1_default { 1251 pinctrl_pwm1_default: pwm1_default { 1252 function = "PWM1"; 1252 function = "PWM1"; 1253 groups = "PWM1"; 1253 groups = "PWM1"; 1254 }; 1254 }; 1255 1255 1256 pinctrl_pwm2_default: pwm2_default { 1256 pinctrl_pwm2_default: pwm2_default { 1257 function = "PWM2"; 1257 function = "PWM2"; 1258 groups = "PWM2"; 1258 groups = "PWM2"; 1259 }; 1259 }; 1260 1260 1261 pinctrl_pwm3_default: pwm3_default { 1261 pinctrl_pwm3_default: pwm3_default { 1262 function = "PWM3"; 1262 function = "PWM3"; 1263 groups = "PWM3"; 1263 groups = "PWM3"; 1264 }; 1264 }; 1265 1265 1266 pinctrl_pwm4_default: pwm4_default { 1266 pinctrl_pwm4_default: pwm4_default { 1267 function = "PWM4"; 1267 function = "PWM4"; 1268 groups = "PWM4"; 1268 groups = "PWM4"; 1269 }; 1269 }; 1270 1270 1271 pinctrl_pwm5_default: pwm5_default { 1271 pinctrl_pwm5_default: pwm5_default { 1272 function = "PWM5"; 1272 function = "PWM5"; 1273 groups = "PWM5"; 1273 groups = "PWM5"; 1274 }; 1274 }; 1275 1275 1276 pinctrl_pwm6_default: pwm6_default { 1276 pinctrl_pwm6_default: pwm6_default { 1277 function = "PWM6"; 1277 function = "PWM6"; 1278 groups = "PWM6"; 1278 groups = "PWM6"; 1279 }; 1279 }; 1280 1280 1281 pinctrl_pwm7_default: pwm7_default { 1281 pinctrl_pwm7_default: pwm7_default { 1282 function = "PWM7"; 1282 function = "PWM7"; 1283 groups = "PWM7"; 1283 groups = "PWM7"; 1284 }; 1284 }; 1285 1285 1286 pinctrl_rgmii1_default: rgmii1_defaul 1286 pinctrl_rgmii1_default: rgmii1_default { 1287 function = "RGMII1"; 1287 function = "RGMII1"; 1288 groups = "RGMII1"; 1288 groups = "RGMII1"; 1289 }; 1289 }; 1290 1290 1291 pinctrl_rgmii2_default: rgmii2_defaul 1291 pinctrl_rgmii2_default: rgmii2_default { 1292 function = "RGMII2"; 1292 function = "RGMII2"; 1293 groups = "RGMII2"; 1293 groups = "RGMII2"; 1294 }; 1294 }; 1295 1295 1296 pinctrl_rmii1_default: rmii1_default 1296 pinctrl_rmii1_default: rmii1_default { 1297 function = "RMII1"; 1297 function = "RMII1"; 1298 groups = "RMII1"; 1298 groups = "RMII1"; 1299 }; 1299 }; 1300 1300 1301 pinctrl_rmii2_default: rmii2_default 1301 pinctrl_rmii2_default: rmii2_default { 1302 function = "RMII2"; 1302 function = "RMII2"; 1303 groups = "RMII2"; 1303 groups = "RMII2"; 1304 }; 1304 }; 1305 1305 1306 pinctrl_rxd1_default: rxd1_default { 1306 pinctrl_rxd1_default: rxd1_default { 1307 function = "RXD1"; 1307 function = "RXD1"; 1308 groups = "RXD1"; 1308 groups = "RXD1"; 1309 }; 1309 }; 1310 1310 1311 pinctrl_rxd2_default: rxd2_default { 1311 pinctrl_rxd2_default: rxd2_default { 1312 function = "RXD2"; 1312 function = "RXD2"; 1313 groups = "RXD2"; 1313 groups = "RXD2"; 1314 }; 1314 }; 1315 1315 1316 pinctrl_rxd3_default: rxd3_default { 1316 pinctrl_rxd3_default: rxd3_default { 1317 function = "RXD3"; 1317 function = "RXD3"; 1318 groups = "RXD3"; 1318 groups = "RXD3"; 1319 }; 1319 }; 1320 1320 1321 pinctrl_rxd4_default: rxd4_default { 1321 pinctrl_rxd4_default: rxd4_default { 1322 function = "RXD4"; 1322 function = "RXD4"; 1323 groups = "RXD4"; 1323 groups = "RXD4"; 1324 }; 1324 }; 1325 1325 1326 pinctrl_salt1_default: salt1_default 1326 pinctrl_salt1_default: salt1_default { 1327 function = "SALT1"; 1327 function = "SALT1"; 1328 groups = "SALT1"; 1328 groups = "SALT1"; 1329 }; 1329 }; 1330 1330 1331 pinctrl_salt10_default: salt10_defaul 1331 pinctrl_salt10_default: salt10_default { 1332 function = "SALT10"; 1332 function = "SALT10"; 1333 groups = "SALT10"; 1333 groups = "SALT10"; 1334 }; 1334 }; 1335 1335 1336 pinctrl_salt11_default: salt11_defaul 1336 pinctrl_salt11_default: salt11_default { 1337 function = "SALT11"; 1337 function = "SALT11"; 1338 groups = "SALT11"; 1338 groups = "SALT11"; 1339 }; 1339 }; 1340 1340 1341 pinctrl_salt12_default: salt12_defaul 1341 pinctrl_salt12_default: salt12_default { 1342 function = "SALT12"; 1342 function = "SALT12"; 1343 groups = "SALT12"; 1343 groups = "SALT12"; 1344 }; 1344 }; 1345 1345 1346 pinctrl_salt13_default: salt13_defaul 1346 pinctrl_salt13_default: salt13_default { 1347 function = "SALT13"; 1347 function = "SALT13"; 1348 groups = "SALT13"; 1348 groups = "SALT13"; 1349 }; 1349 }; 1350 1350 1351 pinctrl_salt14_default: salt14_defaul 1351 pinctrl_salt14_default: salt14_default { 1352 function = "SALT14"; 1352 function = "SALT14"; 1353 groups = "SALT14"; 1353 groups = "SALT14"; 1354 }; 1354 }; 1355 1355 1356 pinctrl_salt2_default: salt2_default 1356 pinctrl_salt2_default: salt2_default { 1357 function = "SALT2"; 1357 function = "SALT2"; 1358 groups = "SALT2"; 1358 groups = "SALT2"; 1359 }; 1359 }; 1360 1360 1361 pinctrl_salt3_default: salt3_default 1361 pinctrl_salt3_default: salt3_default { 1362 function = "SALT3"; 1362 function = "SALT3"; 1363 groups = "SALT3"; 1363 groups = "SALT3"; 1364 }; 1364 }; 1365 1365 1366 pinctrl_salt4_default: salt4_default 1366 pinctrl_salt4_default: salt4_default { 1367 function = "SALT4"; 1367 function = "SALT4"; 1368 groups = "SALT4"; 1368 groups = "SALT4"; 1369 }; 1369 }; 1370 1370 1371 pinctrl_salt5_default: salt5_default 1371 pinctrl_salt5_default: salt5_default { 1372 function = "SALT5"; 1372 function = "SALT5"; 1373 groups = "SALT5"; 1373 groups = "SALT5"; 1374 }; 1374 }; 1375 1375 1376 pinctrl_salt6_default: salt6_default 1376 pinctrl_salt6_default: salt6_default { 1377 function = "SALT6"; 1377 function = "SALT6"; 1378 groups = "SALT6"; 1378 groups = "SALT6"; 1379 }; 1379 }; 1380 1380 1381 pinctrl_salt7_default: salt7_default 1381 pinctrl_salt7_default: salt7_default { 1382 function = "SALT7"; 1382 function = "SALT7"; 1383 groups = "SALT7"; 1383 groups = "SALT7"; 1384 }; 1384 }; 1385 1385 1386 pinctrl_salt8_default: salt8_default 1386 pinctrl_salt8_default: salt8_default { 1387 function = "SALT8"; 1387 function = "SALT8"; 1388 groups = "SALT8"; 1388 groups = "SALT8"; 1389 }; 1389 }; 1390 1390 1391 pinctrl_salt9_default: salt9_default 1391 pinctrl_salt9_default: salt9_default { 1392 function = "SALT9"; 1392 function = "SALT9"; 1393 groups = "SALT9"; 1393 groups = "SALT9"; 1394 }; 1394 }; 1395 1395 1396 pinctrl_scl1_default: scl1_default { 1396 pinctrl_scl1_default: scl1_default { 1397 function = "SCL1"; 1397 function = "SCL1"; 1398 groups = "SCL1"; 1398 groups = "SCL1"; 1399 }; 1399 }; 1400 1400 1401 pinctrl_scl2_default: scl2_default { 1401 pinctrl_scl2_default: scl2_default { 1402 function = "SCL2"; 1402 function = "SCL2"; 1403 groups = "SCL2"; 1403 groups = "SCL2"; 1404 }; 1404 }; 1405 1405 1406 pinctrl_sd1_default: sd1_default { 1406 pinctrl_sd1_default: sd1_default { 1407 function = "SD1"; 1407 function = "SD1"; 1408 groups = "SD1"; 1408 groups = "SD1"; 1409 }; 1409 }; 1410 1410 1411 pinctrl_sd2_default: sd2_default { 1411 pinctrl_sd2_default: sd2_default { 1412 function = "SD2"; 1412 function = "SD2"; 1413 groups = "SD2"; 1413 groups = "SD2"; 1414 }; 1414 }; 1415 1415 1416 pinctrl_sda1_default: sda1_default { 1416 pinctrl_sda1_default: sda1_default { 1417 function = "SDA1"; 1417 function = "SDA1"; 1418 groups = "SDA1"; 1418 groups = "SDA1"; 1419 }; 1419 }; 1420 1420 1421 pinctrl_sda2_default: sda2_default { 1421 pinctrl_sda2_default: sda2_default { 1422 function = "SDA2"; 1422 function = "SDA2"; 1423 groups = "SDA2"; 1423 groups = "SDA2"; 1424 }; 1424 }; 1425 1425 1426 pinctrl_sgpm_default: sgpm_default { 1426 pinctrl_sgpm_default: sgpm_default { 1427 function = "SGPM"; 1427 function = "SGPM"; 1428 groups = "SGPM"; 1428 groups = "SGPM"; 1429 }; 1429 }; 1430 1430 1431 pinctrl_sgps1_default: sgps1_default 1431 pinctrl_sgps1_default: sgps1_default { 1432 function = "SGPS1"; 1432 function = "SGPS1"; 1433 groups = "SGPS1"; 1433 groups = "SGPS1"; 1434 }; 1434 }; 1435 1435 1436 pinctrl_sgps2_default: sgps2_default 1436 pinctrl_sgps2_default: sgps2_default { 1437 function = "SGPS2"; 1437 function = "SGPS2"; 1438 groups = "SGPS2"; 1438 groups = "SGPS2"; 1439 }; 1439 }; 1440 1440 1441 pinctrl_sioonctrl_default: sioonctrl_ 1441 pinctrl_sioonctrl_default: sioonctrl_default { 1442 function = "SIOONCTRL"; 1442 function = "SIOONCTRL"; 1443 groups = "SIOONCTRL"; 1443 groups = "SIOONCTRL"; 1444 }; 1444 }; 1445 1445 1446 pinctrl_siopbi_default: siopbi_defaul 1446 pinctrl_siopbi_default: siopbi_default { 1447 function = "SIOPBI"; 1447 function = "SIOPBI"; 1448 groups = "SIOPBI"; 1448 groups = "SIOPBI"; 1449 }; 1449 }; 1450 1450 1451 pinctrl_siopbo_default: siopbo_defaul 1451 pinctrl_siopbo_default: siopbo_default { 1452 function = "SIOPBO"; 1452 function = "SIOPBO"; 1453 groups = "SIOPBO"; 1453 groups = "SIOPBO"; 1454 }; 1454 }; 1455 1455 1456 pinctrl_siopwreq_default: siopwreq_de 1456 pinctrl_siopwreq_default: siopwreq_default { 1457 function = "SIOPWREQ"; 1457 function = "SIOPWREQ"; 1458 groups = "SIOPWREQ"; 1458 groups = "SIOPWREQ"; 1459 }; 1459 }; 1460 1460 1461 pinctrl_siopwrgd_default: siopwrgd_de 1461 pinctrl_siopwrgd_default: siopwrgd_default { 1462 function = "SIOPWRGD"; 1462 function = "SIOPWRGD"; 1463 groups = "SIOPWRGD"; 1463 groups = "SIOPWRGD"; 1464 }; 1464 }; 1465 1465 1466 pinctrl_sios3_default: sios3_default 1466 pinctrl_sios3_default: sios3_default { 1467 function = "SIOS3"; 1467 function = "SIOS3"; 1468 groups = "SIOS3"; 1468 groups = "SIOS3"; 1469 }; 1469 }; 1470 1470 1471 pinctrl_sios5_default: sios5_default 1471 pinctrl_sios5_default: sios5_default { 1472 function = "SIOS5"; 1472 function = "SIOS5"; 1473 groups = "SIOS5"; 1473 groups = "SIOS5"; 1474 }; 1474 }; 1475 1475 1476 pinctrl_siosci_default: siosci_defaul 1476 pinctrl_siosci_default: siosci_default { 1477 function = "SIOSCI"; 1477 function = "SIOSCI"; 1478 groups = "SIOSCI"; 1478 groups = "SIOSCI"; 1479 }; 1479 }; 1480 1480 1481 pinctrl_spi1_default: spi1_default { 1481 pinctrl_spi1_default: spi1_default { 1482 function = "SPI1"; 1482 function = "SPI1"; 1483 groups = "SPI1"; 1483 groups = "SPI1"; 1484 }; 1484 }; 1485 1485 1486 pinctrl_spi1cs1_default: spi1cs1_defa 1486 pinctrl_spi1cs1_default: spi1cs1_default { 1487 function = "SPI1CS1"; 1487 function = "SPI1CS1"; 1488 groups = "SPI1CS1"; 1488 groups = "SPI1CS1"; 1489 }; 1489 }; 1490 1490 1491 pinctrl_spi1debug_default: spi1debug_ 1491 pinctrl_spi1debug_default: spi1debug_default { 1492 function = "SPI1DEBUG"; 1492 function = "SPI1DEBUG"; 1493 groups = "SPI1DEBUG"; 1493 groups = "SPI1DEBUG"; 1494 }; 1494 }; 1495 1495 1496 pinctrl_spi1passthru_default: spi1pas 1496 pinctrl_spi1passthru_default: spi1passthru_default { 1497 function = "SPI1PASSTHRU"; 1497 function = "SPI1PASSTHRU"; 1498 groups = "SPI1PASSTHRU"; 1498 groups = "SPI1PASSTHRU"; 1499 }; 1499 }; 1500 1500 1501 pinctrl_spi2ck_default: spi2ck_defaul 1501 pinctrl_spi2ck_default: spi2ck_default { 1502 function = "SPI2CK"; 1502 function = "SPI2CK"; 1503 groups = "SPI2CK"; 1503 groups = "SPI2CK"; 1504 }; 1504 }; 1505 1505 1506 pinctrl_spi2cs0_default: spi2cs0_defa 1506 pinctrl_spi2cs0_default: spi2cs0_default { 1507 function = "SPI2CS0"; 1507 function = "SPI2CS0"; 1508 groups = "SPI2CS0"; 1508 groups = "SPI2CS0"; 1509 }; 1509 }; 1510 1510 1511 pinctrl_spi2cs1_default: spi2cs1_defa 1511 pinctrl_spi2cs1_default: spi2cs1_default { 1512 function = "SPI2CS1"; 1512 function = "SPI2CS1"; 1513 groups = "SPI2CS1"; 1513 groups = "SPI2CS1"; 1514 }; 1514 }; 1515 1515 1516 pinctrl_spi2miso_default: spi2miso_de 1516 pinctrl_spi2miso_default: spi2miso_default { 1517 function = "SPI2MISO"; 1517 function = "SPI2MISO"; 1518 groups = "SPI2MISO"; 1518 groups = "SPI2MISO"; 1519 }; 1519 }; 1520 1520 1521 pinctrl_spi2mosi_default: spi2mosi_de 1521 pinctrl_spi2mosi_default: spi2mosi_default { 1522 function = "SPI2MOSI"; 1522 function = "SPI2MOSI"; 1523 groups = "SPI2MOSI"; 1523 groups = "SPI2MOSI"; 1524 }; 1524 }; 1525 1525 1526 pinctrl_timer3_default: timer3_defaul 1526 pinctrl_timer3_default: timer3_default { 1527 function = "TIMER3"; 1527 function = "TIMER3"; 1528 groups = "TIMER3"; 1528 groups = "TIMER3"; 1529 }; 1529 }; 1530 1530 1531 pinctrl_timer4_default: timer4_defaul 1531 pinctrl_timer4_default: timer4_default { 1532 function = "TIMER4"; 1532 function = "TIMER4"; 1533 groups = "TIMER4"; 1533 groups = "TIMER4"; 1534 }; 1534 }; 1535 1535 1536 pinctrl_timer5_default: timer5_defaul 1536 pinctrl_timer5_default: timer5_default { 1537 function = "TIMER5"; 1537 function = "TIMER5"; 1538 groups = "TIMER5"; 1538 groups = "TIMER5"; 1539 }; 1539 }; 1540 1540 1541 pinctrl_timer6_default: timer6_defaul 1541 pinctrl_timer6_default: timer6_default { 1542 function = "TIMER6"; 1542 function = "TIMER6"; 1543 groups = "TIMER6"; 1543 groups = "TIMER6"; 1544 }; 1544 }; 1545 1545 1546 pinctrl_timer7_default: timer7_defaul 1546 pinctrl_timer7_default: timer7_default { 1547 function = "TIMER7"; 1547 function = "TIMER7"; 1548 groups = "TIMER7"; 1548 groups = "TIMER7"; 1549 }; 1549 }; 1550 1550 1551 pinctrl_timer8_default: timer8_defaul 1551 pinctrl_timer8_default: timer8_default { 1552 function = "TIMER8"; 1552 function = "TIMER8"; 1553 groups = "TIMER8"; 1553 groups = "TIMER8"; 1554 }; 1554 }; 1555 1555 1556 pinctrl_txd1_default: txd1_default { 1556 pinctrl_txd1_default: txd1_default { 1557 function = "TXD1"; 1557 function = "TXD1"; 1558 groups = "TXD1"; 1558 groups = "TXD1"; 1559 }; 1559 }; 1560 1560 1561 pinctrl_txd2_default: txd2_default { 1561 pinctrl_txd2_default: txd2_default { 1562 function = "TXD2"; 1562 function = "TXD2"; 1563 groups = "TXD2"; 1563 groups = "TXD2"; 1564 }; 1564 }; 1565 1565 1566 pinctrl_txd3_default: txd3_default { 1566 pinctrl_txd3_default: txd3_default { 1567 function = "TXD3"; 1567 function = "TXD3"; 1568 groups = "TXD3"; 1568 groups = "TXD3"; 1569 }; 1569 }; 1570 1570 1571 pinctrl_txd4_default: txd4_default { 1571 pinctrl_txd4_default: txd4_default { 1572 function = "TXD4"; 1572 function = "TXD4"; 1573 groups = "TXD4"; 1573 groups = "TXD4"; 1574 }; 1574 }; 1575 1575 1576 pinctrl_uart6_default: uart6_default 1576 pinctrl_uart6_default: uart6_default { 1577 function = "UART6"; 1577 function = "UART6"; 1578 groups = "UART6"; 1578 groups = "UART6"; 1579 }; 1579 }; 1580 1580 1581 pinctrl_usbcki_default: usbcki_defaul 1581 pinctrl_usbcki_default: usbcki_default { 1582 function = "USBCKI"; 1582 function = "USBCKI"; 1583 groups = "USBCKI"; 1583 groups = "USBCKI"; 1584 }; 1584 }; 1585 1585 1586 pinctrl_usb2ah_default: usb2ah_defaul 1586 pinctrl_usb2ah_default: usb2ah_default { 1587 function = "USB2AH"; 1587 function = "USB2AH"; 1588 groups = "USB2AH"; 1588 groups = "USB2AH"; 1589 }; 1589 }; 1590 1590 1591 pinctrl_usb2ad_default: usb2ad_defaul 1591 pinctrl_usb2ad_default: usb2ad_default { 1592 function = "USB2AD"; 1592 function = "USB2AD"; 1593 groups = "USB2AD"; 1593 groups = "USB2AD"; 1594 }; 1594 }; 1595 1595 1596 pinctrl_usb11bhid_default: usb11bhid_ 1596 pinctrl_usb11bhid_default: usb11bhid_default { 1597 function = "USB11BHID"; 1597 function = "USB11BHID"; 1598 groups = "USB11BHID"; 1598 groups = "USB11BHID"; 1599 }; 1599 }; 1600 1600 1601 pinctrl_usb2bh_default: usb2bh_defaul 1601 pinctrl_usb2bh_default: usb2bh_default { 1602 function = "USB2BH"; 1602 function = "USB2BH"; 1603 groups = "USB2BH"; 1603 groups = "USB2BH"; 1604 }; 1604 }; 1605 1605 1606 pinctrl_vgabiosrom_default: vgabiosro 1606 pinctrl_vgabiosrom_default: vgabiosrom_default { 1607 function = "VGABIOSROM"; 1607 function = "VGABIOSROM"; 1608 groups = "VGABIOSROM"; 1608 groups = "VGABIOSROM"; 1609 }; 1609 }; 1610 1610 1611 pinctrl_vgahs_default: vgahs_default 1611 pinctrl_vgahs_default: vgahs_default { 1612 function = "VGAHS"; 1612 function = "VGAHS"; 1613 groups = "VGAHS"; 1613 groups = "VGAHS"; 1614 }; 1614 }; 1615 1615 1616 pinctrl_vgavs_default: vgavs_default 1616 pinctrl_vgavs_default: vgavs_default { 1617 function = "VGAVS"; 1617 function = "VGAVS"; 1618 groups = "VGAVS"; 1618 groups = "VGAVS"; 1619 }; 1619 }; 1620 1620 1621 pinctrl_vpi24_default: vpi24_default 1621 pinctrl_vpi24_default: vpi24_default { 1622 function = "VPI24"; 1622 function = "VPI24"; 1623 groups = "VPI24"; 1623 groups = "VPI24"; 1624 }; 1624 }; 1625 1625 1626 pinctrl_vpo_default: vpo_default { 1626 pinctrl_vpo_default: vpo_default { 1627 function = "VPO"; 1627 function = "VPO"; 1628 groups = "VPO"; 1628 groups = "VPO"; 1629 }; 1629 }; 1630 1630 1631 pinctrl_wdtrst1_default: wdtrst1_defa 1631 pinctrl_wdtrst1_default: wdtrst1_default { 1632 function = "WDTRST1"; 1632 function = "WDTRST1"; 1633 groups = "WDTRST1"; 1633 groups = "WDTRST1"; 1634 }; 1634 }; 1635 1635 1636 pinctrl_wdtrst2_default: wdtrst2_defa 1636 pinctrl_wdtrst2_default: wdtrst2_default { 1637 function = "WDTRST2"; 1637 function = "WDTRST2"; 1638 groups = "WDTRST2"; 1638 groups = "WDTRST2"; 1639 }; 1639 }; 1640 }; 1640 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.