Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / marvell / armada-ap806-dual.dtsi
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 Dual";
12         compatible = "marvell,armada-ap806-dual", "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", "arm,armv8";
21                         reg = <0x000>;
22                         enable-method = "psci";
23                 };
24                 cpu1: cpu@1 {
25                         device_type = "cpu";
26                         compatible = "arm,cortex-a72", "arm,armv8";
27                         reg = <0x001>;
28                         enable-method = "psci";
29                 };
30         };
31 };