Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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", "amlogic,meson-gxbb-reset" or
9 "amlogic,meson-axg-reset".
10- reg: should contain the register address base
11- #reset-cells: 1, see below
12
13example:
14
15reset: reset-controller {
16 compatible = "amlogic,meson-gxbb-reset";
17 reg = <0x0 0x04404 0x0 0x20>;
18 #reset-cells = <1>;
19};