Raspberry Vanilla IPMT
This commit is contained in:
@@ -0,0 +1,97 @@
|
||||
# 1 "/home/rdkartono/raspberry-vanilla/kernelsu-5.15-07062024/common/arch/arm64/boot/dts/overlays/arducam-64mp-overlay.dts"
|
||||
# 1 "<built-in>" 1
|
||||
# 1 "/home/rdkartono/raspberry-vanilla/kernelsu-5.15-07062024/common/arch/arm64/boot/dts/overlays/arducam-64mp-overlay.dts" 2
|
||||
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/{
|
||||
compatible = "brcm,bcm2835";
|
||||
|
||||
i2c_frag: fragment@0 {
|
||||
target = <&i2c_csi_dsi>;
|
||||
__overlay__ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
arducam_64mp: arducam_64mp@1a {
|
||||
compatible = "arducam,64mp";
|
||||
reg = <0x1a>;
|
||||
status = "okay";
|
||||
|
||||
clocks = <&cam1_clk>;
|
||||
clock-names = "xclk";
|
||||
|
||||
VANA-supply = <&cam1_reg>;
|
||||
VDIG-supply = <&cam_dummy_reg>;
|
||||
VDDL-supply = <&cam_dummy_reg>;
|
||||
|
||||
rotation = <0>;
|
||||
orientation = <2>;
|
||||
|
||||
port {
|
||||
arducam_64mp_0: endpoint {
|
||||
remote-endpoint = <&csi1_ep>;
|
||||
clock-lanes = <0>;
|
||||
data-lanes = <1 2>;
|
||||
clock-noncontinuous;
|
||||
link-frequencies =
|
||||
/bits/ 64 <456000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
csi_frag: fragment@1 {
|
||||
target = <&csi1>;
|
||||
csi: __overlay__ {
|
||||
status = "okay";
|
||||
brcm,media-controller;
|
||||
|
||||
port{
|
||||
csi1_ep: endpoint{
|
||||
remote-endpoint = <&arducam_64mp_0>;
|
||||
clock-lanes = <0>;
|
||||
data-lanes = <1 2>;
|
||||
clock-noncontinuous;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fragment@2 {
|
||||
target = <&i2c0if>;
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
clk_frag: fragment@3 {
|
||||
target = <&cam1_clk>;
|
||||
__overlay__ {
|
||||
clock-frequency = <24000000>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
fragment@4 {
|
||||
target = <&i2c0mux>;
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
__overrides__ {
|
||||
rotation = <&arducam_64mp>,"rotation:0";
|
||||
orientation = <&arducam_64mp>,"orientation:0";
|
||||
media-controller = <&csi>,"brcm,media-controller?";
|
||||
cam0 = <&i2c_frag>, "target:0=",<&i2c_vc>,
|
||||
<&csi_frag>, "target:0=",<&csi0>,
|
||||
<&clk_frag>, "target:0=",<&cam0_clk>,
|
||||
<&arducam_64mp>, "clocks:0=",<&cam0_clk>,
|
||||
<&arducam_64mp>, "VANA-supply:0=",<&cam0_reg>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user