aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/overlays/i2s-gpio28-31-overlay.dts
blob: cf43094c6ff4565cc210f219aacc5939281974a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Device tree overlay to move i2s to gpio 28 to 31 on CM
 */

/dts-v1/;
/plugin/;

/ {
	compatible = "brcm,bcm2835";

	fragment@0 {
		target = <&i2s_pins>;
		__overlay__ {
			brcm,pins = <28 29 30 31>;
			brcm,function = <6>; /* alt2 */
		};
	};
};