Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[deliverable/linux.git] / Documentation / devicetree / bindings / reset / hisilicon,hi6220-reset.txt
CommitLineData
04d11269
CF
1Hisilicon System Reset Controller
2======================================
3
4Please also refer to reset.txt in this directory for common reset
5controller binding usage.
6
7The reset controller registers are part of the system-ctl block on
8hi6220 SoC.
9
10Required properties:
11- compatible: may be "hisilicon,hi6220-sysctrl"
12- reg: should be register base and length as documented in the
13 datasheet
14- #reset-cells: 1, see below
15
16Example:
17sys_ctrl: sys_ctrl@f7030000 {
18 compatible = "hisilicon,hi6220-sysctrl", "syscon";
19 reg = <0x0 0xf7030000 0x0 0x2000>;
20 #clock-cells = <1>;
21 #reset-cells = <1>;
22};
23
24Specifying reset lines connected to IP modules
25==============================================
26example:
27
28 uart1: serial@..... {
29 ...
30 resets = <&sys_ctrl PERIPH_RSTEN3_UART1>;
31 ...
32 };
33
34The index could be found in <dt-bindings/reset/hisi,hi6220-resets.h>.
This page took 0.042487 seconds and 5 git commands to generate.