]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/arm/boot/dts/overlays/dwc-otg-overlay.dts
BCM2708: Add core Device Tree support
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / overlays / dwc-otg-overlay.dts
1 /dts-v1/;
2 /plugin/;
3
4 /{
5 compatible = "brcm,bcm2708";
6
7 fragment@0 {
8 target = <&usb>;
9 #address-cells = <1>;
10 #size-cells = <1>;
11 __overlay__ {
12 compatible = "brcm,bcm2708-usb";
13 reg = <0x7e980000 0x10000>,
14 <0x7e006000 0x1000>;
15 interrupts = <2 0>,
16 <1 9>;
17 status = "okay";
18 };
19 };
20 };