omap3-beagle-xm.dts revision 1.1
11.1Ssevan/* $NetBSD: omap3-beagle-xm.dts,v 1.1 2019/10/31 01:25:56 sevan Exp $ */
21.1Ssevan
31.1Ssevan/*-
41.1Ssevan * Copyright (c) 2008 The NetBSD Foundation, Inc.
51.1Ssevan * All rights reserved.
61.1Ssevan *
71.1Ssevan * This code is derived from software contributed to The NetBSD Foundation
81.1Ssevan * by Sevan Janiyan <sevan@NetBSD.org>
91.1Ssevan *
101.1Ssevan * Redistribution and use in source and binary forms, with or without
111.1Ssevan * modification, are permitted provided that the following conditions
121.1Ssevan * are met:
131.1Ssevan * 1. Redistributions of source code must retain the above copyright
141.1Ssevan *    notice, this list of conditions and the following disclaimer.
151.1Ssevan * 2. Redistributions in binary form must reproduce the above copyright
161.1Ssevan *    notice, this list of conditions and the following disclaimer in the
171.1Ssevan *    documentation and/or other materials provided with the distribution.
181.1Ssevan *
191.1Ssevan * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
201.1Ssevan * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
211.1Ssevan * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
221.1Ssevan * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
231.1Ssevan * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
241.1Ssevan * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
251.1Ssevan * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
261.1Ssevan * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
271.1Ssevan * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
281.1Ssevan * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
291.1Ssevan * POSSIBILITY OF SUCH DAMAGE.
301.1Ssevan */
311.1Ssevan
321.1Ssevan#include_next "omap3-beagle-xm.dts"
331.1Ssevan
341.1Ssevan/ {
351.1Ssevan	chosen {
361.1Ssevan		stdout-path = &uart3;
371.1Ssevan	};
381.1Ssevan};
39