]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/power/reset/axxia-reset.txt
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / power / reset / axxia-reset.txt
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 };