1/*
2 * arch/arm/boot/dts/axm5516-amarillo.dts
3 *
4 * Copyright (C) 2013 LSI
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 */
11
12/dts-v1/;
13
14/memreserve/ 0x00000000 0x00400000;
15
16#include "axm55xx.dtsi"
17#include "axm5516-cpus.dtsi"
18
19/ {
20	model = "Amarillo AXM5516";
21	compatible = "lsi,axm5516-amarillo", "lsi,axm5516";
22
23	memory {
24		device_type = "memory";
25		reg = <0 0x00000000 0x02 0x00000000>;
26	};
27};
28
29&serial0 {
30	status = "okay";
31};
32
33&serial1 {
34	status = "okay";
35};
36
37&serial2 {
38	status = "okay";
39};
40
41&serial3 {
42	status = "okay";
43};
44
45&gpio0 {
46	status = "okay";
47};
48
49&gpio1 {
50	status = "okay";
51};
52