| * Copyright (c) 2017 Linaro Limited |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <arm/armv7-m.dtsi> |
| compatible = "arm,cortex-m4f"; |
| reg = <0x08000000 DT_FLASH_SIZE>; |
| compatible = "mmio-sram"; |
| reg = <0x20000000 DT_SRAM_SIZE>; |
| usart1: serial@40013800 { |
| compatible = "st,stm32-usart", "st,stm32-uart"; |
| reg = <0x40013800 0x400>; |
| usart2: serial@40004400 { |
| compatible = "st,stm32-usart", "st,stm32-uart"; |
| reg = <0x40004400 0x400>; |
| usart3: serial@40004800 { |
| compatible = "st,stm32-usart", "st,stm32-uart"; |
| reg = <0x40004800 0x400>; |
| arm,num-irq-priority-bits = <4>; |