Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / Documentation / devicetree / bindings / reset / oxnas,reset.txt
CommitLineData
6cf151fc
NA
1Oxford Semiconductor OXNAS SoC Family 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 "oxsemi,ox810se-reset"
9- #reset-cells: 1, see below
10
11Parent node should have the following properties :
12- compatible: Should be "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
13
14For OX810SE, the indices are :
15 - 0 : ARM
16 - 1 : COPRO
17 - 2 : Reserved
18 - 3 : Reserved
19 - 4 : USBHS
20 - 5 : USBHSPHY
21 - 6 : MAC
22 - 7 : PCI
23 - 8 : DMA
24 - 9 : DPE
25 - 10 : DDR
26 - 11 : SATA
27 - 12 : SATA_LINK
28 - 13 : SATA_PHY
29 - 14 : Reserved
30 - 15 : NAND
31 - 16 : GPIO
32 - 17 : UART1
33 - 18 : UART2
34 - 19 : MISC
35 - 20 : I2S
36 - 21 : AHB_MON
37 - 22 : UART3
38 - 23 : UART4
39 - 24 : SGDMA
40 - 25 : Reserved
41 - 26 : Reserved
42 - 27 : Reserved
43 - 28 : Reserved
44 - 29 : Reserved
45 - 30 : Reserved
46 - 31 : BUS
47
48example:
49
50sys: sys-ctrl@000000 {
51 compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
52 reg = <0x000000 0x100000>;
53
54 reset: reset-controller {
55 compatible = "oxsemi,ox810se-reset";
56 #reset-cells = <1>;
57 };
58};
This page took 0.035331 seconds and 5 git commands to generate.