summaryrefslogtreecommitdiff
path: root/dts/arm/ti/lm3s6965.dtsi
blob: 308694cb85b970165ceb5e16843aa2f68d2e4ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include <arm/armv7-m.dtsi>

/ {
	cpus {
		cpu@0 {
			compatible = "arm,cortex-m3";
		};
	};

	sram0: memory {
		compatible = "sram";
		reg = <0x20000000 (64*1024)>;
	};

	flash0: flash {
		reg = <0x00000000 (256*1024)>;
	};

	soc {
	};
};

&nvic {
	arm,num-irq-priority-bits = <3>;
};