Lines Matching +full:ddc +full:- +full:rx
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-hdmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Eric Anholt <eric@anholt.net>
14 const: brcm,bcm2835-hdmi
18 - description: HDMI register range
19 - description: HD register range
26 - description: The pixel clock
27 - description: The HDMI state machine clock
29 clock-names:
31 - const: pixel
32 - const: hdmi
34 ddc:
37 Phandle of the I2C controller used for DDC EDID probing
39 hpd-gpios:
51 dma-names:
52 const: audio-rx
54 power-domains:
58 - compatible
59 - reg
60 - interrupts
61 - clocks
62 - ddc
67 - |
68 #include <dt-bindings/clock/bcm2835.h>
69 #include <dt-bindings/gpio/gpio.h>
72 compatible = "brcm,bcm2835-hdmi";
76 ddc = <&i2c2>;
77 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
80 clock-names = "pixel", "hdmi";