Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 2 | #include "skeleton.dtsi" |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 3 | #include <dt-bindings/clock/aspeed-clock.h> |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 4 | |
| 5 | / { |
| 6 | model = "Aspeed BMC"; |
| 7 | compatible = "aspeed,ast2500"; |
| 8 | #address-cells = <1>; |
| 9 | #size-cells = <1>; |
| 10 | interrupt-parent = <&vic>; |
| 11 | |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 12 | aliases { |
| 13 | i2c0 = &i2c0; |
| 14 | i2c1 = &i2c1; |
| 15 | i2c2 = &i2c2; |
| 16 | i2c3 = &i2c3; |
| 17 | i2c4 = &i2c4; |
| 18 | i2c5 = &i2c5; |
| 19 | i2c6 = &i2c6; |
| 20 | i2c7 = &i2c7; |
| 21 | i2c8 = &i2c8; |
| 22 | i2c9 = &i2c9; |
| 23 | i2c10 = &i2c10; |
| 24 | i2c11 = &i2c11; |
| 25 | i2c12 = &i2c12; |
| 26 | i2c13 = &i2c13; |
Joel Stanley | 0bae390 | 2017-10-04 17:19:15 +1030 | [diff] [blame] | 27 | serial0 = &uart1; |
| 28 | serial1 = &uart2; |
| 29 | serial2 = &uart3; |
| 30 | serial3 = &uart4; |
| 31 | serial4 = &uart5; |
Joel Stanley | a19331c | 2017-10-04 17:19:17 +1030 | [diff] [blame] | 32 | serial5 = &vuart; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 33 | }; |
| 34 | |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 35 | cpus { |
| 36 | #address-cells = <1>; |
| 37 | #size-cells = <0>; |
| 38 | |
| 39 | cpu@0 { |
| 40 | compatible = "arm,arm1176jzf-s"; |
| 41 | device_type = "cpu"; |
| 42 | reg = <0>; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | ahb { |
| 47 | compatible = "simple-bus"; |
| 48 | #address-cells = <1>; |
| 49 | #size-cells = <1>; |
| 50 | ranges; |
| 51 | |
Cédric Le Goater | 74dc3cd | 2017-03-01 15:26:42 +0100 | [diff] [blame] | 52 | fmc: flash-controller@1e620000 { |
| 53 | reg = < 0x1e620000 0xc4 |
| 54 | 0x20000000 0x10000000 >; |
| 55 | #address-cells = <1>; |
| 56 | #size-cells = <0>; |
| 57 | compatible = "aspeed,ast2500-fmc"; |
Joel Stanley | e1e0ec4 | 2017-11-28 22:45:30 +1030 | [diff] [blame] | 58 | clocks = <&syscon ASPEED_CLK_AHB>; |
Cédric Le Goater | 74dc3cd | 2017-03-01 15:26:42 +0100 | [diff] [blame] | 59 | status = "disabled"; |
| 60 | interrupts = <19>; |
| 61 | flash@0 { |
| 62 | reg = < 0 >; |
| 63 | compatible = "jedec,spi-nor"; |
| 64 | status = "disabled"; |
| 65 | }; |
| 66 | flash@1 { |
| 67 | reg = < 1 >; |
| 68 | compatible = "jedec,spi-nor"; |
| 69 | status = "disabled"; |
| 70 | }; |
| 71 | flash@2 { |
| 72 | reg = < 2 >; |
| 73 | compatible = "jedec,spi-nor"; |
| 74 | status = "disabled"; |
| 75 | }; |
| 76 | }; |
| 77 | |
| 78 | spi1: flash-controller@1e630000 { |
| 79 | reg = < 0x1e630000 0xc4 |
| 80 | 0x30000000 0x08000000 >; |
| 81 | #address-cells = <1>; |
| 82 | #size-cells = <0>; |
| 83 | compatible = "aspeed,ast2500-spi"; |
Joel Stanley | e1e0ec4 | 2017-11-28 22:45:30 +1030 | [diff] [blame] | 84 | clocks = <&syscon ASPEED_CLK_AHB>; |
Cédric Le Goater | 74dc3cd | 2017-03-01 15:26:42 +0100 | [diff] [blame] | 85 | status = "disabled"; |
| 86 | flash@0 { |
| 87 | reg = < 0 >; |
| 88 | compatible = "jedec,spi-nor"; |
| 89 | status = "disabled"; |
| 90 | }; |
| 91 | flash@1 { |
| 92 | reg = < 1 >; |
| 93 | compatible = "jedec,spi-nor"; |
| 94 | status = "disabled"; |
| 95 | }; |
| 96 | }; |
| 97 | |
| 98 | spi2: flash-controller@1e631000 { |
| 99 | reg = < 0x1e631000 0xc4 |
| 100 | 0x38000000 0x08000000 >; |
| 101 | #address-cells = <1>; |
| 102 | #size-cells = <0>; |
| 103 | compatible = "aspeed,ast2500-spi"; |
Joel Stanley | e1e0ec4 | 2017-11-28 22:45:30 +1030 | [diff] [blame] | 104 | clocks = <&syscon ASPEED_CLK_AHB>; |
Cédric Le Goater | 74dc3cd | 2017-03-01 15:26:42 +0100 | [diff] [blame] | 105 | status = "disabled"; |
| 106 | flash@0 { |
| 107 | reg = < 0 >; |
| 108 | compatible = "jedec,spi-nor"; |
| 109 | status = "disabled"; |
| 110 | }; |
| 111 | flash@1 { |
| 112 | reg = < 1 >; |
| 113 | compatible = "jedec,spi-nor"; |
| 114 | status = "disabled"; |
| 115 | }; |
| 116 | }; |
| 117 | |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 118 | vic: interrupt-controller@1e6c0080 { |
| 119 | compatible = "aspeed,ast2400-vic"; |
| 120 | interrupt-controller; |
| 121 | #interrupt-cells = <1>; |
| 122 | valid-sources = <0xfefff7ff 0x0807ffff>; |
| 123 | reg = <0x1e6c0080 0x80>; |
| 124 | }; |
| 125 | |
Joel Stanley | 34ea5c9 | 2017-01-04 16:30:34 +1100 | [diff] [blame] | 126 | mac0: ethernet@1e660000 { |
Benjamin Herrenschmidt | 78d2854 | 2017-04-12 13:27:02 +1000 | [diff] [blame] | 127 | compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; |
Joel Stanley | 34ea5c9 | 2017-01-04 16:30:34 +1100 | [diff] [blame] | 128 | reg = <0x1e660000 0x180>; |
| 129 | interrupts = <2>; |
Joel Stanley | deb95c5 | 2017-11-28 22:41:10 +1030 | [diff] [blame] | 130 | clocks = <&syscon ASPEED_CLK_GATE_MAC1CLK>; |
Joel Stanley | 34ea5c9 | 2017-01-04 16:30:34 +1100 | [diff] [blame] | 131 | status = "disabled"; |
| 132 | }; |
| 133 | |
| 134 | mac1: ethernet@1e680000 { |
Benjamin Herrenschmidt | 78d2854 | 2017-04-12 13:27:02 +1000 | [diff] [blame] | 135 | compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; |
Joel Stanley | 34ea5c9 | 2017-01-04 16:30:34 +1100 | [diff] [blame] | 136 | reg = <0x1e680000 0x180>; |
| 137 | interrupts = <3>; |
Joel Stanley | deb95c5 | 2017-11-28 22:41:10 +1030 | [diff] [blame] | 138 | clocks = <&syscon ASPEED_CLK_GATE_MAC2CLK>; |
Joel Stanley | 34ea5c9 | 2017-01-04 16:30:34 +1100 | [diff] [blame] | 139 | status = "disabled"; |
| 140 | }; |
| 141 | |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 142 | apb { |
| 143 | compatible = "simple-bus"; |
| 144 | #address-cells = <1>; |
| 145 | #size-cells = <1>; |
| 146 | ranges; |
| 147 | |
Andrew Jeffery | b590c8d | 2016-12-06 14:53:47 +1100 | [diff] [blame] | 148 | syscon: syscon@1e6e2000 { |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 149 | compatible = "aspeed,ast2500-scu", "syscon", "simple-mfd"; |
Andrew Jeffery | b590c8d | 2016-12-06 14:53:47 +1100 | [diff] [blame] | 150 | reg = <0x1e6e2000 0x1a8>; |
Joel Stanley | 8b9102d | 2017-03-31 13:05:10 +1030 | [diff] [blame] | 151 | #address-cells = <1>; |
| 152 | #size-cells = <0>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 153 | #clock-cells = <1>; |
| 154 | #reset-cells = <1>; |
Andrew Jeffery | b590c8d | 2016-12-06 14:53:47 +1100 | [diff] [blame] | 155 | |
| 156 | pinctrl: pinctrl { |
| 157 | compatible = "aspeed,g5-pinctrl"; |
| 158 | aspeed,external-nodes = <&gfx &lhc>; |
| 159 | |
Andrew Jeffery | b590c8d | 2016-12-06 14:53:47 +1100 | [diff] [blame] | 160 | }; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 161 | }; |
| 162 | |
Andrew Jeffery | daf0425 | 2016-12-06 14:53:45 +1100 | [diff] [blame] | 163 | gfx: display@1e6e6000 { |
| 164 | compatible = "aspeed,ast2500-gfx", "syscon"; |
| 165 | reg = <0x1e6e6000 0x1000>; |
| 166 | reg-io-width = <4>; |
| 167 | }; |
| 168 | |
Joel Stanley | 29b2464 | 2017-10-04 17:19:10 +1030 | [diff] [blame] | 169 | adc: adc@1e6e9000 { |
| 170 | compatible = "aspeed,ast2500-adc"; |
| 171 | reg = <0x1e6e9000 0xb0>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 172 | clocks = <&syscon ASPEED_CLK_APB>; |
| 173 | resets = <&syscon ASPEED_RESET_ADC>; |
Joel Stanley | 29b2464 | 2017-10-04 17:19:10 +1030 | [diff] [blame] | 174 | #io-channel-cells = <1>; |
| 175 | status = "disabled"; |
| 176 | }; |
| 177 | |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 178 | sram@1e720000 { |
| 179 | compatible = "mmio-sram"; |
| 180 | reg = <0x1e720000 0x9000>; // 36K |
| 181 | }; |
| 182 | |
Andrew Jeffery | 2039f90 | 2016-12-06 14:53:48 +1100 | [diff] [blame] | 183 | gpio: gpio@1e780000 { |
| 184 | #gpio-cells = <2>; |
| 185 | gpio-controller; |
| 186 | compatible = "aspeed,ast2500-gpio"; |
| 187 | reg = <0x1e780000 0x1000>; |
| 188 | interrupts = <20>; |
| 189 | gpio-ranges = <&pinctrl 0 0 220>; |
Joel Stanley | 2528be7 | 2017-09-18 17:43:09 +0930 | [diff] [blame^] | 190 | clocks = <&syscon ASPEED_CLK_APB>; |
Andrew Jeffery | 2039f90 | 2016-12-06 14:53:48 +1100 | [diff] [blame] | 191 | interrupt-controller; |
| 192 | }; |
| 193 | |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 194 | timer: timer@1e782000 { |
Linus Walleij | f46b563 | 2017-05-24 11:07:48 +0200 | [diff] [blame] | 195 | /* This timer is a Faraday FTTMR010 derivative */ |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 196 | compatible = "aspeed,ast2400-timer"; |
| 197 | reg = <0x1e782000 0x90>; |
Linus Walleij | f46b563 | 2017-05-24 11:07:48 +0200 | [diff] [blame] | 198 | interrupts = <16 17 18 35 36 37 38 39>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 199 | clocks = <&syscon ASPEED_CLK_APB>; |
Linus Walleij | f46b563 | 2017-05-24 11:07:48 +0200 | [diff] [blame] | 200 | clock-names = "PCLK"; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 201 | }; |
| 202 | |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 203 | uart1: serial@1e783000 { |
| 204 | compatible = "ns16550a"; |
Joel Stanley | a19331c | 2017-10-04 17:19:17 +1030 | [diff] [blame] | 205 | reg = <0x1e783000 0x20>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 206 | reg-shift = <2>; |
| 207 | interrupts = <9>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 208 | clocks = <&syscon ASPEED_CLK_GATE_UART1CLK>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 209 | no-loopback-test; |
| 210 | status = "disabled"; |
| 211 | }; |
| 212 | |
Joel Stanley | db4d6d9 | 2017-10-04 17:19:16 +1030 | [diff] [blame] | 213 | uart5: serial@1e784000 { |
| 214 | compatible = "ns16550a"; |
Joel Stanley | a19331c | 2017-10-04 17:19:17 +1030 | [diff] [blame] | 215 | reg = <0x1e784000 0x20>; |
Joel Stanley | db4d6d9 | 2017-10-04 17:19:16 +1030 | [diff] [blame] | 216 | reg-shift = <2>; |
| 217 | interrupts = <10>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 218 | clocks = <&syscon ASPEED_CLK_GATE_UART5CLK>; |
Joel Stanley | db4d6d9 | 2017-10-04 17:19:16 +1030 | [diff] [blame] | 219 | no-loopback-test; |
| 220 | status = "disabled"; |
| 221 | }; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 222 | |
Joel Stanley | 424bd7e | 2017-10-04 19:46:34 +1030 | [diff] [blame] | 223 | wdt1: watchdog@1e785000 { |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 224 | compatible = "aspeed,ast2500-wdt"; |
| 225 | reg = <0x1e785000 0x20>; |
Joel Stanley | a563e19 | 2017-11-28 22:43:46 +1030 | [diff] [blame] | 226 | clocks = <&syscon ASPEED_CLK_APB>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 227 | }; |
| 228 | |
Joel Stanley | 424bd7e | 2017-10-04 19:46:34 +1030 | [diff] [blame] | 229 | wdt2: watchdog@1e785020 { |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 230 | compatible = "aspeed,ast2500-wdt"; |
| 231 | reg = <0x1e785020 0x20>; |
Joel Stanley | a563e19 | 2017-11-28 22:43:46 +1030 | [diff] [blame] | 232 | clocks = <&syscon ASPEED_CLK_APB>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 233 | }; |
| 234 | |
Joel Stanley | 424bd7e | 2017-10-04 19:46:34 +1030 | [diff] [blame] | 235 | wdt3: watchdog@1e785040 { |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 236 | compatible = "aspeed,ast2500-wdt"; |
| 237 | reg = <0x1e785040 0x20>; |
Joel Stanley | a563e19 | 2017-11-28 22:43:46 +1030 | [diff] [blame] | 238 | clocks = <&syscon ASPEED_CLK_APB>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 239 | status = "disabled"; |
| 240 | }; |
| 241 | |
Andrew Jeffery | b6436f7 | 2017-11-07 18:00:24 +1030 | [diff] [blame] | 242 | vuart: serial@1e787000 { |
| 243 | compatible = "aspeed,ast2500-vuart"; |
| 244 | reg = <0x1e787000 0x40>; |
| 245 | reg-shift = <2>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 246 | interrupts = <8>; |
| 247 | clocks = <&syscon ASPEED_CLK_APB>; |
Andrew Jeffery | b6436f7 | 2017-11-07 18:00:24 +1030 | [diff] [blame] | 248 | no-loopback-test; |
| 249 | status = "disabled"; |
| 250 | }; |
| 251 | |
Andrew Jeffery | cec822f | 2016-12-06 14:53:46 +1100 | [diff] [blame] | 252 | lpc: lpc@1e789000 { |
| 253 | compatible = "aspeed,ast2500-lpc", "simple-mfd"; |
| 254 | reg = <0x1e789000 0x1000>; |
| 255 | |
| 256 | #address-cells = <1>; |
| 257 | #size-cells = <1>; |
| 258 | ranges = <0 0x1e789000 0x1000>; |
| 259 | |
| 260 | lpc_bmc: lpc-bmc@0 { |
| 261 | compatible = "aspeed,ast2500-lpc-bmc"; |
| 262 | reg = <0x0 0x80>; |
| 263 | }; |
| 264 | |
| 265 | lpc_host: lpc-host@80 { |
| 266 | compatible = "aspeed,ast2500-lpc-host", "simple-mfd", "syscon"; |
| 267 | reg = <0x80 0x1e0>; |
| 268 | |
| 269 | #address-cells = <1>; |
| 270 | #size-cells = <1>; |
| 271 | ranges = <0 0x80 0x1e0>; |
| 272 | |
| 273 | reg-io-width = <4>; |
| 274 | |
Andrew Jeffery | b6436f7 | 2017-11-07 18:00:24 +1030 | [diff] [blame] | 275 | lpc_ctrl: lpc-ctrl@0 { |
| 276 | compatible = "aspeed,ast2500-lpc-ctrl"; |
| 277 | reg = <0x0 0x80>; |
| 278 | status = "disabled"; |
| 279 | }; |
| 280 | |
| 281 | |
Andrew Jeffery | cec822f | 2016-12-06 14:53:46 +1100 | [diff] [blame] | 282 | lhc: lhc@20 { |
| 283 | compatible = "aspeed,ast2500-lhc"; |
| 284 | reg = <0x20 0x24 0x48 0x8>; |
| 285 | }; |
| 286 | }; |
| 287 | }; |
| 288 | |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 289 | uart2: serial@1e78d000 { |
| 290 | compatible = "ns16550a"; |
Joel Stanley | a19331c | 2017-10-04 17:19:17 +1030 | [diff] [blame] | 291 | reg = <0x1e78d000 0x20>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 292 | reg-shift = <2>; |
| 293 | interrupts = <32>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 294 | clocks = <&syscon ASPEED_CLK_GATE_UART2CLK>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 295 | no-loopback-test; |
| 296 | status = "disabled"; |
| 297 | }; |
| 298 | |
| 299 | uart3: serial@1e78e000 { |
| 300 | compatible = "ns16550a"; |
Joel Stanley | a19331c | 2017-10-04 17:19:17 +1030 | [diff] [blame] | 301 | reg = <0x1e78e000 0x20>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 302 | reg-shift = <2>; |
| 303 | interrupts = <33>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 304 | clocks = <&syscon ASPEED_CLK_GATE_UART3CLK>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 305 | no-loopback-test; |
| 306 | status = "disabled"; |
| 307 | }; |
| 308 | |
| 309 | uart4: serial@1e78f000 { |
| 310 | compatible = "ns16550a"; |
Joel Stanley | a19331c | 2017-10-04 17:19:17 +1030 | [diff] [blame] | 311 | reg = <0x1e78f000 0x20>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 312 | reg-shift = <2>; |
| 313 | interrupts = <34>; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 314 | clocks = <&syscon ASPEED_CLK_GATE_UART4CLK>; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 315 | no-loopback-test; |
| 316 | status = "disabled"; |
| 317 | }; |
| 318 | |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 319 | i2c: i2c@1e78a000 { |
| 320 | compatible = "simple-bus"; |
| 321 | #address-cells = <1>; |
| 322 | #size-cells = <1>; |
| 323 | ranges = <0 0x1e78a000 0x1000>; |
Rick Altherr | 78a2569 | 2017-03-29 18:08:46 -0700 | [diff] [blame] | 324 | }; |
Joel Stanley | 0244062 | 2016-04-17 15:50:56 +0930 | [diff] [blame] | 325 | }; |
| 326 | }; |
| 327 | }; |
Andrew Jeffery | cd7df3f | 2017-10-04 17:19:09 +1030 | [diff] [blame] | 328 | |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 329 | &i2c { |
| 330 | i2c_ic: interrupt-controller@0 { |
| 331 | #interrupt-cells = <1>; |
| 332 | compatible = "aspeed,ast2500-i2c-ic"; |
| 333 | reg = <0x0 0x40>; |
| 334 | interrupts = <12>; |
| 335 | interrupt-controller; |
| 336 | }; |
| 337 | |
| 338 | i2c0: i2c-bus@40 { |
| 339 | #address-cells = <1>; |
| 340 | #size-cells = <0>; |
| 341 | #interrupt-cells = <1>; |
| 342 | |
| 343 | reg = <0x40 0x40>; |
| 344 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 345 | clocks = <&syscon ASPEED_CLK_APB>; |
| 346 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 347 | bus-frequency = <100000>; |
| 348 | interrupts = <0>; |
| 349 | interrupt-parent = <&i2c_ic>; |
| 350 | status = "disabled"; |
| 351 | /* Does not need pinctrl properties */ |
| 352 | }; |
| 353 | |
| 354 | i2c1: i2c-bus@80 { |
| 355 | #address-cells = <1>; |
| 356 | #size-cells = <0>; |
| 357 | #interrupt-cells = <1>; |
| 358 | |
| 359 | reg = <0x80 0x40>; |
| 360 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 361 | clocks = <&syscon ASPEED_CLK_APB>; |
| 362 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 363 | bus-frequency = <100000>; |
| 364 | interrupts = <1>; |
| 365 | interrupt-parent = <&i2c_ic>; |
| 366 | status = "disabled"; |
| 367 | /* Does not need pinctrl properties */ |
| 368 | }; |
| 369 | |
| 370 | i2c2: i2c-bus@c0 { |
| 371 | #address-cells = <1>; |
| 372 | #size-cells = <0>; |
| 373 | #interrupt-cells = <1>; |
| 374 | |
| 375 | reg = <0xc0 0x40>; |
| 376 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 377 | clocks = <&syscon ASPEED_CLK_APB>; |
| 378 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 379 | bus-frequency = <100000>; |
| 380 | interrupts = <2>; |
| 381 | interrupt-parent = <&i2c_ic>; |
| 382 | pinctrl-names = "default"; |
| 383 | pinctrl-0 = <&pinctrl_i2c3_default>; |
| 384 | status = "disabled"; |
| 385 | }; |
| 386 | |
| 387 | i2c3: i2c-bus@100 { |
| 388 | #address-cells = <1>; |
| 389 | #size-cells = <0>; |
| 390 | #interrupt-cells = <1>; |
| 391 | |
| 392 | reg = <0x100 0x40>; |
| 393 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 394 | clocks = <&syscon ASPEED_CLK_APB>; |
| 395 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 396 | bus-frequency = <100000>; |
| 397 | interrupts = <3>; |
| 398 | interrupt-parent = <&i2c_ic>; |
| 399 | pinctrl-names = "default"; |
| 400 | pinctrl-0 = <&pinctrl_i2c4_default>; |
| 401 | status = "disabled"; |
| 402 | }; |
| 403 | |
| 404 | i2c4: i2c-bus@140 { |
| 405 | #address-cells = <1>; |
| 406 | #size-cells = <0>; |
| 407 | #interrupt-cells = <1>; |
| 408 | |
| 409 | reg = <0x140 0x40>; |
| 410 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 411 | clocks = <&syscon ASPEED_CLK_APB>; |
| 412 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 413 | bus-frequency = <100000>; |
| 414 | interrupts = <4>; |
| 415 | interrupt-parent = <&i2c_ic>; |
| 416 | pinctrl-names = "default"; |
| 417 | pinctrl-0 = <&pinctrl_i2c5_default>; |
| 418 | status = "disabled"; |
| 419 | }; |
| 420 | |
| 421 | i2c5: i2c-bus@180 { |
| 422 | #address-cells = <1>; |
| 423 | #size-cells = <0>; |
| 424 | #interrupt-cells = <1>; |
| 425 | |
| 426 | reg = <0x180 0x40>; |
| 427 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 428 | clocks = <&syscon ASPEED_CLK_APB>; |
| 429 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 430 | bus-frequency = <100000>; |
| 431 | interrupts = <5>; |
| 432 | interrupt-parent = <&i2c_ic>; |
| 433 | pinctrl-names = "default"; |
| 434 | pinctrl-0 = <&pinctrl_i2c6_default>; |
| 435 | status = "disabled"; |
| 436 | }; |
| 437 | |
| 438 | i2c6: i2c-bus@1c0 { |
| 439 | #address-cells = <1>; |
| 440 | #size-cells = <0>; |
| 441 | #interrupt-cells = <1>; |
| 442 | |
| 443 | reg = <0x1c0 0x40>; |
| 444 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 445 | clocks = <&syscon ASPEED_CLK_APB>; |
| 446 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 447 | bus-frequency = <100000>; |
| 448 | interrupts = <6>; |
| 449 | interrupt-parent = <&i2c_ic>; |
| 450 | pinctrl-names = "default"; |
| 451 | pinctrl-0 = <&pinctrl_i2c7_default>; |
| 452 | status = "disabled"; |
| 453 | }; |
| 454 | |
| 455 | i2c7: i2c-bus@300 { |
| 456 | #address-cells = <1>; |
| 457 | #size-cells = <0>; |
| 458 | #interrupt-cells = <1>; |
| 459 | |
| 460 | reg = <0x300 0x40>; |
| 461 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 462 | clocks = <&syscon ASPEED_CLK_APB>; |
| 463 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 464 | bus-frequency = <100000>; |
| 465 | interrupts = <7>; |
| 466 | interrupt-parent = <&i2c_ic>; |
| 467 | pinctrl-names = "default"; |
| 468 | pinctrl-0 = <&pinctrl_i2c8_default>; |
| 469 | status = "disabled"; |
| 470 | }; |
| 471 | |
| 472 | i2c8: i2c-bus@340 { |
| 473 | #address-cells = <1>; |
| 474 | #size-cells = <0>; |
| 475 | #interrupt-cells = <1>; |
| 476 | |
| 477 | reg = <0x340 0x40>; |
| 478 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 479 | clocks = <&syscon ASPEED_CLK_APB>; |
| 480 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 481 | bus-frequency = <100000>; |
| 482 | interrupts = <8>; |
| 483 | interrupt-parent = <&i2c_ic>; |
| 484 | pinctrl-names = "default"; |
| 485 | pinctrl-0 = <&pinctrl_i2c9_default>; |
| 486 | status = "disabled"; |
| 487 | }; |
| 488 | |
| 489 | i2c9: i2c-bus@380 { |
| 490 | #address-cells = <1>; |
| 491 | #size-cells = <0>; |
| 492 | #interrupt-cells = <1>; |
| 493 | |
| 494 | reg = <0x380 0x40>; |
| 495 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 496 | clocks = <&syscon ASPEED_CLK_APB>; |
| 497 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 498 | bus-frequency = <100000>; |
| 499 | interrupts = <9>; |
| 500 | interrupt-parent = <&i2c_ic>; |
| 501 | pinctrl-names = "default"; |
| 502 | pinctrl-0 = <&pinctrl_i2c10_default>; |
| 503 | status = "disabled"; |
| 504 | }; |
| 505 | |
| 506 | i2c10: i2c-bus@3c0 { |
| 507 | #address-cells = <1>; |
| 508 | #size-cells = <0>; |
| 509 | #interrupt-cells = <1>; |
| 510 | |
| 511 | reg = <0x3c0 0x40>; |
| 512 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 513 | clocks = <&syscon ASPEED_CLK_APB>; |
| 514 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 515 | bus-frequency = <100000>; |
| 516 | interrupts = <10>; |
| 517 | interrupt-parent = <&i2c_ic>; |
| 518 | pinctrl-names = "default"; |
| 519 | pinctrl-0 = <&pinctrl_i2c11_default>; |
| 520 | status = "disabled"; |
| 521 | }; |
| 522 | |
| 523 | i2c11: i2c-bus@400 { |
| 524 | #address-cells = <1>; |
| 525 | #size-cells = <0>; |
| 526 | #interrupt-cells = <1>; |
| 527 | |
| 528 | reg = <0x400 0x40>; |
| 529 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 530 | clocks = <&syscon ASPEED_CLK_APB>; |
| 531 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 532 | bus-frequency = <100000>; |
| 533 | interrupts = <11>; |
| 534 | interrupt-parent = <&i2c_ic>; |
| 535 | pinctrl-names = "default"; |
| 536 | pinctrl-0 = <&pinctrl_i2c12_default>; |
| 537 | status = "disabled"; |
| 538 | }; |
| 539 | |
| 540 | i2c12: i2c-bus@440 { |
| 541 | #address-cells = <1>; |
| 542 | #size-cells = <0>; |
| 543 | #interrupt-cells = <1>; |
| 544 | |
| 545 | reg = <0x440 0x40>; |
| 546 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 547 | clocks = <&syscon ASPEED_CLK_APB>; |
| 548 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 549 | bus-frequency = <100000>; |
| 550 | interrupts = <12>; |
| 551 | interrupt-parent = <&i2c_ic>; |
| 552 | pinctrl-names = "default"; |
| 553 | pinctrl-0 = <&pinctrl_i2c13_default>; |
| 554 | status = "disabled"; |
| 555 | }; |
| 556 | |
| 557 | i2c13: i2c-bus@480 { |
| 558 | #address-cells = <1>; |
| 559 | #size-cells = <0>; |
| 560 | #interrupt-cells = <1>; |
| 561 | |
| 562 | reg = <0x480 0x40>; |
| 563 | compatible = "aspeed,ast2500-i2c-bus"; |
Joel Stanley | bb8155a | 2017-11-28 22:39:25 +1030 | [diff] [blame] | 564 | clocks = <&syscon ASPEED_CLK_APB>; |
| 565 | resets = <&syscon ASPEED_RESET_I2C>; |
Joel Stanley | ef85637 | 2017-10-04 17:19:11 +1030 | [diff] [blame] | 566 | bus-frequency = <100000>; |
| 567 | interrupts = <13>; |
| 568 | interrupt-parent = <&i2c_ic>; |
| 569 | pinctrl-names = "default"; |
| 570 | pinctrl-0 = <&pinctrl_i2c14_default>; |
| 571 | status = "disabled"; |
| 572 | }; |
| 573 | }; |
| 574 | |
Andrew Jeffery | cd7df3f | 2017-10-04 17:19:09 +1030 | [diff] [blame] | 575 | &pinctrl { |
| 576 | pinctrl_acpi_default: acpi_default { |
| 577 | function = "ACPI"; |
| 578 | groups = "ACPI"; |
| 579 | }; |
| 580 | |
| 581 | pinctrl_adc0_default: adc0_default { |
| 582 | function = "ADC0"; |
| 583 | groups = "ADC0"; |
| 584 | }; |
| 585 | |
| 586 | pinctrl_adc1_default: adc1_default { |
| 587 | function = "ADC1"; |
| 588 | groups = "ADC1"; |
| 589 | }; |
| 590 | |
| 591 | pinctrl_adc10_default: adc10_default { |
| 592 | function = "ADC10"; |
| 593 | groups = "ADC10"; |
| 594 | }; |
| 595 | |
| 596 | pinctrl_adc11_default: adc11_default { |
| 597 | function = "ADC11"; |
| 598 | groups = "ADC11"; |
| 599 | }; |
| 600 | |
| 601 | pinctrl_adc12_default: adc12_default { |
| 602 | function = "ADC12"; |
| 603 | groups = "ADC12"; |
| 604 | }; |
| 605 | |
| 606 | pinctrl_adc13_default: adc13_default { |
| 607 | function = "ADC13"; |
| 608 | groups = "ADC13"; |
| 609 | }; |
| 610 | |
| 611 | pinctrl_adc14_default: adc14_default { |
| 612 | function = "ADC14"; |
| 613 | groups = "ADC14"; |
| 614 | }; |
| 615 | |
| 616 | pinctrl_adc15_default: adc15_default { |
| 617 | function = "ADC15"; |
| 618 | groups = "ADC15"; |
| 619 | }; |
| 620 | |
| 621 | pinctrl_adc2_default: adc2_default { |
| 622 | function = "ADC2"; |
| 623 | groups = "ADC2"; |
| 624 | }; |
| 625 | |
| 626 | pinctrl_adc3_default: adc3_default { |
| 627 | function = "ADC3"; |
| 628 | groups = "ADC3"; |
| 629 | }; |
| 630 | |
| 631 | pinctrl_adc4_default: adc4_default { |
| 632 | function = "ADC4"; |
| 633 | groups = "ADC4"; |
| 634 | }; |
| 635 | |
| 636 | pinctrl_adc5_default: adc5_default { |
| 637 | function = "ADC5"; |
| 638 | groups = "ADC5"; |
| 639 | }; |
| 640 | |
| 641 | pinctrl_adc6_default: adc6_default { |
| 642 | function = "ADC6"; |
| 643 | groups = "ADC6"; |
| 644 | }; |
| 645 | |
| 646 | pinctrl_adc7_default: adc7_default { |
| 647 | function = "ADC7"; |
| 648 | groups = "ADC7"; |
| 649 | }; |
| 650 | |
| 651 | pinctrl_adc8_default: adc8_default { |
| 652 | function = "ADC8"; |
| 653 | groups = "ADC8"; |
| 654 | }; |
| 655 | |
| 656 | pinctrl_adc9_default: adc9_default { |
| 657 | function = "ADC9"; |
| 658 | groups = "ADC9"; |
| 659 | }; |
| 660 | |
| 661 | pinctrl_bmcint_default: bmcint_default { |
| 662 | function = "BMCINT"; |
| 663 | groups = "BMCINT"; |
| 664 | }; |
| 665 | |
| 666 | pinctrl_ddcclk_default: ddcclk_default { |
| 667 | function = "DDCCLK"; |
| 668 | groups = "DDCCLK"; |
| 669 | }; |
| 670 | |
| 671 | pinctrl_ddcdat_default: ddcdat_default { |
| 672 | function = "DDCDAT"; |
| 673 | groups = "DDCDAT"; |
| 674 | }; |
| 675 | |
| 676 | pinctrl_espi_default: espi_default { |
| 677 | function = "ESPI"; |
| 678 | groups = "ESPI"; |
| 679 | }; |
| 680 | |
| 681 | pinctrl_fwspics1_default: fwspics1_default { |
| 682 | function = "FWSPICS1"; |
| 683 | groups = "FWSPICS1"; |
| 684 | }; |
| 685 | |
| 686 | pinctrl_fwspics2_default: fwspics2_default { |
| 687 | function = "FWSPICS2"; |
| 688 | groups = "FWSPICS2"; |
| 689 | }; |
| 690 | |
| 691 | pinctrl_gpid0_default: gpid0_default { |
| 692 | function = "GPID0"; |
| 693 | groups = "GPID0"; |
| 694 | }; |
| 695 | |
| 696 | pinctrl_gpid2_default: gpid2_default { |
| 697 | function = "GPID2"; |
| 698 | groups = "GPID2"; |
| 699 | }; |
| 700 | |
| 701 | pinctrl_gpid4_default: gpid4_default { |
| 702 | function = "GPID4"; |
| 703 | groups = "GPID4"; |
| 704 | }; |
| 705 | |
| 706 | pinctrl_gpid6_default: gpid6_default { |
| 707 | function = "GPID6"; |
| 708 | groups = "GPID6"; |
| 709 | }; |
| 710 | |
| 711 | pinctrl_gpie0_default: gpie0_default { |
| 712 | function = "GPIE0"; |
| 713 | groups = "GPIE0"; |
| 714 | }; |
| 715 | |
| 716 | pinctrl_gpie2_default: gpie2_default { |
| 717 | function = "GPIE2"; |
| 718 | groups = "GPIE2"; |
| 719 | }; |
| 720 | |
| 721 | pinctrl_gpie4_default: gpie4_default { |
| 722 | function = "GPIE4"; |
| 723 | groups = "GPIE4"; |
| 724 | }; |
| 725 | |
| 726 | pinctrl_gpie6_default: gpie6_default { |
| 727 | function = "GPIE6"; |
| 728 | groups = "GPIE6"; |
| 729 | }; |
| 730 | |
| 731 | pinctrl_i2c10_default: i2c10_default { |
| 732 | function = "I2C10"; |
| 733 | groups = "I2C10"; |
| 734 | }; |
| 735 | |
| 736 | pinctrl_i2c11_default: i2c11_default { |
| 737 | function = "I2C11"; |
| 738 | groups = "I2C11"; |
| 739 | }; |
| 740 | |
| 741 | pinctrl_i2c12_default: i2c12_default { |
| 742 | function = "I2C12"; |
| 743 | groups = "I2C12"; |
| 744 | }; |
| 745 | |
| 746 | pinctrl_i2c13_default: i2c13_default { |
| 747 | function = "I2C13"; |
| 748 | groups = "I2C13"; |
| 749 | }; |
| 750 | |
| 751 | pinctrl_i2c14_default: i2c14_default { |
| 752 | function = "I2C14"; |
| 753 | groups = "I2C14"; |
| 754 | }; |
| 755 | |
| 756 | pinctrl_i2c3_default: i2c3_default { |
| 757 | function = "I2C3"; |
| 758 | groups = "I2C3"; |
| 759 | }; |
| 760 | |
| 761 | pinctrl_i2c4_default: i2c4_default { |
| 762 | function = "I2C4"; |
| 763 | groups = "I2C4"; |
| 764 | }; |
| 765 | |
| 766 | pinctrl_i2c5_default: i2c5_default { |
| 767 | function = "I2C5"; |
| 768 | groups = "I2C5"; |
| 769 | }; |
| 770 | |
| 771 | pinctrl_i2c6_default: i2c6_default { |
| 772 | function = "I2C6"; |
| 773 | groups = "I2C6"; |
| 774 | }; |
| 775 | |
| 776 | pinctrl_i2c7_default: i2c7_default { |
| 777 | function = "I2C7"; |
| 778 | groups = "I2C7"; |
| 779 | }; |
| 780 | |
| 781 | pinctrl_i2c8_default: i2c8_default { |
| 782 | function = "I2C8"; |
| 783 | groups = "I2C8"; |
| 784 | }; |
| 785 | |
| 786 | pinctrl_i2c9_default: i2c9_default { |
| 787 | function = "I2C9"; |
| 788 | groups = "I2C9"; |
| 789 | }; |
| 790 | |
| 791 | pinctrl_lad0_default: lad0_default { |
| 792 | function = "LAD0"; |
| 793 | groups = "LAD0"; |
| 794 | }; |
| 795 | |
| 796 | pinctrl_lad1_default: lad1_default { |
| 797 | function = "LAD1"; |
| 798 | groups = "LAD1"; |
| 799 | }; |
| 800 | |
| 801 | pinctrl_lad2_default: lad2_default { |
| 802 | function = "LAD2"; |
| 803 | groups = "LAD2"; |
| 804 | }; |
| 805 | |
| 806 | pinctrl_lad3_default: lad3_default { |
| 807 | function = "LAD3"; |
| 808 | groups = "LAD3"; |
| 809 | }; |
| 810 | |
| 811 | pinctrl_lclk_default: lclk_default { |
| 812 | function = "LCLK"; |
| 813 | groups = "LCLK"; |
| 814 | }; |
| 815 | |
| 816 | pinctrl_lframe_default: lframe_default { |
| 817 | function = "LFRAME"; |
| 818 | groups = "LFRAME"; |
| 819 | }; |
| 820 | |
| 821 | pinctrl_lpchc_default: lpchc_default { |
| 822 | function = "LPCHC"; |
| 823 | groups = "LPCHC"; |
| 824 | }; |
| 825 | |
| 826 | pinctrl_lpcpd_default: lpcpd_default { |
| 827 | function = "LPCPD"; |
| 828 | groups = "LPCPD"; |
| 829 | }; |
| 830 | |
| 831 | pinctrl_lpcplus_default: lpcplus_default { |
| 832 | function = "LPCPLUS"; |
| 833 | groups = "LPCPLUS"; |
| 834 | }; |
| 835 | |
| 836 | pinctrl_lpcpme_default: lpcpme_default { |
| 837 | function = "LPCPME"; |
| 838 | groups = "LPCPME"; |
| 839 | }; |
| 840 | |
| 841 | pinctrl_lpcrst_default: lpcrst_default { |
| 842 | function = "LPCRST"; |
| 843 | groups = "LPCRST"; |
| 844 | }; |
| 845 | |
| 846 | pinctrl_lpcsmi_default: lpcsmi_default { |
| 847 | function = "LPCSMI"; |
| 848 | groups = "LPCSMI"; |
| 849 | }; |
| 850 | |
| 851 | pinctrl_lsirq_default: lsirq_default { |
| 852 | function = "LSIRQ"; |
| 853 | groups = "LSIRQ"; |
| 854 | }; |
| 855 | |
| 856 | pinctrl_mac1link_default: mac1link_default { |
| 857 | function = "MAC1LINK"; |
| 858 | groups = "MAC1LINK"; |
| 859 | }; |
| 860 | |
| 861 | pinctrl_mac2link_default: mac2link_default { |
| 862 | function = "MAC2LINK"; |
| 863 | groups = "MAC2LINK"; |
| 864 | }; |
| 865 | |
| 866 | pinctrl_mdio1_default: mdio1_default { |
| 867 | function = "MDIO1"; |
| 868 | groups = "MDIO1"; |
| 869 | }; |
| 870 | |
| 871 | pinctrl_mdio2_default: mdio2_default { |
| 872 | function = "MDIO2"; |
| 873 | groups = "MDIO2"; |
| 874 | }; |
| 875 | |
| 876 | pinctrl_ncts1_default: ncts1_default { |
| 877 | function = "NCTS1"; |
| 878 | groups = "NCTS1"; |
| 879 | }; |
| 880 | |
| 881 | pinctrl_ncts2_default: ncts2_default { |
| 882 | function = "NCTS2"; |
| 883 | groups = "NCTS2"; |
| 884 | }; |
| 885 | |
| 886 | pinctrl_ncts3_default: ncts3_default { |
| 887 | function = "NCTS3"; |
| 888 | groups = "NCTS3"; |
| 889 | }; |
| 890 | |
| 891 | pinctrl_ncts4_default: ncts4_default { |
| 892 | function = "NCTS4"; |
| 893 | groups = "NCTS4"; |
| 894 | }; |
| 895 | |
| 896 | pinctrl_ndcd1_default: ndcd1_default { |
| 897 | function = "NDCD1"; |
| 898 | groups = "NDCD1"; |
| 899 | }; |
| 900 | |
| 901 | pinctrl_ndcd2_default: ndcd2_default { |
| 902 | function = "NDCD2"; |
| 903 | groups = "NDCD2"; |
| 904 | }; |
| 905 | |
| 906 | pinctrl_ndcd3_default: ndcd3_default { |
| 907 | function = "NDCD3"; |
| 908 | groups = "NDCD3"; |
| 909 | }; |
| 910 | |
| 911 | pinctrl_ndcd4_default: ndcd4_default { |
| 912 | function = "NDCD4"; |
| 913 | groups = "NDCD4"; |
| 914 | }; |
| 915 | |
| 916 | pinctrl_ndsr1_default: ndsr1_default { |
| 917 | function = "NDSR1"; |
| 918 | groups = "NDSR1"; |
| 919 | }; |
| 920 | |
| 921 | pinctrl_ndsr2_default: ndsr2_default { |
| 922 | function = "NDSR2"; |
| 923 | groups = "NDSR2"; |
| 924 | }; |
| 925 | |
| 926 | pinctrl_ndsr3_default: ndsr3_default { |
| 927 | function = "NDSR3"; |
| 928 | groups = "NDSR3"; |
| 929 | }; |
| 930 | |
| 931 | pinctrl_ndsr4_default: ndsr4_default { |
| 932 | function = "NDSR4"; |
| 933 | groups = "NDSR4"; |
| 934 | }; |
| 935 | |
| 936 | pinctrl_ndtr1_default: ndtr1_default { |
| 937 | function = "NDTR1"; |
| 938 | groups = "NDTR1"; |
| 939 | }; |
| 940 | |
| 941 | pinctrl_ndtr2_default: ndtr2_default { |
| 942 | function = "NDTR2"; |
| 943 | groups = "NDTR2"; |
| 944 | }; |
| 945 | |
| 946 | pinctrl_ndtr3_default: ndtr3_default { |
| 947 | function = "NDTR3"; |
| 948 | groups = "NDTR3"; |
| 949 | }; |
| 950 | |
| 951 | pinctrl_ndtr4_default: ndtr4_default { |
| 952 | function = "NDTR4"; |
| 953 | groups = "NDTR4"; |
| 954 | }; |
| 955 | |
| 956 | pinctrl_nri1_default: nri1_default { |
| 957 | function = "NRI1"; |
| 958 | groups = "NRI1"; |
| 959 | }; |
| 960 | |
| 961 | pinctrl_nri2_default: nri2_default { |
| 962 | function = "NRI2"; |
| 963 | groups = "NRI2"; |
| 964 | }; |
| 965 | |
| 966 | pinctrl_nri3_default: nri3_default { |
| 967 | function = "NRI3"; |
| 968 | groups = "NRI3"; |
| 969 | }; |
| 970 | |
| 971 | pinctrl_nri4_default: nri4_default { |
| 972 | function = "NRI4"; |
| 973 | groups = "NRI4"; |
| 974 | }; |
| 975 | |
| 976 | pinctrl_nrts1_default: nrts1_default { |
| 977 | function = "NRTS1"; |
| 978 | groups = "NRTS1"; |
| 979 | }; |
| 980 | |
| 981 | pinctrl_nrts2_default: nrts2_default { |
| 982 | function = "NRTS2"; |
| 983 | groups = "NRTS2"; |
| 984 | }; |
| 985 | |
| 986 | pinctrl_nrts3_default: nrts3_default { |
| 987 | function = "NRTS3"; |
| 988 | groups = "NRTS3"; |
| 989 | }; |
| 990 | |
| 991 | pinctrl_nrts4_default: nrts4_default { |
| 992 | function = "NRTS4"; |
| 993 | groups = "NRTS4"; |
| 994 | }; |
| 995 | |
| 996 | pinctrl_oscclk_default: oscclk_default { |
| 997 | function = "OSCCLK"; |
| 998 | groups = "OSCCLK"; |
| 999 | }; |
| 1000 | |
| 1001 | pinctrl_pewake_default: pewake_default { |
| 1002 | function = "PEWAKE"; |
| 1003 | groups = "PEWAKE"; |
| 1004 | }; |
| 1005 | |
| 1006 | pinctrl_pnor_default: pnor_default { |
| 1007 | function = "PNOR"; |
| 1008 | groups = "PNOR"; |
| 1009 | }; |
| 1010 | |
| 1011 | pinctrl_pwm0_default: pwm0_default { |
| 1012 | function = "PWM0"; |
| 1013 | groups = "PWM0"; |
| 1014 | }; |
| 1015 | |
| 1016 | pinctrl_pwm1_default: pwm1_default { |
| 1017 | function = "PWM1"; |
| 1018 | groups = "PWM1"; |
| 1019 | }; |
| 1020 | |
| 1021 | pinctrl_pwm2_default: pwm2_default { |
| 1022 | function = "PWM2"; |
| 1023 | groups = "PWM2"; |
| 1024 | }; |
| 1025 | |
| 1026 | pinctrl_pwm3_default: pwm3_default { |
| 1027 | function = "PWM3"; |
| 1028 | groups = "PWM3"; |
| 1029 | }; |
| 1030 | |
| 1031 | pinctrl_pwm4_default: pwm4_default { |
| 1032 | function = "PWM4"; |
| 1033 | groups = "PWM4"; |
| 1034 | }; |
| 1035 | |
| 1036 | pinctrl_pwm5_default: pwm5_default { |
| 1037 | function = "PWM5"; |
| 1038 | groups = "PWM5"; |
| 1039 | }; |
| 1040 | |
| 1041 | pinctrl_pwm6_default: pwm6_default { |
| 1042 | function = "PWM6"; |
| 1043 | groups = "PWM6"; |
| 1044 | }; |
| 1045 | |
| 1046 | pinctrl_pwm7_default: pwm7_default { |
| 1047 | function = "PWM7"; |
| 1048 | groups = "PWM7"; |
| 1049 | }; |
| 1050 | |
| 1051 | pinctrl_rgmii1_default: rgmii1_default { |
| 1052 | function = "RGMII1"; |
| 1053 | groups = "RGMII1"; |
| 1054 | }; |
| 1055 | |
| 1056 | pinctrl_rgmii2_default: rgmii2_default { |
| 1057 | function = "RGMII2"; |
| 1058 | groups = "RGMII2"; |
| 1059 | }; |
| 1060 | |
| 1061 | pinctrl_rmii1_default: rmii1_default { |
| 1062 | function = "RMII1"; |
| 1063 | groups = "RMII1"; |
| 1064 | }; |
| 1065 | |
| 1066 | pinctrl_rmii2_default: rmii2_default { |
| 1067 | function = "RMII2"; |
| 1068 | groups = "RMII2"; |
| 1069 | }; |
| 1070 | |
| 1071 | pinctrl_rxd1_default: rxd1_default { |
| 1072 | function = "RXD1"; |
| 1073 | groups = "RXD1"; |
| 1074 | }; |
| 1075 | |
| 1076 | pinctrl_rxd2_default: rxd2_default { |
| 1077 | function = "RXD2"; |
| 1078 | groups = "RXD2"; |
| 1079 | }; |
| 1080 | |
| 1081 | pinctrl_rxd3_default: rxd3_default { |
| 1082 | function = "RXD3"; |
| 1083 | groups = "RXD3"; |
| 1084 | }; |
| 1085 | |
| 1086 | pinctrl_rxd4_default: rxd4_default { |
| 1087 | function = "RXD4"; |
| 1088 | groups = "RXD4"; |
| 1089 | }; |
| 1090 | |
| 1091 | pinctrl_salt1_default: salt1_default { |
| 1092 | function = "SALT1"; |
| 1093 | groups = "SALT1"; |
| 1094 | }; |
| 1095 | |
| 1096 | pinctrl_salt10_default: salt10_default { |
| 1097 | function = "SALT10"; |
| 1098 | groups = "SALT10"; |
| 1099 | }; |
| 1100 | |
| 1101 | pinctrl_salt11_default: salt11_default { |
| 1102 | function = "SALT11"; |
| 1103 | groups = "SALT11"; |
| 1104 | }; |
| 1105 | |
| 1106 | pinctrl_salt12_default: salt12_default { |
| 1107 | function = "SALT12"; |
| 1108 | groups = "SALT12"; |
| 1109 | }; |
| 1110 | |
| 1111 | pinctrl_salt13_default: salt13_default { |
| 1112 | function = "SALT13"; |
| 1113 | groups = "SALT13"; |
| 1114 | }; |
| 1115 | |
| 1116 | pinctrl_salt14_default: salt14_default { |
| 1117 | function = "SALT14"; |
| 1118 | groups = "SALT14"; |
| 1119 | }; |
| 1120 | |
| 1121 | pinctrl_salt2_default: salt2_default { |
| 1122 | function = "SALT2"; |
| 1123 | groups = "SALT2"; |
| 1124 | }; |
| 1125 | |
| 1126 | pinctrl_salt3_default: salt3_default { |
| 1127 | function = "SALT3"; |
| 1128 | groups = "SALT3"; |
| 1129 | }; |
| 1130 | |
| 1131 | pinctrl_salt4_default: salt4_default { |
| 1132 | function = "SALT4"; |
| 1133 | groups = "SALT4"; |
| 1134 | }; |
| 1135 | |
| 1136 | pinctrl_salt5_default: salt5_default { |
| 1137 | function = "SALT5"; |
| 1138 | groups = "SALT5"; |
| 1139 | }; |
| 1140 | |
| 1141 | pinctrl_salt6_default: salt6_default { |
| 1142 | function = "SALT6"; |
| 1143 | groups = "SALT6"; |
| 1144 | }; |
| 1145 | |
| 1146 | pinctrl_salt7_default: salt7_default { |
| 1147 | function = "SALT7"; |
| 1148 | groups = "SALT7"; |
| 1149 | }; |
| 1150 | |
| 1151 | pinctrl_salt8_default: salt8_default { |
| 1152 | function = "SALT8"; |
| 1153 | groups = "SALT8"; |
| 1154 | }; |
| 1155 | |
| 1156 | pinctrl_salt9_default: salt9_default { |
| 1157 | function = "SALT9"; |
| 1158 | groups = "SALT9"; |
| 1159 | }; |
| 1160 | |
| 1161 | pinctrl_scl1_default: scl1_default { |
| 1162 | function = "SCL1"; |
| 1163 | groups = "SCL1"; |
| 1164 | }; |
| 1165 | |
| 1166 | pinctrl_scl2_default: scl2_default { |
| 1167 | function = "SCL2"; |
| 1168 | groups = "SCL2"; |
| 1169 | }; |
| 1170 | |
| 1171 | pinctrl_sd1_default: sd1_default { |
| 1172 | function = "SD1"; |
| 1173 | groups = "SD1"; |
| 1174 | }; |
| 1175 | |
| 1176 | pinctrl_sd2_default: sd2_default { |
| 1177 | function = "SD2"; |
| 1178 | groups = "SD2"; |
| 1179 | }; |
| 1180 | |
| 1181 | pinctrl_sda1_default: sda1_default { |
| 1182 | function = "SDA1"; |
| 1183 | groups = "SDA1"; |
| 1184 | }; |
| 1185 | |
| 1186 | pinctrl_sda2_default: sda2_default { |
| 1187 | function = "SDA2"; |
| 1188 | groups = "SDA2"; |
| 1189 | }; |
| 1190 | |
| 1191 | pinctrl_sgps1_default: sgps1_default { |
| 1192 | function = "SGPS1"; |
| 1193 | groups = "SGPS1"; |
| 1194 | }; |
| 1195 | |
| 1196 | pinctrl_sgps2_default: sgps2_default { |
| 1197 | function = "SGPS2"; |
| 1198 | groups = "SGPS2"; |
| 1199 | }; |
| 1200 | |
| 1201 | pinctrl_sioonctrl_default: sioonctrl_default { |
| 1202 | function = "SIOONCTRL"; |
| 1203 | groups = "SIOONCTRL"; |
| 1204 | }; |
| 1205 | |
| 1206 | pinctrl_siopbi_default: siopbi_default { |
| 1207 | function = "SIOPBI"; |
| 1208 | groups = "SIOPBI"; |
| 1209 | }; |
| 1210 | |
| 1211 | pinctrl_siopbo_default: siopbo_default { |
| 1212 | function = "SIOPBO"; |
| 1213 | groups = "SIOPBO"; |
| 1214 | }; |
| 1215 | |
| 1216 | pinctrl_siopwreq_default: siopwreq_default { |
| 1217 | function = "SIOPWREQ"; |
| 1218 | groups = "SIOPWREQ"; |
| 1219 | }; |
| 1220 | |
| 1221 | pinctrl_siopwrgd_default: siopwrgd_default { |
| 1222 | function = "SIOPWRGD"; |
| 1223 | groups = "SIOPWRGD"; |
| 1224 | }; |
| 1225 | |
| 1226 | pinctrl_sios3_default: sios3_default { |
| 1227 | function = "SIOS3"; |
| 1228 | groups = "SIOS3"; |
| 1229 | }; |
| 1230 | |
| 1231 | pinctrl_sios5_default: sios5_default { |
| 1232 | function = "SIOS5"; |
| 1233 | groups = "SIOS5"; |
| 1234 | }; |
| 1235 | |
| 1236 | pinctrl_siosci_default: siosci_default { |
| 1237 | function = "SIOSCI"; |
| 1238 | groups = "SIOSCI"; |
| 1239 | }; |
| 1240 | |
| 1241 | pinctrl_spi1_default: spi1_default { |
| 1242 | function = "SPI1"; |
| 1243 | groups = "SPI1"; |
| 1244 | }; |
| 1245 | |
| 1246 | pinctrl_spi1cs1_default: spi1cs1_default { |
| 1247 | function = "SPI1CS1"; |
| 1248 | groups = "SPI1CS1"; |
| 1249 | }; |
| 1250 | |
| 1251 | pinctrl_spi1debug_default: spi1debug_default { |
| 1252 | function = "SPI1DEBUG"; |
| 1253 | groups = "SPI1DEBUG"; |
| 1254 | }; |
| 1255 | |
| 1256 | pinctrl_spi1passthru_default: spi1passthru_default { |
| 1257 | function = "SPI1PASSTHRU"; |
| 1258 | groups = "SPI1PASSTHRU"; |
| 1259 | }; |
| 1260 | |
| 1261 | pinctrl_spi2ck_default: spi2ck_default { |
| 1262 | function = "SPI2CK"; |
| 1263 | groups = "SPI2CK"; |
| 1264 | }; |
| 1265 | |
| 1266 | pinctrl_spi2cs0_default: spi2cs0_default { |
| 1267 | function = "SPI2CS0"; |
| 1268 | groups = "SPI2CS0"; |
| 1269 | }; |
| 1270 | |
| 1271 | pinctrl_spi2cs1_default: spi2cs1_default { |
| 1272 | function = "SPI2CS1"; |
| 1273 | groups = "SPI2CS1"; |
| 1274 | }; |
| 1275 | |
| 1276 | pinctrl_spi2miso_default: spi2miso_default { |
| 1277 | function = "SPI2MISO"; |
| 1278 | groups = "SPI2MISO"; |
| 1279 | }; |
| 1280 | |
| 1281 | pinctrl_spi2mosi_default: spi2mosi_default { |
| 1282 | function = "SPI2MOSI"; |
| 1283 | groups = "SPI2MOSI"; |
| 1284 | }; |
| 1285 | |
| 1286 | pinctrl_timer3_default: timer3_default { |
| 1287 | function = "TIMER3"; |
| 1288 | groups = "TIMER3"; |
| 1289 | }; |
| 1290 | |
| 1291 | pinctrl_timer4_default: timer4_default { |
| 1292 | function = "TIMER4"; |
| 1293 | groups = "TIMER4"; |
| 1294 | }; |
| 1295 | |
| 1296 | pinctrl_timer5_default: timer5_default { |
| 1297 | function = "TIMER5"; |
| 1298 | groups = "TIMER5"; |
| 1299 | }; |
| 1300 | |
| 1301 | pinctrl_timer6_default: timer6_default { |
| 1302 | function = "TIMER6"; |
| 1303 | groups = "TIMER6"; |
| 1304 | }; |
| 1305 | |
| 1306 | pinctrl_timer7_default: timer7_default { |
| 1307 | function = "TIMER7"; |
| 1308 | groups = "TIMER7"; |
| 1309 | }; |
| 1310 | |
| 1311 | pinctrl_timer8_default: timer8_default { |
| 1312 | function = "TIMER8"; |
| 1313 | groups = "TIMER8"; |
| 1314 | }; |
| 1315 | |
| 1316 | pinctrl_txd1_default: txd1_default { |
| 1317 | function = "TXD1"; |
| 1318 | groups = "TXD1"; |
| 1319 | }; |
| 1320 | |
| 1321 | pinctrl_txd2_default: txd2_default { |
| 1322 | function = "TXD2"; |
| 1323 | groups = "TXD2"; |
| 1324 | }; |
| 1325 | |
| 1326 | pinctrl_txd3_default: txd3_default { |
| 1327 | function = "TXD3"; |
| 1328 | groups = "TXD3"; |
| 1329 | }; |
| 1330 | |
| 1331 | pinctrl_txd4_default: txd4_default { |
| 1332 | function = "TXD4"; |
| 1333 | groups = "TXD4"; |
| 1334 | }; |
| 1335 | |
| 1336 | pinctrl_uart6_default: uart6_default { |
| 1337 | function = "UART6"; |
| 1338 | groups = "UART6"; |
| 1339 | }; |
| 1340 | |
| 1341 | pinctrl_usbcki_default: usbcki_default { |
| 1342 | function = "USBCKI"; |
| 1343 | groups = "USBCKI"; |
| 1344 | }; |
| 1345 | |
| 1346 | pinctrl_vgabiosrom_default: vgabiosrom_default { |
| 1347 | function = "VGABIOSROM"; |
| 1348 | groups = "VGABIOSROM"; |
| 1349 | }; |
| 1350 | |
| 1351 | pinctrl_vgahs_default: vgahs_default { |
| 1352 | function = "VGAHS"; |
| 1353 | groups = "VGAHS"; |
| 1354 | }; |
| 1355 | |
| 1356 | pinctrl_vgavs_default: vgavs_default { |
| 1357 | function = "VGAVS"; |
| 1358 | groups = "VGAVS"; |
| 1359 | }; |
| 1360 | |
| 1361 | pinctrl_vpi24_default: vpi24_default { |
| 1362 | function = "VPI24"; |
| 1363 | groups = "VPI24"; |
| 1364 | }; |
| 1365 | |
| 1366 | pinctrl_vpo_default: vpo_default { |
| 1367 | function = "VPO"; |
| 1368 | groups = "VPO"; |
| 1369 | }; |
| 1370 | |
| 1371 | pinctrl_wdtrst1_default: wdtrst1_default { |
| 1372 | function = "WDTRST1"; |
| 1373 | groups = "WDTRST1"; |
| 1374 | }; |
| 1375 | |
| 1376 | pinctrl_wdtrst2_default: wdtrst2_default { |
| 1377 | function = "WDTRST2"; |
| 1378 | groups = "WDTRST2"; |
| 1379 | }; |
| 1380 | }; |