1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI J721E CSI2RX Shim
10 The TI J721E CSI2RX Shim is a wrapper around Cadence CSI2RX bridge that
11 enables sending captured frames to memory over PSI-L DMA. In the J721E
12 Technical Reference Manual (SPRUIL1B) it is referred to as "SHIM" under the
16 - Jai Luthra <jai.luthra@linux.dev>
20 const: ti,j721e-csi2rx-shim
37 "#address-cells": true
44 description: CSI2 bridge node.
45 $ref: cdns,csi2rx.yaml#
57 additionalProperties: false
61 #include <dt-bindings/soc/ti,sci_pm_domain.h>
63 ti_csi2rx0: ticsi2rx@4500000 {
64 compatible = "ti,j721e-csi2rx-shim";
65 dmas = <&main_udmap 0x4940>;
67 reg = <0x4500000 0x1000>;
68 power-domains = <&k3_pds 26 TI_SCI_PD_EXCLUSIVE>;
73 cdns_csi2rx: csi-bridge@4504000 {
74 compatible = "ti,j721e-csi2rx", "cdns,csi2rx";
75 reg = <0x4504000 0x1000>;
76 clocks = <&k3_clks 26 2>, <&k3_clks 26 0>, <&k3_clks 26 2>,
77 <&k3_clks 26 2>, <&k3_clks 26 3>, <&k3_clks 26 3>;
78 clock-names = "sys_clk", "p_clk", "pixel_if0_clk",
79 "pixel_if1_clk", "pixel_if2_clk", "pixel_if3_clk";
91 csi2rx0_in_sensor: endpoint {
92 remote-endpoint = <&csi2_cam0>;
93 bus-type = <4>; /* CSI2 DPHY. */