Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/clock/intel,stratix10.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Intel SoCFPGA Stratix10 platform clock controller binding
0008 
0009 maintainers:
0010   - Dinh Nguyen <dinguyen@kernel.org>
0011 
0012 properties:
0013   compatible:
0014     const: intel,stratix10-clkmgr
0015 
0016   '#clock-cells':
0017     const: 1
0018 
0019   reg:
0020     maxItems: 1
0021 
0022 required:
0023   - compatible
0024   - reg
0025   - '#clock-cells'
0026 
0027 additionalProperties: false
0028 
0029 examples:
0030   - |
0031     clock-controller@ffd10000 {
0032         compatible = "intel,stratix10-clkmgr";
0033         reg = <0xffd10000 0x1000>;
0034         #clock-cells = <1>;
0035     };