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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.