xref: /rk3399_rockchip-uboot/arch/arm/dts/at91sam9xe.dtsi (revision 94db5120d874821e5fd1847e1825759aaf74290b)
1*94db5120SWenyou.Yang@microchip.com/*
2*94db5120SWenyou.Yang@microchip.com * at91sam9xe.dtsi - Device Tree Include file for AT91SAM9XE family SoC
3*94db5120SWenyou.Yang@microchip.com *
4*94db5120SWenyou.Yang@microchip.com *  Copyright (C) 2015 Atmel,
5*94db5120SWenyou.Yang@microchip.com *                2015 Alexandre Belloni <alexandre.Belloni@free-electrons.com>
6*94db5120SWenyou.Yang@microchip.com *
7*94db5120SWenyou.Yang@microchip.com * This file is dual-licensed: you can use it either under the terms
8*94db5120SWenyou.Yang@microchip.com * of the GPL or the X11 license, at your option. Note that this dual
9*94db5120SWenyou.Yang@microchip.com * licensing only applies to this file, and not this project as a
10*94db5120SWenyou.Yang@microchip.com * whole.
11*94db5120SWenyou.Yang@microchip.com *
12*94db5120SWenyou.Yang@microchip.com *  a) This file is free software; you can redistribute it and/or
13*94db5120SWenyou.Yang@microchip.com *     modify it under the terms of the GNU General Public License as
14*94db5120SWenyou.Yang@microchip.com *     published by the Free Software Foundation; either version 2 of the
15*94db5120SWenyou.Yang@microchip.com *     License, or (at your option) any later version.
16*94db5120SWenyou.Yang@microchip.com *
17*94db5120SWenyou.Yang@microchip.com *     This file is distributed in the hope that it will be useful,
18*94db5120SWenyou.Yang@microchip.com *     but WITHOUT ANY WARRANTY; without even the implied warranty of
19*94db5120SWenyou.Yang@microchip.com *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20*94db5120SWenyou.Yang@microchip.com *     GNU General Public License for more details.
21*94db5120SWenyou.Yang@microchip.com *
22*94db5120SWenyou.Yang@microchip.com * Or, alternatively,
23*94db5120SWenyou.Yang@microchip.com *
24*94db5120SWenyou.Yang@microchip.com *  b) Permission is hereby granted, free of charge, to any person
25*94db5120SWenyou.Yang@microchip.com *     obtaining a copy of this software and associated documentation
26*94db5120SWenyou.Yang@microchip.com *     files (the "Software"), to deal in the Software without
27*94db5120SWenyou.Yang@microchip.com *     restriction, including without limitation the rights to use,
28*94db5120SWenyou.Yang@microchip.com *     copy, modify, merge, publish, distribute, sublicense, and/or
29*94db5120SWenyou.Yang@microchip.com *     sell copies of the Software, and to permit persons to whom the
30*94db5120SWenyou.Yang@microchip.com *     Software is furnished to do so, subject to the following
31*94db5120SWenyou.Yang@microchip.com *     conditions:
32*94db5120SWenyou.Yang@microchip.com *
33*94db5120SWenyou.Yang@microchip.com *     The above copyright notice and this permission notice shall be
34*94db5120SWenyou.Yang@microchip.com *     included in all copies or substantial portions of the Software.
35*94db5120SWenyou.Yang@microchip.com *
36*94db5120SWenyou.Yang@microchip.com *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37*94db5120SWenyou.Yang@microchip.com *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
38*94db5120SWenyou.Yang@microchip.com *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
39*94db5120SWenyou.Yang@microchip.com *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
40*94db5120SWenyou.Yang@microchip.com *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
41*94db5120SWenyou.Yang@microchip.com *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
42*94db5120SWenyou.Yang@microchip.com *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
43*94db5120SWenyou.Yang@microchip.com *     OTHER DEALINGS IN THE SOFTWARE.
44*94db5120SWenyou.Yang@microchip.com */
45*94db5120SWenyou.Yang@microchip.com
46*94db5120SWenyou.Yang@microchip.com#include "at91sam9260.dtsi"
47*94db5120SWenyou.Yang@microchip.com
48*94db5120SWenyou.Yang@microchip.com/ {
49*94db5120SWenyou.Yang@microchip.com	model = "Atmel AT91SAM9XE family SoC";
50*94db5120SWenyou.Yang@microchip.com	compatible = "atmel,at91sam9xe", "atmel,at91sam9260";
51*94db5120SWenyou.Yang@microchip.com
52*94db5120SWenyou.Yang@microchip.com	sram0: sram@002ff000 {
53*94db5120SWenyou.Yang@microchip.com		status = "disabled";
54*94db5120SWenyou.Yang@microchip.com	};
55*94db5120SWenyou.Yang@microchip.com
56*94db5120SWenyou.Yang@microchip.com	sram1: sram@00300000 {
57*94db5120SWenyou.Yang@microchip.com		compatible = "mmio-sram";
58*94db5120SWenyou.Yang@microchip.com		reg = <0x00300000 0x4000>;
59*94db5120SWenyou.Yang@microchip.com	};
60*94db5120SWenyou.Yang@microchip.com};
61