1*ae5de77eSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*ae5de77eSEmmanuel Vadot%YAML 1.2 3*ae5de77eSEmmanuel Vadot--- 4*ae5de77eSEmmanuel Vadot$id: http://devicetree.org/schemas/media/fsl,imx-capture-subsystem.yaml# 5*ae5de77eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*ae5de77eSEmmanuel Vadot 7*ae5de77eSEmmanuel Vadottitle: Freescale i.MX Media Video Device 8*ae5de77eSEmmanuel Vadot 9*ae5de77eSEmmanuel Vadotdescription: 10*ae5de77eSEmmanuel Vadot This is the media controller node for video capture support. It is a 11*ae5de77eSEmmanuel Vadot virtual device that lists the camera serial interface nodes that the 12*ae5de77eSEmmanuel Vadot media device will control 13*ae5de77eSEmmanuel Vadot 14*ae5de77eSEmmanuel Vadotmaintainers: 15*ae5de77eSEmmanuel Vadot - Frank Li <Frank.Li@nxp.com> 16*ae5de77eSEmmanuel Vadot 17*ae5de77eSEmmanuel Vadotproperties: 18*ae5de77eSEmmanuel Vadot compatible: 19*ae5de77eSEmmanuel Vadot const: fsl,imx-capture-subsystem 20*ae5de77eSEmmanuel Vadot 21*ae5de77eSEmmanuel Vadot ports: 22*ae5de77eSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/phandle-array 23*ae5de77eSEmmanuel Vadot description: 24*ae5de77eSEmmanuel Vadot Should contain a list of phandles pointing to camera 25*ae5de77eSEmmanuel Vadot sensor interface ports of IPU devices. 26*ae5de77eSEmmanuel Vadot 27*ae5de77eSEmmanuel Vadotrequired: 28*ae5de77eSEmmanuel Vadot - compatible 29*ae5de77eSEmmanuel Vadot 30*ae5de77eSEmmanuel VadotadditionalProperties: false 31*ae5de77eSEmmanuel Vadot 32*ae5de77eSEmmanuel Vadotexamples: 33*ae5de77eSEmmanuel Vadot - | 34*ae5de77eSEmmanuel Vadot capture-subsystem { 35*ae5de77eSEmmanuel Vadot compatible = "fsl,imx-capture-subsystem"; 36*ae5de77eSEmmanuel Vadot ports = <&ipu1_csi0>, <&ipu1_csi1>; 37*ae5de77eSEmmanuel Vadot }; 38