Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [diff] [blame^] | 1 | Axxia Restart Driver |
| 2 | |
| 3 | This driver can do reset of the Axxia SoC. It uses the registers in the syscon |
| 4 | block to initiate a chip reset. |
| 5 | |
| 6 | Required Properties: |
| 7 | -compatible: "lsi,axm55xx-reset" |
| 8 | -syscon: phandle to the syscon node. |
| 9 | |
| 10 | Example: |
| 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 | }; |