]> Git Repo - J-linux.git/blob - arch/arm64/boot/dts/arm/foundation-v8-psci.dtsi
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.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 };
This page took 0.028161 seconds and 4 git commands to generate.