]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/reset/amlogic,meson-reset.txt
Merge branch 'linus' into perf/urgent, to synchronize UAPI headers
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / reset / amlogic,meson-reset.txt
CommitLineData
79795e20
NA
1Amlogic Meson SoC Reset Controller
2=======================================
3
4Please also refer to reset.txt in this directory for common reset
5controller binding usage.
6
7Required properties:
8- compatible: Should be "amlogic,meson8b-reset" or "amlogic,meson-gxbb-reset"
9- reg: should contain the register address base
10- #reset-cells: 1, see below
11
12example:
13
14reset: reset-controller {
15 compatible = "amlogic,meson-gxbb-reset";
16 reg = <0x0 0x04404 0x0 0x20>;
17 #reset-cells = <1>;
18};