1// SPDX-License-Identifier: GPL-2.0+ OR X11 2/* 3 * P1010 Silicon/SoC Device Tree Source (pre include) 4 * 5 * Copyright 2020 NXP 6 */ 7 8/dts-v1/; 9 10/include/ "e500v2_power_isa.dtsi" 11 12/ { 13 compatible = "fsl,P1010"; 14 #address-cells = <2>; 15 #size-cells = <2>; 16 interrupt-parent = <&mpic>; 17 18 cpus { 19 #address-cells = <1>; 20 #size-cells = <0>; 21 22 PowerPC,P1010@0 { 23 device_type = "cpu"; 24 reg = <0x0>; 25 }; 26 }; 27}; 28