Lines Matching +full:i3c +full:- +full:master
1 Bindings for cadence I3C master block
5 --------------------
6 - compatible: shall be "cdns,i3c-master"
7 - clocks: shall reference the pclk and sysclk
8 - clock-names: shall contain "pclk" and "sysclk"
9 - interrupts: the interrupt line connected to this I3C master
10 - reg: I3C master registers
13 Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
15 - #address-cells: shall be set to 1
16 - #size-cells: shall be set to 0
19 Documentation/devicetree/bindings/i3c/i3c.yaml for more details):
21 - i2c-scl-hz
22 - i3c-scl-hz
24 I3C device connected on the bus follow the generic description (see
25 Documentation/devicetree/bindings/i3c/i3c.yaml for more details).
29 i3c-master@0d040000 {
30 compatible = "cdns,i3c-master";
32 clock-names = "pclk", "sysclk";
35 #address-cells = <1>;
36 #size-cells = <0>;
37 i2c-scl-hz = <100000>;