About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / power_supply / axxia-reset.txt


Based on kernel version 4.8. Page generated on 2016-10-06 23:13 EST.

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		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog