ARM: keystone: dts: add psci command definition
[deliverable/linux.git] / arch / arm / boot / dts / keystone.dtsi
index 3f272826f537ae53535aeebcb42de1330ca00fd4..e34b2265458a5836f0bf1d1f92997dbe39a9216f 100644 (file)
@@ -20,6 +20,9 @@
 
        aliases {
                serial0 = &uart0;
+               spi0 = &spi0;
+               spi1 = &spi1;
+               spi2 = &spi2;
        };
 
        memory {
                             <GIC_SPI 23 IRQ_TYPE_EDGE_RISING>;
        };
 
+       psci {
+               compatible      = "arm,psci";
+               method          = "smc";
+               cpu_suspend     = <0x84000001>;
+               cpu_off         = <0x84000002>;
+               cpu_on          = <0x84000003>;
+       };
+
        soc {
                #address-cells = <1>;
                #size-cells = <1>;
This page took 0.039506 seconds and 5 git commands to generate.