Lines Matching full:i2c
4 $id: http://devicetree.org/schemas/i2c/i2c-rk3x.yaml#
7 title: Rockchip RK3xxx I2C controller
10 This driver interfaces with the native I2C controller present in Rockchip
14 - $ref: /schemas/i2c/i2c-controller.yaml#
23 - const: rockchip,rv1108-i2c
24 - const: rockchip,rk3066-i2c
25 - const: rockchip,rk3188-i2c
26 - const: rockchip,rk3228-i2c
27 - const: rockchip,rk3288-i2c
28 - const: rockchip,rk3399-i2c
31 - rockchip,rk3036-i2c
32 - rockchip,rk3128-i2c
33 - rockchip,rk3368-i2c
34 - const: rockchip,rk3288-i2c
37 - rockchip,px30-i2c
38 - rockchip,rk3308-i2c
39 - rockchip,rk3328-i2c
40 - rockchip,rk3568-i2c
41 - rockchip,rk3576-i2c
42 - rockchip,rk3588-i2c
43 - rockchip,rv1126-i2c
44 - const: rockchip,rk3399-i2c
67 - const: i2c
75 On those SoCs an alias with the correct I2C bus ID
83 i2c-scl-rising-time-ns:
87 (t(r) in I2C specification). If not specified this is assumed to be
91 i2c-scl-falling-time-ns:
95 (t(f) in the I2C specification). If not specified this is assumed to
99 i2c-sda-falling-time-ns:
103 (t(f) in the I2C specification). If not specified we will use the SCL
118 - rockchip,rk3066-i2c
119 - rockchip,rk3188-i2c
132 i2c0: i2c@2002d000 {
133 compatible = "rockchip,rk3188-i2c";
137 clock-names = "i2c";
139 i2c-scl-falling-time-ns = <100>;
140 i2c-scl-rising-time-ns = <800>;