Skip to content

Commit

Permalink
VEYE-MIPI-IMX327S 462 support cm4 now!
Browse files Browse the repository at this point in the history
  • Loading branch information
xumm committed May 14, 2021
1 parent 7ef34f2 commit 2443c50
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion driver_source/dts/rpi-5.10.y/veye327-dual-cm4-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
compatible = "veye,veye327";
reg = <0x3b>;
status = "okay";

clocks = <&veye327_clk>;
clock-names = "xclk";

VANA-supply = <&cam1_reg>; /* 2.8v */
VDIG-supply = <&veye327_vdig>; /* 1.8v */
VDDL-supply = <&veye327_vddl>; /* 1.2v */
rotation = <0>;
port {
veye327_0: endpoint {
Expand Down Expand Up @@ -59,6 +66,12 @@
compatible = "veye,veye327";
reg = <0x3b>;
status = "okay";
clocks = <&veye327_clk>;
clock-names = "xclk";

VANA-supply = <&cam1_reg>; /* 2.8v */
VDIG-supply = <&veye327_vdig>; /* 1.8v */
VDDL-supply = <&veye327_vddl>; /* 1.2v */
rotation = <0>;
port {
veye327_1: endpoint {
Expand Down Expand Up @@ -102,5 +115,37 @@
};
};

fragment@6 {
target-path="/";
__overlay__ {

};
veye327_vdig: fixedregulator@1 {
compatible = "regulator-fixed";
regulator-name = "veye327_vdig";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
veye327_vddl: fixedregulator@2 {
compatible = "regulator-fixed";
regulator-name = "veye327_vddl";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
};

veye327_clk: camera-clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <24000000>;
};
};
};
fragment@7 {
target = <&cam1_reg>;
__overlay__ {
status = "okay";
regulator-name = "veye327_vana";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
};
};
};
Binary file modified release/driver_bin/5.10.17-v7l+/veye327-dual-cm4.dtbo
Binary file not shown.

0 comments on commit 2443c50

Please sign in to comment.