brintos

brintos / linux-shallow public Read only

0
0
Text · 547 B · 5723813 Raw
34 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/altera/socfpga-clk-manager.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Altera SOCFPGA Clock Manager8 9maintainers:10  - Dinh Nguyen <dinguyen@kernel.org>11 12description: test13 14properties:15  compatible:16    items:17      - const: altr,clk-mgr18  reg:19    maxItems: 120 21required:22  - compatible23 24additionalProperties: false25 26examples:27  - |28    clkmgr@ffd04000 {29      compatible = "altr,clk-mgr";30      reg = <0xffd04000 0x1000>;31    };32 33...34