xref: /linux/arch/arm/boot/dts/nxp/lpc/lpc4357.dtsi (revision 68a052239fc4b351e961f698b824f7654a346091)
1/*
2 * NXP LPC435x, LPC433x, LPC4327, LPC4325, LPC4317 and LPC4315 SoC
3 *
4 * Copyright 2015 Joachim Eastwood <manabian@gmail.com>
5 *
6 * This code is released using a dual license strategy: BSD/GPL
7 * You can choose the licence that better fits your requirements.
8 *
9 * Released under the terms of 3-clause BSD License
10 * Released under the terms of GNU General Public License Version 2.0
11 *
12 */
13
14/ {
15	compatible = "nxp,lpc4357";
16
17	cpus {
18		cpu@0 {
19			compatible = "arm,cortex-m4";
20		};
21	};
22
23	soc {
24		sram0: sram@10000000 {
25			compatible = "mmio-sram";
26			reg = <0x10000000 0x8000>; /* 32 KiB local SRAM */
27			#address-cells = <1>;
28			#size-cells = <1>;
29			ranges;
30		};
31
32		sram1: sram@10080000 {
33			compatible = "mmio-sram";
34			reg = <0x10080000 0xa000>; /* 32 + 8 KiB local SRAM */
35			#address-cells = <1>;
36			#size-cells = <1>;
37			ranges;
38		};
39
40		sram2: sram@20000000 {
41			compatible = "mmio-sram";
42			reg = <0x20000000 0x10000>; /* 4 x 16 KiB AHB SRAM */
43			#address-cells = <1>;
44			#size-cells = <1>;
45			ranges;
46		};
47	};
48};
49
50&eeprom {
51	status = "okay";
52};
53