summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-fpdlink-imx390-rcm-2-1.dtso
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-fpdlink-imx390-rcm-2-1.dtso')
-rw-r--r--arch/arm64/boot/dts/ti/k3-fpdlink-imx390-rcm-2-1.dtso93
1 files changed, 93 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-fpdlink-imx390-rcm-2-1.dtso b/arch/arm64/boot/dts/ti/k3-fpdlink-imx390-rcm-2-1.dtso
new file mode 100644
index 000000000000..dc4d4ef71964
--- /dev/null
+++ b/arch/arm64/boot/dts/ti/k3-fpdlink-imx390-rcm-2-1.dtso
@@ -0,0 +1,93 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * IMX390 FPD-Link 3 Camera Module
+ * https://www.d3engineering.co/product/designcore-d3rcm-imx390-953-rugged-camera-module/
+ *
+ * Copyright (c) 2024 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+/dts-v1/;
+/plugin/;
+
+#include <dt-bindings/gpio/gpio.h>
+
+&ds90ub960_2_ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ /* FPDLink RX 1 */
+ port@1 {
+ reg = <1>;
+
+ ub960_fpd3_1_in: endpoint {
+ remote-endpoint = <&ub953_1_out>;
+ };
+ };
+};
+
+&ds90ub960_2_links {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ link@1 {
+ reg = <1>;
+ i2c-alias = <0x65>;
+
+ ti,rx-mode = <3>;
+
+ serializer: serializer {
+ compatible = "ti,ds90ub953-q1";
+ gpio-controller;
+ #gpio-cells = <2>;
+
+ #clock-cells = <0>;
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ ub953_1_in: endpoint {
+ data-lanes = <1 2 3 4>;
+ remote-endpoint = <&sensor_1_out>;
+ };
+ };
+
+ port@1 {
+ reg = <1>;
+
+ ub953_1_out: endpoint {
+ remote-endpoint = <&ub960_fpd3_1_in>;
+ };
+ };
+ };
+
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ sensor@1a {
+ compatible = "sony,imx390";
+ reg = <0x1a>;
+
+ clocks = <&serializer>;
+ clock-names = "inck";
+ assigned-clocks = <&serializer>;
+ assigned-clock-rates = <27000000>;
+
+ xclr-gpios = <&serializer 1 GPIO_ACTIVE_LOW>;
+ error0-gpios = <&serializer 2 GPIO_ACTIVE_HIGH>;
+ error1-gpios = <&serializer 3 GPIO_ACTIVE_HIGH>;
+ comready-gpios = <&serializer 0 GPIO_ACTIVE_HIGH>;
+
+ port {
+ sensor_1_out: endpoint {
+ remote-endpoint = <&ub953_1_in>;
+ };
+ };
+ };
+ };
+ };
+ };
+};