summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/dts/p1020.dtsi
blob: ee2b6f4945bd48560d39e4afc5820d0df91fe196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
 * P1020 Silicon/SoC Device Tree Source (pre include)
 *
 * Copyright 2013 Freescale Semiconductor Inc.
 * Copyright 2019 NXP
 */

/dts-v1/;

/include/ "e500v2_power_isa.dtsi"

/ {
	#address-cells = <2>;
	#size-cells = <2>;
	interrupt-parent = <&mpic>;

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;

		cpu0: PowerPC,P1020@0 {
			device_type = "cpu";
			reg = <0>;
		};
		cpu1: PowerPC,P1020@1 {
			device_type = "cpu";
			reg = <1>;
		};
	};
};