1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/arm/altera/ 4 $id: http://devicetree.org/schemas/arm/altera/socfpga-clk-manager.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Altera SOCFPGA Clock Manager 7 title: Altera SOCFPGA Clock Manager 8 8 9 maintainers: 9 maintainers: 10 - Dinh Nguyen <dinguyen@kernel.org> 10 - Dinh Nguyen <dinguyen@kernel.org> 11 11 12 description: test 12 description: test 13 13 14 properties: 14 properties: 15 compatible: 15 compatible: 16 items: 16 items: 17 - const: altr,clk-mgr 17 - const: altr,clk-mgr 18 reg: 18 reg: 19 maxItems: 1 19 maxItems: 1 20 20 21 required: 21 required: 22 - compatible 22 - compatible 23 23 24 additionalProperties: false << 25 << 26 examples: 24 examples: 27 - | 25 - | 28 clkmgr@ffd04000 { 26 clkmgr@ffd04000 { 29 compatible = "altr,clk-mgr"; 27 compatible = "altr,clk-mgr"; 30 reg = <0xffd04000 0x1000>; 28 reg = <0xffd04000 0x1000>; 31 }; 29 }; 32 30 33 ... 31 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.