Lines Matching +full:axi +full:- +full:ports
8 - compatible: Should be "fsl,imx-display-subsystem"
9 - ports: Should contain a list of phandles pointing to display interface ports
14 display-subsystem {
15 compatible = "fsl,imx-display-subsystem";
16 ports = <&ipu_di0>;
24 - compatible: Should be "fsl,<chip>-ipu" where <chip> is one of
25 - imx51
26 - imx53
27 - imx6q
28 - imx6qp
29 - reg: should be register base and length as documented in the
31 - interrupts: Should contain sync interrupt and error interrupt,
33 - resets: phandle pointing to the system reset controller and
34 reset line index, see reset/fsl,imx-src.txt for details
35 Additional required properties for fsl,imx6qp-ipu:
36 - fsl,prg: phandle to prg node associated with this IPU instance
38 - port@[0-3]: Port nodes with endpoint definitions as defined in
39 Documentation/devicetree/bindings/media/video-interfaces.txt.
40 Ports 0 and 1 should correspond to CSI0 and CSI1,
41 ports 2 and 3 should correspond to DI0 and DI1, respectively.
46 #address-cells = <1>;
47 #size-cells = <0>;
48 compatible = "fsl,imx53-ipu";
57 remote-endpoint = <&display_in>;
66 - compatible: should be "fsl,imx6qp-pre"
67 - reg: should be register base and length as documented in the
69 - clocks : phandle to the PRE axi clock input, as described
70 in Documentation/devicetree/bindings/clock/clock-bindings.txt and
71 Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
72 - clock-names: should be "axi"
73 - interrupts: should contain the PRE interrupt
74 - fsl,iram: phandle pointing to the mmio-sram device node, that should be
80 compatible = "fsl,imx6qp-pre";
84 clock-names = "axi";
92 - compatible: should be "fsl,imx6qp-prg"
93 - reg: should be register base and length as documented in the
95 - clocks : phandles to the PRG ipg and axi clock inputs, as described
96 in Documentation/devicetree/bindings/clock/clock-bindings.txt and
97 Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
98 - clock-names: should be "ipg" and "axi"
99 - fsl,pres: phandles to the PRE units attached to this PRG, with the fixed
105 compatible = "fsl,imx6qp-prg";
109 clock-names = "ipg", "axi";
117 - compatible: Should be "fsl,imx-parallel-display"
119 - interface-pix-fmt: How this display is connected to the
122 - edid: verbatim EDID data block describing attached display.
123 - ddc: phandle describing the i2c bus handling the display data
125 - port@[0-1]: Port nodes with endpoint definitions as defined in
126 Documentation/devicetree/bindings/media/video-interfaces.txt.
133 compatible = "fsl,imx-parallel-display";
134 edid = [edid-data];
135 interface-pix-fmt = "rgb24";
141 remote-endpoint = <&ipu_di0_disp0>;
149 remote-endpoint = <&panel_in>;
159 remote-endpoint = <&display_out>;