xref: /openbmc/linux/Documentation/devicetree/bindings/sound/spdif-receiver.txt (revision 87fcfa7b7fe6bf819033fe827a27f710e38639b5)
1Device-Tree bindings for dummy spdif receiver
2
3Required properties:
4	- compatible: should be "linux,spdif-dir".
5
6Example node:
7
8	codec: spdif-receiver {
9		compatible = "linux,spdif-dir";
10	};
11