summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/overlays/bcm2710-rpi-3-b-i2s-use-cprman-overlay.dts
blob: 456335c448adf38e74fe1ec101937038e65922de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/dts-v1/;
/plugin/;

/{
	fragment@0 {
		target = <&i2s>;
		__overlay__ {
			reg = <0x7e203000 0x24>;
			clocks = <&cprman 31>; /* 31 is the BCM2835_CLOCK_PCM */
		};
	};
};