Permalink
Cannot retrieve contributors at this time
34 lines (30 sloc)
490 Bytes
| // Definitions for HiFiBerry DAC | |
| /dts-v1/; | |
| /plugin/; | |
| / { | |
| compatible = "brcm,bcm2708"; | |
| fragment@0 { | |
| target = <&i2s>; | |
| __overlay__ { | |
| status = "okay"; | |
| }; | |
| }; | |
| fragment@1 { | |
| target-path = "/"; | |
| __overlay__ { | |
| pcm5102a-codec { | |
| #sound-dai-cells = <0>; | |
| compatible = "ti,pcm5102a"; | |
| status = "okay"; | |
| }; | |
| }; | |
| }; | |
| fragment@2 { | |
| target = <&sound>; | |
| __overlay__ { | |
| compatible = "hifiberry,hifiberry-dac"; | |
| i2s-controller = <&i2s>; | |
| status = "okay"; | |
| }; | |
| }; | |
| }; |