Skip to content

Commit cd04bbb

Browse files
Noltaribebarino
authored andcommitted
dt-bindings: clock: Add BCM63268 timer binding
Document the Broadcom BCM63268 Clock and Reset controller. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230322171515.120353-4-noltari@gmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 2a67e19 commit cd04bbb

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/clock/brcm,bcm63268-timer-clocks.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Broadcom BCM63268 Timer Clock and Reset Device Tree Bindings
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+
};

0 commit comments

Comments
 (0)