Linux Audio

Check our new training course

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