Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / altera / socfpga-clk-manager.yaml
1 # SPDX-License-Identifier: GPL-2.0
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/arm/altera/socfpga-clk-manager.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Altera SOCFPGA Clock Manager
8
9 maintainers:
10   - Dinh Nguyen <dinguyen@kernel.org>
11
12 description: test
13
14 properties:
15   compatible:
16     items:
17       - const: altr,clk-mgr
18   reg:
19     maxItems: 1
20
21 required:
22   - compatible
23
24 examples:
25   - |
26     clkmgr@ffd04000 {
27       compatible = "altr,clk-mgr";
28       reg = <0xffd04000 0x1000>;
29     };
30
31 ...