1292816a6SGregory CLEMENT// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2ec7e5a56SThomas Petazzoni/* 3ec7e5a56SThomas Petazzoni * Copyright (C) 2016 Marvell Technology Group Ltd. 4ec7e5a56SThomas Petazzoni * 5ec7e5a56SThomas Petazzoni * Device Tree file for Marvell Armada AP806. 6ec7e5a56SThomas Petazzoni */ 7ec7e5a56SThomas Petazzoni 8ec7e5a56SThomas Petazzoni#include "armada-ap806.dtsi" 9ec7e5a56SThomas Petazzoni 10ec7e5a56SThomas Petazzoni/ { 11ec7e5a56SThomas Petazzoni model = "Marvell Armada AP806 Quad"; 12ec7e5a56SThomas Petazzoni compatible = "marvell,armada-ap806-quad", "marvell,armada-ap806"; 13ec7e5a56SThomas Petazzoni 14ec7e5a56SThomas Petazzoni cpus { 15ec7e5a56SThomas Petazzoni #address-cells = <1>; 16ec7e5a56SThomas Petazzoni #size-cells = <0>; 17ec7e5a56SThomas Petazzoni 1892e5d4e9SGregory CLEMENT cpu0: cpu@0 { 19ec7e5a56SThomas Petazzoni device_type = "cpu"; 2031af04cdSRob Herring compatible = "arm,cortex-a72"; 21ec7e5a56SThomas Petazzoni reg = <0x000>; 22ec7e5a56SThomas Petazzoni enable-method = "psci"; 23*fe7f7f22SMiquel Raynal #cooling-cells = <2>; 24ec7e5a56SThomas Petazzoni }; 2592e5d4e9SGregory CLEMENT cpu1: cpu@1 { 26ec7e5a56SThomas Petazzoni device_type = "cpu"; 2731af04cdSRob Herring compatible = "arm,cortex-a72"; 28ec7e5a56SThomas Petazzoni reg = <0x001>; 29ec7e5a56SThomas Petazzoni enable-method = "psci"; 30*fe7f7f22SMiquel Raynal #cooling-cells = <2>; 31ec7e5a56SThomas Petazzoni }; 3292e5d4e9SGregory CLEMENT cpu2: cpu@100 { 33ec7e5a56SThomas Petazzoni device_type = "cpu"; 3431af04cdSRob Herring compatible = "arm,cortex-a72"; 35ec7e5a56SThomas Petazzoni reg = <0x100>; 36ec7e5a56SThomas Petazzoni enable-method = "psci"; 37*fe7f7f22SMiquel Raynal #cooling-cells = <2>; 38ec7e5a56SThomas Petazzoni }; 3992e5d4e9SGregory CLEMENT cpu3: cpu@101 { 40ec7e5a56SThomas Petazzoni device_type = "cpu"; 4131af04cdSRob Herring compatible = "arm,cortex-a72"; 42ec7e5a56SThomas Petazzoni reg = <0x101>; 43ec7e5a56SThomas Petazzoni enable-method = "psci"; 44*fe7f7f22SMiquel Raynal #cooling-cells = <2>; 45ec7e5a56SThomas Petazzoni }; 46ec7e5a56SThomas Petazzoni }; 47*fe7f7f22SMiquel Raynal 48ec7e5a56SThomas Petazzoni}; 49