1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (C) 2016 Marvell Technology Group Ltd. 4 * 5 * Device Tree file for Marvell Armada AP806. 6 */ 7 8#include "armada-ap806.dtsi" 9 10/ { 11 model = "Marvell Armada AP806 Quad"; 12 compatible = "marvell,armada-ap806-quad", "marvell,armada-ap806"; 13 14 cpus { 15 #address-cells = <1>; 16 #size-cells = <0>; 17 18 cpu0: cpu@0 { 19 device_type = "cpu"; 20 compatible = "arm,cortex-a72"; 21 reg = <0x000>; 22 enable-method = "psci"; 23 #cooling-cells = <2>; 24 clocks = <&cpu_clk 0>; 25 }; 26 cpu1: cpu@1 { 27 device_type = "cpu"; 28 compatible = "arm,cortex-a72"; 29 reg = <0x001>; 30 enable-method = "psci"; 31 #cooling-cells = <2>; 32 clocks = <&cpu_clk 0>; 33 }; 34 cpu2: cpu@100 { 35 device_type = "cpu"; 36 compatible = "arm,cortex-a72"; 37 reg = <0x100>; 38 enable-method = "psci"; 39 #cooling-cells = <2>; 40 clocks = <&cpu_clk 1>; 41 }; 42 cpu3: cpu@101 { 43 device_type = "cpu"; 44 compatible = "arm,cortex-a72"; 45 reg = <0x101>; 46 enable-method = "psci"; 47 #cooling-cells = <2>; 48 clocks = <&cpu_clk 1>; 49 }; 50 }; 51}; 52