]> Git Repo - J-u-boot.git/blame - arch/arm/dts/armv7-m.dtsi
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / dts / armv7-m.dtsi
CommitLineData
63185b0a 1// SPDX-License-Identifier: GPL-2.0
b1a8de7e
MK
2/ {
3 nvic: interrupt-controller@e000e100 {
4 compatible = "arm,armv7m-nvic";
5 interrupt-controller;
6 #interrupt-cells = <1>;
7 reg = <0xe000e100 0xc00>;
8 };
9
10 systick: timer@e000e010 {
11 compatible = "arm,armv7m-systick";
12 reg = <0xe000e010 0x10>;
13 status = "disabled";
14 };
15
16 soc {
17 #address-cells = <1>;
18 #size-cells = <1>;
19 compatible = "simple-bus";
20 interrupt-parent = <&nvic>;
21 ranges;
22 };
23};
This page took 0.410133 seconds and 4 git commands to generate.