sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / power / reset / axxia-reset.txt
blob47e720d249d2a7bc4c6b0e42b3a634749fda2c99
1 Axxia Restart Driver
3 This driver can do reset of the Axxia SoC. It uses the registers in the syscon
4 block to initiate a chip reset.
6 Required Properties:
7   -compatible: "lsi,axm55xx-reset"
8   -syscon: phandle to the syscon node.
10 Example:
12         syscon: syscon@2010030000 {
13                 compatible = "lsi,axxia-syscon", "syscon";
14                 reg = <0x20 0x10030000 0 0x2000>;
15         };
17         reset: reset@2010031000 {
18                 compatible = "lsi,axm55xx-reset";
19                 syscon = <&syscon>;
20         };