162306a36Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Device Tree Include file for Marvell Armada XP family SoC
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2012 Marvell
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
862306a36Sopenharmony_ci *
962306a36Sopenharmony_ci * Contains definitions specific to the Armada XP MV78460 SoC that are not
1062306a36Sopenharmony_ci * common to all Armada XP SoCs.
1162306a36Sopenharmony_ci */
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#include "armada-xp.dtsi"
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci/ {
1662306a36Sopenharmony_ci	model = "Marvell Armada XP MV78460 SoC";
1762306a36Sopenharmony_ci	compatible = "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci	aliases {
2062306a36Sopenharmony_ci		gpio0 = &gpio0;
2162306a36Sopenharmony_ci		gpio1 = &gpio1;
2262306a36Sopenharmony_ci		gpio2 = &gpio2;
2362306a36Sopenharmony_ci	};
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ci
2662306a36Sopenharmony_ci	cpus {
2762306a36Sopenharmony_ci		#address-cells = <1>;
2862306a36Sopenharmony_ci		#size-cells = <0>;
2962306a36Sopenharmony_ci		enable-method = "marvell,armada-xp-smp";
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ci		cpu@0 {
3262306a36Sopenharmony_ci			device_type = "cpu";
3362306a36Sopenharmony_ci			compatible = "marvell,sheeva-v7";
3462306a36Sopenharmony_ci			reg = <0>;
3562306a36Sopenharmony_ci			clocks = <&cpuclk 0>;
3662306a36Sopenharmony_ci			clock-latency = <1000000>;
3762306a36Sopenharmony_ci		};
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_ci		cpu@1 {
4062306a36Sopenharmony_ci			device_type = "cpu";
4162306a36Sopenharmony_ci			compatible = "marvell,sheeva-v7";
4262306a36Sopenharmony_ci			reg = <1>;
4362306a36Sopenharmony_ci			clocks = <&cpuclk 1>;
4462306a36Sopenharmony_ci			clock-latency = <1000000>;
4562306a36Sopenharmony_ci		};
4662306a36Sopenharmony_ci
4762306a36Sopenharmony_ci		cpu@2 {
4862306a36Sopenharmony_ci			device_type = "cpu";
4962306a36Sopenharmony_ci			compatible = "marvell,sheeva-v7";
5062306a36Sopenharmony_ci			reg = <2>;
5162306a36Sopenharmony_ci			clocks = <&cpuclk 2>;
5262306a36Sopenharmony_ci			clock-latency = <1000000>;
5362306a36Sopenharmony_ci		};
5462306a36Sopenharmony_ci
5562306a36Sopenharmony_ci		cpu@3 {
5662306a36Sopenharmony_ci			device_type = "cpu";
5762306a36Sopenharmony_ci			compatible = "marvell,sheeva-v7";
5862306a36Sopenharmony_ci			reg = <3>;
5962306a36Sopenharmony_ci			clocks = <&cpuclk 3>;
6062306a36Sopenharmony_ci			clock-latency = <1000000>;
6162306a36Sopenharmony_ci		};
6262306a36Sopenharmony_ci	};
6362306a36Sopenharmony_ci
6462306a36Sopenharmony_ci	soc {
6562306a36Sopenharmony_ci		/*
6662306a36Sopenharmony_ci		 * MV78460 has 4 PCIe units Gen2.0: Two units can be
6762306a36Sopenharmony_ci		 * configured as x4 or quad x1 lanes. Two units are
6862306a36Sopenharmony_ci		 * x4/x1.
6962306a36Sopenharmony_ci		 */
7062306a36Sopenharmony_ci		pciec: pcie@82000000 {
7162306a36Sopenharmony_ci			compatible = "marvell,armada-xp-pcie";
7262306a36Sopenharmony_ci			status = "disabled";
7362306a36Sopenharmony_ci			device_type = "pci";
7462306a36Sopenharmony_ci
7562306a36Sopenharmony_ci			#address-cells = <3>;
7662306a36Sopenharmony_ci			#size-cells = <2>;
7762306a36Sopenharmony_ci
7862306a36Sopenharmony_ci			msi-parent = <&mpic>;
7962306a36Sopenharmony_ci			bus-range = <0x00 0xff>;
8062306a36Sopenharmony_ci
8162306a36Sopenharmony_ci			ranges =
8262306a36Sopenharmony_ci			       <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000   /* Port 0.0 registers */
8362306a36Sopenharmony_ci				0x82000000 0 0x42000 MBUS_ID(0xf0, 0x01) 0x42000 0 0x00002000   /* Port 2.0 registers */
8462306a36Sopenharmony_ci				0x82000000 0 0x44000 MBUS_ID(0xf0, 0x01) 0x44000 0 0x00002000   /* Port 0.1 registers */
8562306a36Sopenharmony_ci				0x82000000 0 0x48000 MBUS_ID(0xf0, 0x01) 0x48000 0 0x00002000   /* Port 0.2 registers */
8662306a36Sopenharmony_ci				0x82000000 0 0x4c000 MBUS_ID(0xf0, 0x01) 0x4c000 0 0x00002000   /* Port 0.3 registers */
8762306a36Sopenharmony_ci				0x82000000 0 0x80000 MBUS_ID(0xf0, 0x01) 0x80000 0 0x00002000   /* Port 1.0 registers */
8862306a36Sopenharmony_ci				0x82000000 0 0x82000 MBUS_ID(0xf0, 0x01) 0x82000 0 0x00002000   /* Port 3.0 registers */
8962306a36Sopenharmony_ci				0x82000000 0 0x84000 MBUS_ID(0xf0, 0x01) 0x84000 0 0x00002000   /* Port 1.1 registers */
9062306a36Sopenharmony_ci				0x82000000 0 0x88000 MBUS_ID(0xf0, 0x01) 0x88000 0 0x00002000   /* Port 1.2 registers */
9162306a36Sopenharmony_ci				0x82000000 0 0x8c000 MBUS_ID(0xf0, 0x01) 0x8c000 0 0x00002000   /* Port 1.3 registers */
9262306a36Sopenharmony_ci				0x82000000 0x1 0     MBUS_ID(0x04, 0xe8) 0 1 0 /* Port 0.0 MEM */
9362306a36Sopenharmony_ci				0x81000000 0x1 0     MBUS_ID(0x04, 0xe0) 0 1 0 /* Port 0.0 IO  */
9462306a36Sopenharmony_ci				0x82000000 0x2 0     MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 0.1 MEM */
9562306a36Sopenharmony_ci				0x81000000 0x2 0     MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 0.1 IO  */
9662306a36Sopenharmony_ci				0x82000000 0x3 0     MBUS_ID(0x04, 0xb8) 0 1 0 /* Port 0.2 MEM */
9762306a36Sopenharmony_ci				0x81000000 0x3 0     MBUS_ID(0x04, 0xb0) 0 1 0 /* Port 0.2 IO  */
9862306a36Sopenharmony_ci				0x82000000 0x4 0     MBUS_ID(0x04, 0x78) 0 1 0 /* Port 0.3 MEM */
9962306a36Sopenharmony_ci				0x81000000 0x4 0     MBUS_ID(0x04, 0x70) 0 1 0 /* Port 0.3 IO  */
10062306a36Sopenharmony_ci
10162306a36Sopenharmony_ci				0x82000000 0x5 0     MBUS_ID(0x08, 0xe8) 0 1 0 /* Port 1.0 MEM */
10262306a36Sopenharmony_ci				0x81000000 0x5 0     MBUS_ID(0x08, 0xe0) 0 1 0 /* Port 1.0 IO  */
10362306a36Sopenharmony_ci				0x82000000 0x6 0     MBUS_ID(0x08, 0xd8) 0 1 0 /* Port 1.1 MEM */
10462306a36Sopenharmony_ci				0x81000000 0x6 0     MBUS_ID(0x08, 0xd0) 0 1 0 /* Port 1.1 IO  */
10562306a36Sopenharmony_ci				0x82000000 0x7 0     MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */
10662306a36Sopenharmony_ci				0x81000000 0x7 0     MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO  */
10762306a36Sopenharmony_ci				0x82000000 0x8 0     MBUS_ID(0x08, 0x78) 0 1 0 /* Port 1.3 MEM */
10862306a36Sopenharmony_ci				0x81000000 0x8 0     MBUS_ID(0x08, 0x70) 0 1 0 /* Port 1.3 IO  */
10962306a36Sopenharmony_ci
11062306a36Sopenharmony_ci				0x82000000 0x9 0     MBUS_ID(0x04, 0xf8) 0 1 0 /* Port 2.0 MEM */
11162306a36Sopenharmony_ci				0x81000000 0x9 0     MBUS_ID(0x04, 0xf0) 0 1 0 /* Port 2.0 IO  */
11262306a36Sopenharmony_ci
11362306a36Sopenharmony_ci				0x82000000 0xa 0     MBUS_ID(0x08, 0xf8) 0 1 0 /* Port 3.0 MEM */
11462306a36Sopenharmony_ci				0x81000000 0xa 0     MBUS_ID(0x08, 0xf0) 0 1 0 /* Port 3.0 IO  */>;
11562306a36Sopenharmony_ci
11662306a36Sopenharmony_ci			pcie1: pcie@1,0 {
11762306a36Sopenharmony_ci				device_type = "pci";
11862306a36Sopenharmony_ci				assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
11962306a36Sopenharmony_ci				reg = <0x0800 0 0 0 0>;
12062306a36Sopenharmony_ci				#address-cells = <3>;
12162306a36Sopenharmony_ci				#size-cells = <2>;
12262306a36Sopenharmony_ci				interrupt-names = "intx";
12362306a36Sopenharmony_ci				interrupts-extended = <&mpic 58>;
12462306a36Sopenharmony_ci				#interrupt-cells = <1>;
12562306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
12662306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x1 0 1 0>;
12762306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
12862306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
12962306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie1_intc 0>,
13062306a36Sopenharmony_ci						<0 0 0 2 &pcie1_intc 1>,
13162306a36Sopenharmony_ci						<0 0 0 3 &pcie1_intc 2>,
13262306a36Sopenharmony_ci						<0 0 0 4 &pcie1_intc 3>;
13362306a36Sopenharmony_ci				marvell,pcie-port = <0>;
13462306a36Sopenharmony_ci				marvell,pcie-lane = <0>;
13562306a36Sopenharmony_ci				clocks = <&gateclk 5>;
13662306a36Sopenharmony_ci				status = "disabled";
13762306a36Sopenharmony_ci
13862306a36Sopenharmony_ci				pcie1_intc: interrupt-controller {
13962306a36Sopenharmony_ci					interrupt-controller;
14062306a36Sopenharmony_ci					#interrupt-cells = <1>;
14162306a36Sopenharmony_ci				};
14262306a36Sopenharmony_ci			};
14362306a36Sopenharmony_ci
14462306a36Sopenharmony_ci			pcie2: pcie@2,0 {
14562306a36Sopenharmony_ci				device_type = "pci";
14662306a36Sopenharmony_ci				assigned-addresses = <0x82001000 0 0x44000 0 0x2000>;
14762306a36Sopenharmony_ci				reg = <0x1000 0 0 0 0>;
14862306a36Sopenharmony_ci				#address-cells = <3>;
14962306a36Sopenharmony_ci				#size-cells = <2>;
15062306a36Sopenharmony_ci				interrupt-names = "intx";
15162306a36Sopenharmony_ci				interrupts-extended = <&mpic 59>;
15262306a36Sopenharmony_ci				#interrupt-cells = <1>;
15362306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x2 0 1 0
15462306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x2 0 1 0>;
15562306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
15662306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
15762306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie2_intc 0>,
15862306a36Sopenharmony_ci						<0 0 0 2 &pcie2_intc 1>,
15962306a36Sopenharmony_ci						<0 0 0 3 &pcie2_intc 2>,
16062306a36Sopenharmony_ci						<0 0 0 4 &pcie2_intc 3>;
16162306a36Sopenharmony_ci				marvell,pcie-port = <0>;
16262306a36Sopenharmony_ci				marvell,pcie-lane = <1>;
16362306a36Sopenharmony_ci				clocks = <&gateclk 6>;
16462306a36Sopenharmony_ci				status = "disabled";
16562306a36Sopenharmony_ci
16662306a36Sopenharmony_ci				pcie2_intc: interrupt-controller {
16762306a36Sopenharmony_ci					interrupt-controller;
16862306a36Sopenharmony_ci					#interrupt-cells = <1>;
16962306a36Sopenharmony_ci				};
17062306a36Sopenharmony_ci			};
17162306a36Sopenharmony_ci
17262306a36Sopenharmony_ci			pcie3: pcie@3,0 {
17362306a36Sopenharmony_ci				device_type = "pci";
17462306a36Sopenharmony_ci				assigned-addresses = <0x82001800 0 0x48000 0 0x2000>;
17562306a36Sopenharmony_ci				reg = <0x1800 0 0 0 0>;
17662306a36Sopenharmony_ci				#address-cells = <3>;
17762306a36Sopenharmony_ci				#size-cells = <2>;
17862306a36Sopenharmony_ci				interrupt-names = "intx";
17962306a36Sopenharmony_ci				interrupts-extended = <&mpic 60>;
18062306a36Sopenharmony_ci				#interrupt-cells = <1>;
18162306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
18262306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x3 0 1 0>;
18362306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
18462306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
18562306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie3_intc 0>,
18662306a36Sopenharmony_ci						<0 0 0 2 &pcie3_intc 1>,
18762306a36Sopenharmony_ci						<0 0 0 3 &pcie3_intc 2>,
18862306a36Sopenharmony_ci						<0 0 0 4 &pcie3_intc 3>;
18962306a36Sopenharmony_ci				marvell,pcie-port = <0>;
19062306a36Sopenharmony_ci				marvell,pcie-lane = <2>;
19162306a36Sopenharmony_ci				clocks = <&gateclk 7>;
19262306a36Sopenharmony_ci				status = "disabled";
19362306a36Sopenharmony_ci
19462306a36Sopenharmony_ci				pcie3_intc: interrupt-controller {
19562306a36Sopenharmony_ci					interrupt-controller;
19662306a36Sopenharmony_ci					#interrupt-cells = <1>;
19762306a36Sopenharmony_ci				};
19862306a36Sopenharmony_ci			};
19962306a36Sopenharmony_ci
20062306a36Sopenharmony_ci			pcie4: pcie@4,0 {
20162306a36Sopenharmony_ci				device_type = "pci";
20262306a36Sopenharmony_ci				assigned-addresses = <0x82002000 0 0x4c000 0 0x2000>;
20362306a36Sopenharmony_ci				reg = <0x2000 0 0 0 0>;
20462306a36Sopenharmony_ci				#address-cells = <3>;
20562306a36Sopenharmony_ci				#size-cells = <2>;
20662306a36Sopenharmony_ci				interrupt-names = "intx";
20762306a36Sopenharmony_ci				interrupts-extended = <&mpic 61>;
20862306a36Sopenharmony_ci				#interrupt-cells = <1>;
20962306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x4 0 1 0
21062306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x4 0 1 0>;
21162306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
21262306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
21362306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie4_intc 0>,
21462306a36Sopenharmony_ci						<0 0 0 2 &pcie4_intc 1>,
21562306a36Sopenharmony_ci						<0 0 0 3 &pcie4_intc 2>,
21662306a36Sopenharmony_ci						<0 0 0 4 &pcie4_intc 3>;
21762306a36Sopenharmony_ci				marvell,pcie-port = <0>;
21862306a36Sopenharmony_ci				marvell,pcie-lane = <3>;
21962306a36Sopenharmony_ci				clocks = <&gateclk 8>;
22062306a36Sopenharmony_ci				status = "disabled";
22162306a36Sopenharmony_ci
22262306a36Sopenharmony_ci				pcie4_intc: interrupt-controller {
22362306a36Sopenharmony_ci					interrupt-controller;
22462306a36Sopenharmony_ci					#interrupt-cells = <1>;
22562306a36Sopenharmony_ci				};
22662306a36Sopenharmony_ci			};
22762306a36Sopenharmony_ci
22862306a36Sopenharmony_ci			pcie5: pcie@5,0 {
22962306a36Sopenharmony_ci				device_type = "pci";
23062306a36Sopenharmony_ci				assigned-addresses = <0x82002800 0 0x80000 0 0x2000>;
23162306a36Sopenharmony_ci				reg = <0x2800 0 0 0 0>;
23262306a36Sopenharmony_ci				#address-cells = <3>;
23362306a36Sopenharmony_ci				#size-cells = <2>;
23462306a36Sopenharmony_ci				interrupt-names = "intx";
23562306a36Sopenharmony_ci				interrupts-extended = <&mpic 62>;
23662306a36Sopenharmony_ci				#interrupt-cells = <1>;
23762306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x5 0 1 0
23862306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x5 0 1 0>;
23962306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
24062306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
24162306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie5_intc 0>,
24262306a36Sopenharmony_ci						<0 0 0 2 &pcie5_intc 1>,
24362306a36Sopenharmony_ci						<0 0 0 3 &pcie5_intc 2>,
24462306a36Sopenharmony_ci						<0 0 0 4 &pcie5_intc 3>;
24562306a36Sopenharmony_ci				marvell,pcie-port = <1>;
24662306a36Sopenharmony_ci				marvell,pcie-lane = <0>;
24762306a36Sopenharmony_ci				clocks = <&gateclk 9>;
24862306a36Sopenharmony_ci				status = "disabled";
24962306a36Sopenharmony_ci
25062306a36Sopenharmony_ci				pcie5_intc: interrupt-controller {
25162306a36Sopenharmony_ci					interrupt-controller;
25262306a36Sopenharmony_ci					#interrupt-cells = <1>;
25362306a36Sopenharmony_ci				};
25462306a36Sopenharmony_ci			};
25562306a36Sopenharmony_ci
25662306a36Sopenharmony_ci			pcie6: pcie@6,0 {
25762306a36Sopenharmony_ci				device_type = "pci";
25862306a36Sopenharmony_ci				assigned-addresses = <0x82003000 0 0x84000 0 0x2000>;
25962306a36Sopenharmony_ci				reg = <0x3000 0 0 0 0>;
26062306a36Sopenharmony_ci				#address-cells = <3>;
26162306a36Sopenharmony_ci				#size-cells = <2>;
26262306a36Sopenharmony_ci				interrupt-names = "intx";
26362306a36Sopenharmony_ci				interrupts-extended = <&mpic 63>;
26462306a36Sopenharmony_ci				#interrupt-cells = <1>;
26562306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x6 0 1 0
26662306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x6 0 1 0>;
26762306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
26862306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
26962306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie6_intc 0>,
27062306a36Sopenharmony_ci						<0 0 0 2 &pcie6_intc 1>,
27162306a36Sopenharmony_ci						<0 0 0 3 &pcie6_intc 2>,
27262306a36Sopenharmony_ci						<0 0 0 4 &pcie6_intc 3>;
27362306a36Sopenharmony_ci				marvell,pcie-port = <1>;
27462306a36Sopenharmony_ci				marvell,pcie-lane = <1>;
27562306a36Sopenharmony_ci				clocks = <&gateclk 10>;
27662306a36Sopenharmony_ci				status = "disabled";
27762306a36Sopenharmony_ci
27862306a36Sopenharmony_ci				pcie6_intc: interrupt-controller {
27962306a36Sopenharmony_ci					interrupt-controller;
28062306a36Sopenharmony_ci					#interrupt-cells = <1>;
28162306a36Sopenharmony_ci				};
28262306a36Sopenharmony_ci			};
28362306a36Sopenharmony_ci
28462306a36Sopenharmony_ci			pcie7: pcie@7,0 {
28562306a36Sopenharmony_ci				device_type = "pci";
28662306a36Sopenharmony_ci				assigned-addresses = <0x82003800 0 0x88000 0 0x2000>;
28762306a36Sopenharmony_ci				reg = <0x3800 0 0 0 0>;
28862306a36Sopenharmony_ci				#address-cells = <3>;
28962306a36Sopenharmony_ci				#size-cells = <2>;
29062306a36Sopenharmony_ci				interrupt-names = "intx";
29162306a36Sopenharmony_ci				interrupts-extended = <&mpic 64>;
29262306a36Sopenharmony_ci				#interrupt-cells = <1>;
29362306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0
29462306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x7 0 1 0>;
29562306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
29662306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
29762306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie7_intc 0>,
29862306a36Sopenharmony_ci						<0 0 0 2 &pcie7_intc 1>,
29962306a36Sopenharmony_ci						<0 0 0 3 &pcie7_intc 2>,
30062306a36Sopenharmony_ci						<0 0 0 4 &pcie7_intc 3>;
30162306a36Sopenharmony_ci				marvell,pcie-port = <1>;
30262306a36Sopenharmony_ci				marvell,pcie-lane = <2>;
30362306a36Sopenharmony_ci				clocks = <&gateclk 11>;
30462306a36Sopenharmony_ci				status = "disabled";
30562306a36Sopenharmony_ci
30662306a36Sopenharmony_ci				pcie7_intc: interrupt-controller {
30762306a36Sopenharmony_ci					interrupt-controller;
30862306a36Sopenharmony_ci					#interrupt-cells = <1>;
30962306a36Sopenharmony_ci				};
31062306a36Sopenharmony_ci			};
31162306a36Sopenharmony_ci
31262306a36Sopenharmony_ci			pcie8: pcie@8,0 {
31362306a36Sopenharmony_ci				device_type = "pci";
31462306a36Sopenharmony_ci				assigned-addresses = <0x82004000 0 0x8c000 0 0x2000>;
31562306a36Sopenharmony_ci				reg = <0x4000 0 0 0 0>;
31662306a36Sopenharmony_ci				#address-cells = <3>;
31762306a36Sopenharmony_ci				#size-cells = <2>;
31862306a36Sopenharmony_ci				interrupt-names = "intx";
31962306a36Sopenharmony_ci				interrupts-extended = <&mpic 65>;
32062306a36Sopenharmony_ci				#interrupt-cells = <1>;
32162306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x8 0 1 0
32262306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x8 0 1 0>;
32362306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
32462306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
32562306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie8_intc 0>,
32662306a36Sopenharmony_ci						<0 0 0 2 &pcie8_intc 1>,
32762306a36Sopenharmony_ci						<0 0 0 3 &pcie8_intc 2>,
32862306a36Sopenharmony_ci						<0 0 0 4 &pcie8_intc 3>;
32962306a36Sopenharmony_ci				marvell,pcie-port = <1>;
33062306a36Sopenharmony_ci				marvell,pcie-lane = <3>;
33162306a36Sopenharmony_ci				clocks = <&gateclk 12>;
33262306a36Sopenharmony_ci				status = "disabled";
33362306a36Sopenharmony_ci
33462306a36Sopenharmony_ci				pcie8_intc: interrupt-controller {
33562306a36Sopenharmony_ci					interrupt-controller;
33662306a36Sopenharmony_ci					#interrupt-cells = <1>;
33762306a36Sopenharmony_ci				};
33862306a36Sopenharmony_ci			};
33962306a36Sopenharmony_ci
34062306a36Sopenharmony_ci			pcie9: pcie@9,0 {
34162306a36Sopenharmony_ci				device_type = "pci";
34262306a36Sopenharmony_ci				assigned-addresses = <0x82004800 0 0x42000 0 0x2000>;
34362306a36Sopenharmony_ci				reg = <0x4800 0 0 0 0>;
34462306a36Sopenharmony_ci				#address-cells = <3>;
34562306a36Sopenharmony_ci				#size-cells = <2>;
34662306a36Sopenharmony_ci				interrupt-names = "intx";
34762306a36Sopenharmony_ci				interrupts-extended = <&mpic 99>;
34862306a36Sopenharmony_ci				#interrupt-cells = <1>;
34962306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0x9 0 1 0
35062306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0x9 0 1 0>;
35162306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
35262306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
35362306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie9_intc 0>,
35462306a36Sopenharmony_ci						<0 0 0 2 &pcie9_intc 1>,
35562306a36Sopenharmony_ci						<0 0 0 3 &pcie9_intc 2>,
35662306a36Sopenharmony_ci						<0 0 0 4 &pcie9_intc 3>;
35762306a36Sopenharmony_ci				marvell,pcie-port = <2>;
35862306a36Sopenharmony_ci				marvell,pcie-lane = <0>;
35962306a36Sopenharmony_ci				clocks = <&gateclk 26>;
36062306a36Sopenharmony_ci				status = "disabled";
36162306a36Sopenharmony_ci
36262306a36Sopenharmony_ci				pcie9_intc: interrupt-controller {
36362306a36Sopenharmony_ci					interrupt-controller;
36462306a36Sopenharmony_ci					#interrupt-cells = <1>;
36562306a36Sopenharmony_ci				};
36662306a36Sopenharmony_ci			};
36762306a36Sopenharmony_ci
36862306a36Sopenharmony_ci			pcie10: pcie@a,0 {
36962306a36Sopenharmony_ci				device_type = "pci";
37062306a36Sopenharmony_ci				assigned-addresses = <0x82005000 0 0x82000 0 0x2000>;
37162306a36Sopenharmony_ci				reg = <0x5000 0 0 0 0>;
37262306a36Sopenharmony_ci				#address-cells = <3>;
37362306a36Sopenharmony_ci				#size-cells = <2>;
37462306a36Sopenharmony_ci				interrupt-names = "intx";
37562306a36Sopenharmony_ci				interrupts-extended = <&mpic 103>;
37662306a36Sopenharmony_ci				#interrupt-cells = <1>;
37762306a36Sopenharmony_ci				ranges = <0x82000000 0 0 0x82000000 0xa 0 1 0
37862306a36Sopenharmony_ci					  0x81000000 0 0 0x81000000 0xa 0 1 0>;
37962306a36Sopenharmony_ci				bus-range = <0x00 0xff>;
38062306a36Sopenharmony_ci				interrupt-map-mask = <0 0 0 7>;
38162306a36Sopenharmony_ci				interrupt-map = <0 0 0 1 &pcie10_intc 0>,
38262306a36Sopenharmony_ci						<0 0 0 2 &pcie10_intc 1>,
38362306a36Sopenharmony_ci						<0 0 0 3 &pcie10_intc 2>,
38462306a36Sopenharmony_ci						<0 0 0 4 &pcie10_intc 3>;
38562306a36Sopenharmony_ci				marvell,pcie-port = <3>;
38662306a36Sopenharmony_ci				marvell,pcie-lane = <0>;
38762306a36Sopenharmony_ci				clocks = <&gateclk 27>;
38862306a36Sopenharmony_ci				status = "disabled";
38962306a36Sopenharmony_ci
39062306a36Sopenharmony_ci				pcie10_intc: interrupt-controller {
39162306a36Sopenharmony_ci					interrupt-controller;
39262306a36Sopenharmony_ci					#interrupt-cells = <1>;
39362306a36Sopenharmony_ci				};
39462306a36Sopenharmony_ci			};
39562306a36Sopenharmony_ci		};
39662306a36Sopenharmony_ci
39762306a36Sopenharmony_ci		internal-regs {
39862306a36Sopenharmony_ci			gpio0: gpio@18100 {
39962306a36Sopenharmony_ci				compatible = "marvell,armada-370-gpio",
40062306a36Sopenharmony_ci					     "marvell,orion-gpio";
40162306a36Sopenharmony_ci				reg = <0x18100 0x40>, <0x181c0 0x08>;
40262306a36Sopenharmony_ci				reg-names = "gpio", "pwm";
40362306a36Sopenharmony_ci				ngpios = <32>;
40462306a36Sopenharmony_ci				gpio-controller;
40562306a36Sopenharmony_ci				#gpio-cells = <2>;
40662306a36Sopenharmony_ci				#pwm-cells = <2>;
40762306a36Sopenharmony_ci				interrupt-controller;
40862306a36Sopenharmony_ci				#interrupt-cells = <2>;
40962306a36Sopenharmony_ci				interrupts = <82>, <83>, <84>, <85>;
41062306a36Sopenharmony_ci				clocks = <&coreclk 0>;
41162306a36Sopenharmony_ci			};
41262306a36Sopenharmony_ci
41362306a36Sopenharmony_ci			gpio1: gpio@18140 {
41462306a36Sopenharmony_ci				compatible = "marvell,armada-370-gpio",
41562306a36Sopenharmony_ci					     "marvell,orion-gpio";
41662306a36Sopenharmony_ci				reg = <0x18140 0x40>, <0x181c8 0x08>;
41762306a36Sopenharmony_ci				reg-names = "gpio", "pwm";
41862306a36Sopenharmony_ci				ngpios = <32>;
41962306a36Sopenharmony_ci				gpio-controller;
42062306a36Sopenharmony_ci				#gpio-cells = <2>;
42162306a36Sopenharmony_ci				#pwm-cells = <2>;
42262306a36Sopenharmony_ci				interrupt-controller;
42362306a36Sopenharmony_ci				#interrupt-cells = <2>;
42462306a36Sopenharmony_ci				interrupts = <87>, <88>, <89>, <90>;
42562306a36Sopenharmony_ci				clocks = <&coreclk 0>;
42662306a36Sopenharmony_ci			};
42762306a36Sopenharmony_ci
42862306a36Sopenharmony_ci			gpio2: gpio@18180 {
42962306a36Sopenharmony_ci				compatible = "marvell,armada-370-gpio",
43062306a36Sopenharmony_ci					     "marvell,orion-gpio";
43162306a36Sopenharmony_ci				reg = <0x18180 0x40>;
43262306a36Sopenharmony_ci				ngpios = <3>;
43362306a36Sopenharmony_ci				gpio-controller;
43462306a36Sopenharmony_ci				#gpio-cells = <2>;
43562306a36Sopenharmony_ci				interrupt-controller;
43662306a36Sopenharmony_ci				#interrupt-cells = <2>;
43762306a36Sopenharmony_ci				interrupts = <91>;
43862306a36Sopenharmony_ci			};
43962306a36Sopenharmony_ci
44062306a36Sopenharmony_ci			eth3: ethernet@34000 {
44162306a36Sopenharmony_ci				compatible = "marvell,armada-xp-neta";
44262306a36Sopenharmony_ci				reg = <0x34000 0x4000>;
44362306a36Sopenharmony_ci				interrupts = <14>;
44462306a36Sopenharmony_ci				clocks = <&gateclk 1>;
44562306a36Sopenharmony_ci				status = "disabled";
44662306a36Sopenharmony_ci			};
44762306a36Sopenharmony_ci		};
44862306a36Sopenharmony_ci	};
44962306a36Sopenharmony_ci};
45062306a36Sopenharmony_ci
45162306a36Sopenharmony_ci&pinctrl {
45262306a36Sopenharmony_ci	compatible = "marvell,mv78460-pinctrl";
45362306a36Sopenharmony_ci};
454