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" 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};