1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * at91sam9xe.dtsi - Device Tree Include file for AT91SAM9XE family SoC 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (C) 2015 Atmel, 6*f126890aSEmmanuel Vadot * 2015 Alexandre Belloni <alexandre.Belloni@free-electrons.com> 7*f126890aSEmmanuel Vadot */ 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot#include "at91sam9260.dtsi" 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/ { 12*f126890aSEmmanuel Vadot model = "Atmel AT91SAM9XE family SoC"; 13*f126890aSEmmanuel Vadot compatible = "atmel,at91sam9xe", "atmel,at91sam9260"; 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot sram0: sram@2ff000 { 16*f126890aSEmmanuel Vadot status = "disabled"; 17*f126890aSEmmanuel Vadot }; 18*f126890aSEmmanuel Vadot 19*f126890aSEmmanuel Vadot sram1: sram@300000 { 20*f126890aSEmmanuel Vadot compatible = "mmio-sram"; 21*f126890aSEmmanuel Vadot reg = <0x00300000 0x4000>; 22*f126890aSEmmanuel Vadot #address-cells = <1>; 23*f126890aSEmmanuel Vadot #size-cells = <1>; 24*f126890aSEmmanuel Vadot ranges = <0 0x00300000 0x4000>; 25*f126890aSEmmanuel Vadot }; 26*f126890aSEmmanuel Vadot}; 27