21 lines · plain
1Axxia Restart Driver2 3This driver can do reset of the Axxia SoC. It uses the registers in the syscon4block to initiate a chip reset.5 6Required Properties:7 -compatible: "lsi,axm55xx-reset"8 -syscon: phandle to the syscon node.9 10Example:11 12 syscon: syscon@2010030000 {13 compatible = "lsi,axxia-syscon", "syscon";14 reg = <0x20 0x10030000 0 0x2000>;15 };16 17 reset: reset@2010031000 {18 compatible = "lsi,axm55xx-reset";19 syscon = <&syscon>;20 };21