Skip to content

Instantly share code, notes, and snippets.

@markjay4k
Forked from chronopoulos/tc358743-overlay.dts
Created November 9, 2024 18:29
Show Gist options
  • Save markjay4k/c5a2814b48bf9664695b344f55370e42 to your computer and use it in GitHub Desktop.
Save markjay4k/c5a2814b48bf9664695b344f55370e42 to your computer and use it in GitHub Desktop.
tc358743-overlay.dts
/dts-v1/;
/plugin/;
/{
compatible = "rockchip,rockpi","rockchip,rk3399";
fragment@0 {
target = <&i2c4>;
__overlay__ {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
tc358743@0f {
compatible = "toshiba,tc358743";
reg = <0x0f>;
clocks = <&hdmi_osc>;
clock-names = "refclk";
//reset-gpios = <&gpio6 9 GPIO_ACTIVE_LOW>;
interrupt-parent = <&gpio2>;
//interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
port {
tc358743_out: endpoint {
remote-endpoint = <&mipi_csi2_in>;
data-lanes = <1 2>;
clock-lanes = <0>;
clock-noncontinuous;
link-frequencies = /bits/ 64 <297000000>;
};
};
};
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment