Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * at91sam9xe.dtsi - Device Tree Include file for AT91SAM9XE family SoC
0004  *
0005  *  Copyright (C) 2015 Atmel,
0006  *                2015 Alexandre Belloni <alexandre.Belloni@free-electrons.com>
0007  */
0008 
0009 #include "at91sam9260.dtsi"
0010 
0011 / {
0012         model = "Atmel AT91SAM9XE family SoC";
0013         compatible = "atmel,at91sam9xe", "atmel,at91sam9260";
0014 
0015         sram0: sram@2ff000 {
0016                 status = "disabled";
0017         };
0018 
0019         sram1: sram@300000 {
0020                 compatible = "mmio-sram";
0021                 reg = <0x00300000 0x4000>;
0022                 #address-cells = <1>;
0023                 #size-cells = <1>;
0024                 ranges = <0 0x00300000 0x4000>;
0025         };
0026 };