Lines Matching +full:multi +full:- +full:address

8 -----------------------------
10 - #address-cells - should be <1>. Read more about addresses below.
11 - #size-cells - should be <0>.
12 - compatible - name of I2C bus controller
17 The cells properties above define that an address of children of an I2C bus
21 -----------------------------
26 - clock-frequency
29 - i2c-bus
31 devices and non-I2C devices, the 'i2c-bus' subnode can be used for
32 populating I2C devices. If the 'i2c-bus' subnode is present, only
34 '#address-cells' and '#size-cells' must be defined under this subnode
37 - i2c-scl-falling-time-ns
41 - i2c-scl-internal-delay-ns
44 - i2c-scl-rising-time-ns
48 - i2c-sda-falling-time-ns
52 - i2c-analog-filter
55 - i2c-digital-filter
58 - i2c-digital-filter-width-ns
60 (i2c-digital-filter). This width is specified in nanoseconds.
62 - i2c-analog-filter-cutoff-frequency
63 Frequency that the analog filter (i2c-analog-filter) uses to distinguish
66 a low-pass analog filter). Typical value should be above the normal
67 i2c bus clock frequency (clock-frequency).
70 - multi-master
73 all the time, for example. Can not be combined with 'single-master'.
75 - pinctrl
79 - scl-gpios
82 - sda-gpios
85 - single-master
88 Can not be combined with 'multi-master'.
90 - smbus
96 --------------------------------------
98 - compatible
101 - reg
103 However, flags can be attached to an address. I2C_TEN_BIT_ADDRESS is
104 used to mark a 10 bit address. It is needed to avoid the ambiguity
105 between e.g. a 7 bit address of 0x50 and a 10 bit address of 0x050
111 --------------------------------------
116 - host-notify
119 - interrupts
122 - interrupt-names
126 - reg-names
128 It can contain any map needing another address than default one.
130 - wakeup-source
138 adapters that support this feature, may use "host-notify" property. I2C