18c2ecf20Sopenharmony_ciZTE zx2967 SoCs Reset Controller
28c2ecf20Sopenharmony_ci=======================================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciPlease also refer to reset.txt in this directory for common reset
58c2ecf20Sopenharmony_cicontroller binding usage.
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciRequired properties:
88c2ecf20Sopenharmony_ci- compatible: should be one of the following.
98c2ecf20Sopenharmony_ci	* zte,zx296718-reset
108c2ecf20Sopenharmony_ci- reg: physical base address of the controller and length of memory mapped
118c2ecf20Sopenharmony_ci	region.
128c2ecf20Sopenharmony_ci- #reset-cells: must be 1.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciexample:
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci	reset: reset-controller@1461060 {
178c2ecf20Sopenharmony_ci		compatible = "zte,zx296718-reset";
188c2ecf20Sopenharmony_ci		reg = <0x01461060 0x8>;
198c2ecf20Sopenharmony_ci		#reset-cells = <1>;
208c2ecf20Sopenharmony_ci	};
21