Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 / {
0003         nvic: interrupt-controller@e000e100  {
0004                 compatible = "arm,armv7m-nvic";
0005                 interrupt-controller;
0006                 #interrupt-cells = <1>;
0007                 reg = <0xe000e100 0xc00>;
0008         };
0009 
0010         systick: timer@e000e010 {
0011                 compatible = "arm,armv7m-systick";
0012                 reg = <0xe000e010 0x10>;
0013                 status = "disabled";
0014         };
0015 
0016         soc {
0017                 #address-cells = <1>;
0018                 #size-cells = <1>;
0019                 compatible = "simple-bus";
0020                 interrupt-parent = <&nvic>;
0021                 ranges;
0022         };
0023 };