1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (C) 2017 Marvell Technology Group Ltd. 4 * 5 * Device Tree file for Marvell Armada AP810 OCTA cores. 6 */ 7 8#include "armada-ap810-ap0.dtsi" 9 10/ { 11 cpus { 12 #address-cells = <1>; 13 #size-cells = <0>; 14 15 cpu0: cpu@0 { 16 device_type = "cpu"; 17 compatible = "arm,cortex-a72"; 18 reg = <0x000>; 19 enable-method = "psci"; 20 }; 21 cpu1: cpu@1 { 22 device_type = "cpu"; 23 compatible = "arm,cortex-a72"; 24 reg = <0x001>; 25 enable-method = "psci"; 26 }; 27 cpu2: cpu@100 { 28 device_type = "cpu"; 29 compatible = "arm,cortex-a72"; 30 reg = <0x100>; 31 enable-method = "psci"; 32 }; 33 cpu3: cpu@101 { 34 device_type = "cpu"; 35 compatible = "arm,cortex-a72"; 36 reg = <0x101>; 37 enable-method = "psci"; 38 }; 39 cpu4: cpu@200 { 40 device_type = "cpu"; 41 compatible = "arm,cortex-a72"; 42 reg = <0x200>; 43 enable-method = "psci"; 44 }; 45 cpu5: cpu@201 { 46 device_type = "cpu"; 47 compatible = "arm,cortex-a72"; 48 reg = <0x201>; 49 enable-method = "psci"; 50 }; 51 cpu6: cpu@300 { 52 device_type = "cpu"; 53 compatible = "arm,cortex-a72"; 54 reg = <0x300>; 55 enable-method = "psci"; 56 }; 57 cpu7: cpu@301 { 58 device_type = "cpu"; 59 compatible = "arm,cortex-a72"; 60 reg = <0x301>; 61 enable-method = "psci"; 62 }; 63 }; 64}; 65