bananapi.dts revision 308271
1251652Sgjb/*-
2251652Sgjb * Copyright (c) 2013 Ganbold Tsagaankhuu <ganbold@freebsd.org>
3251652Sgjb * All rights reserved.
4251652Sgjb *
5251652Sgjb * Redistribution and use in source and binary forms, with or without
6251652Sgjb * modification, are permitted provided that the following conditions
7251652Sgjb * are met:
8251652Sgjb * 1. Redistributions of source code must retain the above copyright
9251652Sgjb *    notice, this list of conditions and the following disclaimer.
10251652Sgjb * 2. Redistributions in binary form must reproduce the above copyright
11251652Sgjb *    notice, this list of conditions and the following disclaimer in the
12251652Sgjb *    documentation and/or other materials provided with the distribution.
13251652Sgjb *
14251652Sgjb * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15251652Sgjb * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16251652Sgjb * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17251652Sgjb * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18251652Sgjb * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19251652Sgjb * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20251652Sgjb * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21251652Sgjb * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22251652Sgjb * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23251652Sgjb * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24251652Sgjb * SUCH DAMAGE.
25251652Sgjb * 
26251652Sgjb * $FreeBSD: stable/11/sys/boot/fdt/dts/arm/bananapi.dts 308271 2016-11-04 00:32:25Z manu $
27251652Sgjb */
28251652Sgjb
29251652Sgjb#include "sun7i-a20-bananapi.dts"
30251652Sgjb#include "sun7i-a20-hdmi.dtsi"
31251652Sgjb#include "xpowers-axp209.dtsi"
32251652Sgjb
33251652Sgjb/ {
34251652Sgjb	soc@01c00000 {
35251652Sgjb		hdmi@01c16000 {
36251652Sgjb			status = "okay";
37251652Sgjb		};
38251652Sgjb
39251652Sgjb		hdmiaudio {
40251652Sgjb			status = "okay";
41251652Sgjb		};
42251652Sgjb	};
43251652Sgjb};
44254293Sgjb