Lines Matching +full:generic +full:- +full:names
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
12 Mandatory properties defined by the generic binding (see
15 - #address-cells: shall be set to 1
16 - #size-cells: shall be set to 0
18 Optional properties defined by the generic binding (see
21 - i2c-scl-hz
22 - i3c-scl-hz
24 I3C device connected on the bus follow the generic description (see
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>;