lpc4350.dtsi revision 295011
1279377Simp/*
2279377Simp * NXP LPC4350 and LPC4330 SoC
3279377Simp *
4279377Simp * Copyright 2015 Ariel D'Alessandro <ariel.dalessandro@gmail.com>
5279377Simp *
6279377Simp * This code is released using a dual license strategy: BSD/GPL
7279377Simp * You can choose the licence that better fits your requirements.
8279377Simp *
9279377Simp * Released under the terms of 3-clause BSD License
10279377Simp * Released under the terms of GNU General Public License Version 2.0
11279377Simp *
12279377Simp */
13279377Simp
14279377Simp/ {
15279377Simp	compatible = "nxp,lpc4350", "nxp,lpc4330";
16279377Simp
17279377Simp	cpus {
18279377Simp		cpu@0 {
19279377Simp			compatible = "arm,cortex-m4";
20279377Simp		};
21279377Simp	};
22279377Simp
23279377Simp	soc {
24279377Simp		sram0: sram@10000000 {
25279377Simp			compatible = "mmio-sram";
26279377Simp			reg = <0x10000000 0x20000>; /* 96 + 32 KiB local SRAM */
27279377Simp		};
28279377Simp
29279377Simp		sram1: sram@10080000 {
30279377Simp			compatible = "mmio-sram";
31279377Simp			reg = <0x10080000 0x12000>; /* 64 + 8 KiB local SRAM */
32279377Simp		};
33279377Simp
34279377Simp		sram2: sram@20000000 {
35279377Simp			compatible = "mmio-sram";
36279377Simp			reg = <0x20000000 0x10000>; /* 4 x 16 KiB AHB SRAM */
37279377Simp		};
38279377Simp	};
39279377Simp};
40279377Simp