Lines Matching +full:clock +full:- +full:master
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/i3c/silvaco,i3c-master.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Silvaco I3C master
10 - Conor Culhane <conor.culhane@silvaco.com>
13 - $ref: i3c.yaml#
17 const: silvaco,i3c-master-v1
27 - description: system clock
28 - description: bus clock
29 - description: other (slower) events clock
31 clock-names:
33 - const: pclk
34 - const: fast_clk
35 - const: slow_clk
41 - compatible
42 - reg
43 - interrupts
44 - clock-names
45 - clocks
50 - |
51 i3c-master@a0000000 {
52 compatible = "silvaco,i3c-master-v1";
54 clock-names = "pclk", "fast_clk", "slow_clk";
55 interrupt-parent = <&gic>;
58 #address-cells = <3>;
59 #size-cells = <0>;