Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
21 lines
444 B
Plaintext
21 lines
444 B
Plaintext
Axxia Restart Driver
|
|
|
|
This driver can do reset of the Axxia SoC. It uses the registers in the syscon
|
|
block to initiate a chip reset.
|
|
|
|
Required Properties:
|
|
-compatible: "lsi,axm55xx-reset"
|
|
-syscon: phandle to the syscon node.
|
|
|
|
Example:
|
|
|
|
syscon: syscon@2010030000 {
|
|
compatible = "lsi,axxia-syscon", "syscon";
|
|
reg = <0x20 0x10030000 0 0x2000>;
|
|
};
|
|
|
|
reset: reset@2010031000 {
|
|
compatible = "lsi,axm55xx-reset";
|
|
syscon = <&syscon>;
|
|
};
|