xref: /freebsd/sys/contrib/device-tree/src/arm/intel/axm/axm5516-amarillo.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * arch/arm/boot/dts/axm5516-amarillo.dts
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (C) 2013 LSI
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot/dts-v1/;
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/memreserve/ 0x00000000 0x00400000;
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot#include "axm55xx.dtsi"
13*f126890aSEmmanuel Vadot#include "axm5516-cpus.dtsi"
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot/ {
16*f126890aSEmmanuel Vadot	model = "Amarillo AXM5516";
17*f126890aSEmmanuel Vadot	compatible = "lsi,axm5516-amarillo", "lsi,axm5516";
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot	memory {
20*f126890aSEmmanuel Vadot		device_type = "memory";
21*f126890aSEmmanuel Vadot		reg = <0 0x00000000 0x02 0x00000000>;
22*f126890aSEmmanuel Vadot	};
23*f126890aSEmmanuel Vadot};
24*f126890aSEmmanuel Vadot
25*f126890aSEmmanuel Vadot&serial0 {
26*f126890aSEmmanuel Vadot	status = "okay";
27*f126890aSEmmanuel Vadot};
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot&serial1 {
30*f126890aSEmmanuel Vadot	status = "okay";
31*f126890aSEmmanuel Vadot};
32*f126890aSEmmanuel Vadot
33*f126890aSEmmanuel Vadot&serial2 {
34*f126890aSEmmanuel Vadot	status = "okay";
35*f126890aSEmmanuel Vadot};
36*f126890aSEmmanuel Vadot
37*f126890aSEmmanuel Vadot&serial3 {
38*f126890aSEmmanuel Vadot	status = "okay";
39*f126890aSEmmanuel Vadot};
40*f126890aSEmmanuel Vadot
41*f126890aSEmmanuel Vadot&gpio0 {
42*f126890aSEmmanuel Vadot	status = "okay";
43*f126890aSEmmanuel Vadot};
44*f126890aSEmmanuel Vadot
45*f126890aSEmmanuel Vadot&gpio1 {
46*f126890aSEmmanuel Vadot	status = "okay";
47*f126890aSEmmanuel Vadot};
48