Lines Matching +full:s900 +full:- +full:i2c
1 Actions Semiconductor Owl I2C controller
5 - compatible : Should be one of the following:
6 - "actions,s700-i2c" for S700 SoC
7 - "actions,s900-i2c" for S900 SoC
8 - reg : Offset and length of the register set for the device.
9 - #address-cells : Should be 1.
10 - #size-cells : Should be 0.
11 - interrupts : A single interrupt specifier.
12 - clocks : Phandle of the clock feeding the I2C controller.
16 - clock-frequency : Desired I2C bus clock frequency in Hz. As only Normal and
21 i2c0: i2c@e0170000 {
22 compatible = "actions,s900-i2c";
24 #address-cells = <1>;
25 #size-cells = <0>;
28 clock-frequency = <100000>;