]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/arm/boot/dts/overlays/pi3-disable-wifi-overlay.dts
BCM270X_DT: Add pi3-disable-wifi overlay
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / overlays / pi3-disable-wifi-overlay.dts
1 /dts-v1/;
2 /plugin/;
3
4 /{
5 compatible = "brcm,bcm2708";
6
7 fragment@0 {
8 target = <&mmc>;
9 __overlay__ {
10 status = "disabled";
11 };
12 };
13 };