hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
RK1000 Multi-functional device
 
The RK1000-CORE are RK1000 control register block.
The chip is connected to an i2c bus.
 
 
Required properties:
- compatible : "rockchip,rk1000-ctl"
- reg: I2C slave address
- reset-gpios : the reset pin
- clocks : phandle and clock specifier
- clock-names : "mclk"
 
Example:
   rk1000-ctl@40 {
       compatible = "rockchip,rk1000-ctl";
       reg = <0x40>;
       reset-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
       clocks = <&cru SCLK_I2S_8CH_OUT>;
       clock-names = "mclk";
       pinctrl-names = "default";
       pinctrl-0 = <&i2s_8ch_bus>;
       status = "okay";
   };