Searched +full:rk3188 +full:- +full:i2c (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/i2c/i2c-rk3x.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Rockchip RK3xxx I2C controller10 This driver interfaces with the native I2C controller present in Rockchip14 - $ref: /schemas/i2c/i2c-controller.yaml#17 - Heiko Stuebner <heiko@sntech.de>23 - const: rockchip,rv1108-i2c24 - const: rockchip,rk3066-i2c[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/pinctrl/rockchip.h>9 #include <dt-bindings/clock/rk3188-cru.h>10 #include <dt-bindings/power/rk3188-power.h>14 compatible = "rockchip,rk3188";17 #address-cells = <1>;18 #size-cells = <0>;19 enable-method = "rockchip,rk3066-smp";23 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include <dt-bindings/interrupt-controller/irq.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/soc/rockchip,boot-mode.h>12 #address-cells = <1>;13 #size-cells = <1>;15 interrupt-parent = <&gic>;37 compatible = "fixed-clock";38 clock-frequency = <24000000>;39 #clock-cells = <0>;[all …]