Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / arm / foundation-v8-psci.dtsi
1 /*
2  * ARM Ltd.
3  *
4  * ARMv8 Foundation model DTS (PSCI configuration)
5  */
6
7 / {
8         psci {
9                 compatible = "arm,psci-1.0";
10                 method = "smc";
11         };
12 };
13
14 &cpu0 {
15         enable-method = "psci";
16 };
17
18 &cpu1 {
19         enable-method = "psci";
20 };
21
22 &cpu2 {
23         enable-method = "psci";
24 };
25
26 &cpu3 {
27         enable-method = "psci";
28 };