]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/boot/dts/mti/malta.dts
MIPS: Malta: Use syscon-reboot driver to reboot
[karo-tx-linux.git] / arch / mips / boot / dts / mti / malta.dts
index 48783b13f88911bb956b793d3fbe87c184bd89d6..f604a272d91dc61e6726e6ffd98f072923ab8c9e 100644 (file)
                };
        };
 
+       fpga_regs: system-controller@1f000000 {
+               compatible = "mti,malta-fpga", "syscon", "simple-mfd";
+               reg = <0x1f000000 0x1000>;
+
+               reboot {
+                       compatible = "syscon-reboot";
+                       regmap = <&fpga_regs>;
+                       offset = <0x500>;
+                       mask = <0x4d>;
+               };
+       };
+
        isa {
                compatible = "isa";
                #address-cells = <2>;