| /* | |
| * Copyright (c) 2025 Infineon Technologies AG, | |
| * or an affiliate of Infineon Technologies AG. | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #include <arm/armv8-m.dtsi> | |
| / { | |
| cpus { | |
| #address-cells = <1>; | |
| #size-cells = <0>; | |
| cpu@0 { | |
| device_type = "cpu"; | |
| compatible = "arm,cortex-m33"; | |
| reg = <0>; | |
| clock-frequency = <200000000>; | |
| }; | |
| }; | |
| }; | |
| &nvic { | |
| arm,num-irq-priority-bits = <3>; | |
| }; |