diff options
Diffstat (limited to 'Documentation/devicetree/bindings/clock/oxnas,stdclk.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/oxnas,stdclk.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/oxnas,stdclk.txt b/Documentation/devicetree/bindings/clock/oxnas,stdclk.txt new file mode 100644 index 000000000000..208cca6ac4ec --- /dev/null +++ b/Documentation/devicetree/bindings/clock/oxnas,stdclk.txt | |||
@@ -0,0 +1,35 @@ | |||
1 | Oxford Semiconductor OXNAS SoC Family Standard Clocks | ||
2 | ================================================ | ||
3 | |||
4 | Please also refer to clock-bindings.txt in this directory for common clock | ||
5 | bindings usage. | ||
6 | |||
7 | Required properties: | ||
8 | - compatible: Should be "oxsemi,ox810se-stdclk" | ||
9 | - #clock-cells: 1, see below | ||
10 | |||
11 | Parent node should have the following properties : | ||
12 | - compatible: Should be "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd" | ||
13 | |||
14 | For OX810SE, the clock indices are : | ||
15 | - 0: LEON | ||
16 | - 1: DMA_SGDMA | ||
17 | - 2: CIPHER | ||
18 | - 3: SATA | ||
19 | - 4: AUDIO | ||
20 | - 5: USBMPH | ||
21 | - 6: ETHA | ||
22 | - 7: PCIA | ||
23 | - 8: NAND | ||
24 | |||
25 | example: | ||
26 | |||
27 | sys: sys-ctrl@000000 { | ||
28 | compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"; | ||
29 | reg = <0x000000 0x100000>; | ||
30 | |||
31 | stdclk: stdclk { | ||
32 | compatible = "oxsemi,ox810se-stdclk"; | ||
33 | #clock-cells = <1>; | ||
34 | }; | ||
35 | }; | ||