summaryrefslogtreecommitdiff
path: root/dts/arm/nxp/nxp_kl25z.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/arm/nxp/nxp_kl25z.dtsi')
-rw-r--r--dts/arm/nxp/nxp_kl25z.dtsi32
1 files changed, 32 insertions, 0 deletions
diff --git a/dts/arm/nxp/nxp_kl25z.dtsi b/dts/arm/nxp/nxp_kl25z.dtsi
new file mode 100644
index 000000000..e43895f68
--- /dev/null
+++ b/dts/arm/nxp/nxp_kl25z.dtsi
@@ -0,0 +1,32 @@
+#include "armv6-m.dtsi"
+
+/ {
+ cpus {
+ cpu@0 {
+ compatible = "arm,cortex-m0+";
+ };
+ };
+
+ sram0: memory {
+ compatible = "mmio-sram";
+ reg = <0x1FFFF000 0x4000>;
+ };
+
+ soc {
+ flash0: flash@0 {
+ reg = <0 0x20000>;
+ };
+
+ uart0: uart@4006A000 {
+ compatible = "nxp,kinetis-lpsci";
+ reg = <0x4006A000 0xc>;
+ interrupts = <12 0>;
+
+ status = "disabled";
+ };
+ };
+};
+
+&nvic {
+ arm,num-irq-priority-bits = <2>;
+};