summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts
blob: 5db04625c020f7a9062b973b15a84bb53e0207e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/dts-v1/;
/plugin/;

/* enable mmc1 */
/ {
    fragment@0 {
        target-path = "/ahb/apb/mmc@f000c000";
        __overlay__ {
            status = "okay";

            slot@0 {
                reg = <0>;
                bus-width = <4>;
                cd-gpios = <&pioA 1 GPIO_ACTIVE_HIGH>;
            };
        };
    };
};