Lines Matching +full:big +full:- +full:endian
1 Register-based I2C Bus Mux
7 - compatible: i2c-mux-reg
8 - i2c-parent: The phandle of the I2C bus that this multiplexer's master-side
10 * Standard I2C mux properties. See i2c-mux.yaml in this directory.
11 * I2C child bus nodes. See i2c-mux.yaml in this directory.
14 - reg: this pair of <offset size> specifies the register to control the mux.
15 The <offset size> depends on its parent node. It can be any memory-mapped
18 - little-endian: The existence indicates the register is in little endian.
19 - big-endian: The existence indicates the register is in big endian.
20 If both little-endian and big-endian are omitted, the endianness of the
22 - write-only: The existence indicates the register is write-only.
23 - idle-state: value to set the muxer to when idle. When no value is
29 If an idle state is defined, using the idle-state (optional) property,
36 Example of a mux on PCIe card, the host is a powerpc SoC (big endian):
38 i2c-mux {
45 little-endian; /* little endian register on PCIe */
46 compatible = "i2c-mux-reg";
47 #address-cells = <1>;
48 #size-cells = <0>;
49 i2c-parent = <&i2c1>;
52 #address-cells = <1>;
53 #size-cells = <0>;
55 si5338: clock-generator@70 {
65 #address-cells = <1>;
66 #size-cells = <0>;
68 si5338: clock-generator@70 {