xref: /freebsd/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts (revision 594c5fa10919c25e7398348731d7da55149a5e5c)
12e36db14SWarner Losh/*-
22e36db14SWarner Losh * Copyright (c) 2016 Michal Meloun <mmel@FreeBSD.org>
32e36db14SWarner Losh * All rights reserved.
42e36db14SWarner Losh *
52e36db14SWarner Losh * This software was developed by SRI International and the University of
62e36db14SWarner Losh * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
72e36db14SWarner Losh * ("CTSRD"), as part of the DARPA CRASH research programme.
82e36db14SWarner Losh *
92e36db14SWarner Losh * Redistribution and use in source and binary forms, with or without
102e36db14SWarner Losh * modification, are permitted provided that the following conditions
112e36db14SWarner Losh * are met:
122e36db14SWarner Losh * 1. Redistributions of source code must retain the above copyright
132e36db14SWarner Losh *    notice, this list of conditions and the following disclaimer.
142e36db14SWarner Losh * 2. Redistributions in binary form must reproduce the above copyright
152e36db14SWarner Losh *    notice, this list of conditions and the following disclaimer in the
162e36db14SWarner Losh *    documentation and/or other materials provided with the distribution.
172e36db14SWarner Losh *
182e36db14SWarner Losh * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
192e36db14SWarner Losh * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
202e36db14SWarner Losh * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
212e36db14SWarner Losh * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
222e36db14SWarner Losh * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
232e36db14SWarner Losh * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
242e36db14SWarner Losh * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
252e36db14SWarner Losh * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
262e36db14SWarner Losh * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
272e36db14SWarner Losh * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
282e36db14SWarner Losh * SUCH DAMAGE.
292e36db14SWarner Losh */
302e36db14SWarner Losh
31*594c5fa1SEmmanuel Vadot#include "nvidia/tegra124-jetson-tk1.dts"
322e36db14SWarner Losh
332e36db14SWarner Losh/ {
342e36db14SWarner Losh	chosen {
352e36db14SWarner Losh		stdin = &uartd;
362e36db14SWarner Losh		stdout = &uartd;
372e36db14SWarner Losh	};
382e36db14SWarner Losh
3964d41eddSMichal Meloun	memory@80000000 {
402e36db14SWarner Losh/*		reg = <0x0 0x80000000 0x0 0x80000000>; */
412e36db14SWarner Losh		reg = <0x0 0x80000000 0x0 0x70000000>;
422e36db14SWarner Losh	};
432e36db14SWarner Losh	usb@70090000 {
442e36db14SWarner Losh		freebsd,clock-xusb-gate = <&tegra_car 143>;
452e36db14SWarner Losh	};
462e36db14SWarner Losh};
47