1298422Sjmcneill/*-
2298422Sjmcneill * Copyright (c) 2016 Emmanuel Vadot <manu@bidouilliste.com>
3298422Sjmcneill * All rights reserved.
4298422Sjmcneill *
5298422Sjmcneill * Redistribution and use in source and binary forms, with or without
6298422Sjmcneill * modification, are permitted provided that the following conditions
7298422Sjmcneill * are met:
8298422Sjmcneill * 1. Redistributions of source code must retain the above copyright
9298422Sjmcneill *    notice, this list of conditions and the following disclaimer.
10298422Sjmcneill * 2. Redistributions in binary form must reproduce the above copyright
11298422Sjmcneill *    notice, this list of conditions and the following disclaimer in the
12298422Sjmcneill *    documentation and/or other materials provided with the distribution.
13298422Sjmcneill *
14298422Sjmcneill * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15298422Sjmcneill * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16298422Sjmcneill * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17298422Sjmcneill * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18298422Sjmcneill * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19298422Sjmcneill * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20298422Sjmcneill * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21298422Sjmcneill * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22298422Sjmcneill * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23298422Sjmcneill * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24298422Sjmcneill * SUCH DAMAGE.
25298422Sjmcneill * 
26298422Sjmcneill * $FreeBSD: releng/11.0/sys/boot/fdt/dts/arm/bananapim2.dts 298422 2016-04-21 16:49:04Z jmcneill $
27298422Sjmcneill */
28298422Sjmcneill
29298422Sjmcneill#include "sun6i-a31s-sinovoip-bpi-m2.dts"
30298422Sjmcneill
31298422Sjmcneill&mmc2 {
32298422Sjmcneill	status = "disabled";
33298422Sjmcneill};
34