![]() |
|
|||
0001 /* 0002 * ARM Ltd. 0003 * 0004 * ARMv8 Foundation model DTS (PSCI configuration) 0005 */ 0006 0007 / { 0008 psci { 0009 compatible = "arm,psci-1.0"; 0010 method = "smc"; 0011 }; 0012 }; 0013 0014 &cpu0 { 0015 enable-method = "psci"; 0016 }; 0017 0018 &cpu1 { 0019 enable-method = "psci"; 0020 }; 0021 0022 &cpu2 { 0023 enable-method = "psci"; 0024 }; 0025 0026 &cpu3 { 0027 enable-method = "psci"; 0028 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |