mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
26 lines
413 B
Plaintext
26 lines
413 B
Plaintext
cam_node: ov5647@36 {
|
|
compatible = "ovti,ov5647";
|
|
reg = <0x36>;
|
|
status = "disabled";
|
|
|
|
clocks = <&cam1_clk>;
|
|
|
|
avdd-supply = <&cam1_reg>;
|
|
dovdd-supply = <&cam_dummy_reg>;
|
|
dvdd-supply = <&cam_dummy_reg>;
|
|
|
|
rotation = <0>;
|
|
orientation = <2>;
|
|
|
|
port {
|
|
cam_endpoint: endpoint {
|
|
clock-lanes = <0>;
|
|
data-lanes = <1 2>;
|
|
clock-noncontinuous;
|
|
link-frequencies =
|
|
/bits/ 64 <297000000>;
|
|
};
|
|
};
|
|
};
|
|
|