forked from Qortal/Brooklyn
84ba5b15ac
* Enhance GPIO addon for Noctua Fans for the Qortector upcoming case. This will put PWM signal to real-time. * Fixed RDP not letting a user login if not logged out on Cinnamon release (reported by Crowetic) * Update i2c sensor db * Fixed DRM broadcast over HDMI 2+ * Ease up DHCP security only to prevent Brooklyn blocking routers. * Add possibility to add extra memory for Cinnamon Desktop Release * Fix error message of Software Render mode on Cinnamon Desktop * Add proper offset for HD screens for pixel array *Fixed HDMI jitter for videocore4 GPU * Enable all radios (including Bluetooth)
108 lines
1.6 KiB
Plaintext
108 lines
1.6 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
// Definitions for Toshiba TC358743 HDMI to CSI2 bridge on VC I2C bus
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/{
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&i2c_csi_dsi>;
|
|
__overlay__ {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "okay";
|
|
|
|
tc358743@0f {
|
|
compatible = "toshiba,tc358743";
|
|
reg = <0x0f>;
|
|
status = "okay";
|
|
|
|
clocks = <&tc358743_clk>;
|
|
clock-names = "refclk";
|
|
|
|
port {
|
|
tc358743: endpoint {
|
|
remote-endpoint = <&csi1_ep>;
|
|
clock-lanes = <0>;
|
|
clock-noncontinuous;
|
|
link-frequencies =
|
|
/bits/ 64 <486000000>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&csi1>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
|
|
port {
|
|
csi1_ep: endpoint {
|
|
remote-endpoint = <&tc358743>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
fragment@2 {
|
|
target = <&tc358743>;
|
|
__overlay__ {
|
|
data-lanes = <1 2>;
|
|
};
|
|
};
|
|
|
|
fragment@3 {
|
|
target = <&tc358743>;
|
|
__dormant__ {
|
|
data-lanes = <1 2 3 4>;
|
|
};
|
|
};
|
|
|
|
fragment@4 {
|
|
target = <&i2c0if>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
fragment@5 {
|
|
target = <&i2c0mux>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
fragment@6 {
|
|
target-path = "/";
|
|
__overlay__ {
|
|
tc358743_clk: bridge-clk {
|
|
compatible = "fixed-clock";
|
|
#clock-cells = <0>;
|
|
clock-frequency = <27000000>;
|
|
};
|
|
};
|
|
};
|
|
|
|
fragment@7 {
|
|
target = <&csi1_ep>;
|
|
__overlay__ {
|
|
data-lanes = <1 2>;
|
|
};
|
|
};
|
|
|
|
fragment@8 {
|
|
target = <&csi1_ep>;
|
|
__dormant__ {
|
|
data-lanes = <1 2 3 4>;
|
|
};
|
|
};
|
|
|
|
__overrides__ {
|
|
4lane = <0>, "-2+3-7+8";
|
|
link-frequency = <&tc358743>,"link-frequencies#0";
|
|
};
|
|
};
|