beaglebone-black.dts revision 284534
122514Sdarrenr/*-
280486Sdarrenr * Copyright (c) 2015 Oleksandr Tymoshenko <gonzo@freebsd.org>
322514Sdarrenr * All rights reserved.
480486Sdarrenr *
592686Sdarrenr * Redistribution and use in source and binary forms, with or without
622514Sdarrenr * modification, are permitted provided that the following conditions
722514Sdarrenr * are met:
826119Sdarrenr * 1. Redistributions of source code must retain the above copyright
926119Sdarrenr *    notice, this list of conditions and the following disclaimer.
1026119Sdarrenr * 2. Redistributions in binary form must reproduce the above copyright
1124583Sdarrenr *    notice, this list of conditions and the following disclaimer in the
1224583Sdarrenr *    documentation and/or other materials provided with the distribution.
1324583Sdarrenr *
1424583Sdarrenr * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1524583Sdarrenr * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1624583Sdarrenr * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1724583Sdarrenr * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1892686Sdarrenr * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1924583Sdarrenr * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2053024Sguido * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2192686Sdarrenr * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2222514Sdarrenr * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2353024Sguido * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2453024Sguido * SUCH DAMAGE.
2553024Sguido * 
2624583Sdarrenr * $FreeBSD: head/sys/boot/fdt/dts/arm/beaglebone-black.dts 284534 2015-06-18 00:57:52Z gonzo $
2753024Sguido */
2853024Sguido
2953024Sguido
3053024Sguido#include "am335x-boneblack.dts"
3153024Sguido#include "beaglebone-common.dtsi"
3253024Sguido
3326119Sdarrenr&i2c0 {
34	tda998x: hdmi-encoder {
35		compatible = "nxp,tda998x";
36		reg = <0x70>;
37
38 		pinctrl-names = "default", "off";
39 		pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
40 		pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
41		status = "okay";
42 	};
43};
44
45&lcdc {
46	hdmi = <&tda998x>;
47};
48
49/ {
50	hdmi {
51		status = "disabled";
52	};
53};
54