Lines Matching +full:bcm2835 +full:- +full:v3d

8 - compatible:	Should be "brcm,bcm2835-vc4" or "brcm,cygnus-vc4"
11 - compatible: Should be one of "brcm,bcm2835-pixelvalve0",
12 "brcm,bcm2835-pixelvalve1", or "brcm,bcm2835-pixelvalve2"
13 - reg: Physical base address and length of the PV's registers
14 - interrupts: The interrupt number
15 See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
18 - compatible: Should be "brcm,bcm2835-hvs"
19 - reg: Physical base address and length of the HVS's registers
20 - interrupts: The interrupt number
21 See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
24 - compatible: Should be "brcm,bcm2835-hdmi"
25 - reg: Physical base address and length of the two register ranges
27 - interrupts: The interrupt numbers
28 See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
29 - ddc: phandle of the I2C controller used for DDC EDID probing
30 - clocks: a) hdmi: The HDMI state machine clock
34 - hpd-gpios: The GPIO pin for HDMI hotplug detect (if it doesn't appear
36 itself). See bindings/pinctrl/brcm,bcm2835-gpio.txt
37 - dmas: Should contain one entry pointing to the DMA channel used to
39 - dma-names: Should contain "audio-rx"
42 - compatible: Should be "brcm,bcm2835-dpi"
43 - reg: Physical base address and length of the registers
44 - clocks: a) core: The core clock the unit runs on
46 - port: Port node with a single endpoint connecting to the panel
50 - compatible: Should be "brcm,bcm2835-vec"
51 - reg: Physical base address and length of the registers
52 - clocks: The core clock the unit runs on
53 - interrupts: The interrupt number
54 See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
56 Required properties for V3D:
57 - compatible: Should be "brcm,bcm2835-v3d" or "brcm,cygnus-v3d"
58 - reg: Physical base address and length of the V3D's registers
59 - interrupts: The interrupt number
60 See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
62 Optional properties for V3D:
63 - clocks: The clock the unit runs on
66 - compatible: Should be "brcm,bcm2835-dsi0" or "brcm,bcm2835-dsi1"
67 - reg: Physical base address and length of the DSI block's registers
68 - interrupts: The interrupt number
69 See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
70 - clocks: a) phy: The DSI PLL clock feeding the DSI analog PHY
73 - clock-output-names:
78 - compatible: Should be "brcm,bcm2835-txp"
79 - reg: Physical base address and length of the TXP block's registers
80 - interrupts: The interrupt number
81 See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
83 [1] Documentation/devicetree/bindings/media/video-interfaces.txt
87 compatible = "brcm,bcm2835-pixelvalve2";
93 compatible = "brcm,bcm2835-hvs";
99 compatible = "brcm,bcm2835-hdmi";
104 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
107 clock-names = "pixel", "hdmi";
111 compatible = "brcm,bcm2835-dpi";
115 clock-names = "core", "pixel";
116 #address-cells = <1>;
117 #size-cells = <0>;
121 remote-endpoint = <&panel_in>;
127 compatible = "brcm,bcm2835-dsi1";
130 #address-cells = <1>;
131 #size-cells = <0>;
132 #clock-cells = <1>;
137 clock-names = "phy", "escape", "pixel";
139 clock-output-names = "dsi1_byte", "dsi1_ddr2", "dsi1_ddr";
150 compatible = "brcm,bcm2835-vec";
156 v3d: v3d@7ec00000 {
157 compatible = "brcm,bcm2835-v3d";
163 compatible = "brcm,bcm2835-vc4";
167 compatible = "ontat,yx700wv03", "simple-panel";
171 remote-endpoint = <&dpi_out>;