1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/clock/brcm, 5 $schema: http://devicetree.org/meta-schemas/co 6 7 title: Broadcom BCM63268 Timer Clock and Reset 8 9 maintainers: 10 - Álvaro Fernández Rojas <noltari@gmail.com 11 12 properties: 13 compatible: 14 const: brcm,bcm63268-timer-clocks 15 16 reg: 17 maxItems: 1 18 19 "#clock-cells": 20 const: 1 21 22 "#reset-cells": 23 const: 1 24 25 required: 26 - compatible 27 - reg 28 - "#clock-cells" 29 - "#reset-cells" 30 31 additionalProperties: false 32 33 examples: 34 - | 35 timer_clk: clock-controller@100000ac { 36 compatible = "brcm,bcm63268-timer-clocks 37 reg = <0x100000ac 0x4>; 38 #clock-cells = <1>; 39 #reset-cells = <1>; 40 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.