/* * Copyright (c) 2019 Richard Osterloh * * SPDX-License-Identifier: Apache-2.0 */ #include #include / { cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { device_type = "cpu"; compatible = "arm,cortex-m4f"; reg = <0>; }; }; sram0: memory@20000000 { compatible = "mmio-sram"; }; soc { rcc: rcc@40021000 { compatible = "st,stm32-rcc"; #clock-cells = <2>; reg = <0x40021000 0x400>; label = "STM32_CLK_RCC"; }; }; }; &nvic { arm,num-irq-priority-bits = <4>; };