xref: /freebsd-src/sys/contrib/device-tree/src/arm64/amazon/alpine-v2-evp.dts (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot/*
2*c66ec88fSEmmanuel Vadot * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3*c66ec88fSEmmanuel Vadot *
4*c66ec88fSEmmanuel Vadot * Antoine Tenart <antoine.tenart@free-electrons.com>
5*c66ec88fSEmmanuel Vadot *
6*c66ec88fSEmmanuel Vadot * This software is available to you under a choice of one of two
7*c66ec88fSEmmanuel Vadot * licenses.  You may choose to be licensed under the terms of the GNU
8*c66ec88fSEmmanuel Vadot * General Public License (GPL) Version 2, available from the file
9*c66ec88fSEmmanuel Vadot * COPYING in the main directory of this source tree, or the
10*c66ec88fSEmmanuel Vadot * BSD license below:
11*c66ec88fSEmmanuel Vadot *
12*c66ec88fSEmmanuel Vadot *     Redistribution and use in source and binary forms, with or
13*c66ec88fSEmmanuel Vadot *     without modification, are permitted provided that the following
14*c66ec88fSEmmanuel Vadot *     conditions are met:
15*c66ec88fSEmmanuel Vadot *
16*c66ec88fSEmmanuel Vadot *      - Redistributions of source code must retain the above
17*c66ec88fSEmmanuel Vadot *        copyright notice, this list of conditions and the following
18*c66ec88fSEmmanuel Vadot *        disclaimer.
19*c66ec88fSEmmanuel Vadot *
20*c66ec88fSEmmanuel Vadot *      - Redistributions in binary form must reproduce the above
21*c66ec88fSEmmanuel Vadot *        copyright notice, this list of conditions and the following
22*c66ec88fSEmmanuel Vadot *        disclaimer in the documentation and/or other materials
23*c66ec88fSEmmanuel Vadot *        provided with the distribution.
24*c66ec88fSEmmanuel Vadot *
25*c66ec88fSEmmanuel Vadot * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26*c66ec88fSEmmanuel Vadot * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27*c66ec88fSEmmanuel Vadot * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28*c66ec88fSEmmanuel Vadot * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29*c66ec88fSEmmanuel Vadot * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30*c66ec88fSEmmanuel Vadot * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31*c66ec88fSEmmanuel Vadot * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32*c66ec88fSEmmanuel Vadot * SOFTWARE.
33*c66ec88fSEmmanuel Vadot */
34*c66ec88fSEmmanuel Vadot
35*c66ec88fSEmmanuel Vadot#include "alpine-v2.dtsi"
36*c66ec88fSEmmanuel Vadot
37*c66ec88fSEmmanuel Vadot/ {
38*c66ec88fSEmmanuel Vadot	model = "Annapurna Labs Alpine v2 EVP";
39*c66ec88fSEmmanuel Vadot	compatible = "al,alpine-v2-evp", "al,alpine-v2";
40*c66ec88fSEmmanuel Vadot
41*c66ec88fSEmmanuel Vadot	aliases {
42*c66ec88fSEmmanuel Vadot		serial0 = &uart0;
43*c66ec88fSEmmanuel Vadot		serial1 = &uart1;
44*c66ec88fSEmmanuel Vadot		serial2 = &uart2;
45*c66ec88fSEmmanuel Vadot		serial3 = &uart3;
46*c66ec88fSEmmanuel Vadot	};
47*c66ec88fSEmmanuel Vadot
48*c66ec88fSEmmanuel Vadot	chosen {
49*c66ec88fSEmmanuel Vadot		stdout-path = "serial0:115200n8";
50*c66ec88fSEmmanuel Vadot	};
51*c66ec88fSEmmanuel Vadot};
52*c66ec88fSEmmanuel Vadot
53*c66ec88fSEmmanuel Vadot&uart0 { status = "okay"; };
54