mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
dt-bindings: media: i2c: Document add gc4c33
Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com> Change-Id: Ie082ad51ee9067f069e995367ba8066e5d8c36bf
This commit is contained in:
44
Documentation/devicetree/bindings/media/i2c/gc4c33.txt
Normal file
44
Documentation/devicetree/bindings/media/i2c/gc4c33.txt
Normal file
@@ -0,0 +1,44 @@
|
||||
* galaxycore,gc4c33 MIPI sensor
|
||||
|
||||
Required Properties:
|
||||
- compatible: should be "galaxycore,gc4c33"
|
||||
- clocks: reference to the 27M xvclk input clock.
|
||||
- clock-names: should be "xvclk".
|
||||
- dovdd-supply: Digital I/O voltage supply, 1.8 volts
|
||||
- avdd-supply: Analog voltage supply, 2.8 volts
|
||||
- dvdd-supply: Digital core voltage supply, 1.2 volts
|
||||
- reset-gpios: High active reset gpio
|
||||
|
||||
Attention:
|
||||
GC4C33 device address 0x29(7bit)
|
||||
|
||||
Example:
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
gc4c33: gc4c33@29 {
|
||||
compatible = "galaxycore,gc4c33";
|
||||
reg = <0x29>;
|
||||
clocks = <&cru CLK_MIPICSI_OUT>;
|
||||
clock-names = "xvclk";
|
||||
power-domains = <&power RV1126_PD_VI>;
|
||||
pinctrl-names = "rockchip,camera_default";
|
||||
pinctrl-0 = <&mipicsi_clk0>;
|
||||
avdd-supply = <&vcc_avdd>;
|
||||
dovdd-supply = <&vcc_dovdd>;
|
||||
dvdd-supply = <&vcc_dvdd>;
|
||||
pwdn-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_HIGH>;
|
||||
rockchip,camera-module-index = <1>;
|
||||
rockchip,camera-module-facing = "front";
|
||||
rockchip,camera-module-name = "PCORW0009A";
|
||||
rockchip,camera-module-lens-name = "40IRC-4M";
|
||||
/* NO_HDR:0 HDR_X2:5 HDR_X3:6 */
|
||||
rockchip,camera-hdr-mode = <0>;
|
||||
port {
|
||||
sc4238_out: endpoint {
|
||||
remote-endpoint = <&mipi_in_ucam1>;
|
||||
data-lanes = <1 2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user