summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/hdmi.txt
blob: 56407c30e954d507423500900908b1f0b9764f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Device-Tree bindings for dummy HDMI codec

Required properties:
	- compatible: should be "linux,hdmi-audio".

CODEC output pins:
  * TX

CODEC input pins:
  * RX

Example node:

	hdmi_audio: hdmi_audio@0 {
		compatible = "linux,hdmi-audio";
	};