File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
#include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
19
19
20
20
/ {
21
- model = "XENVM";
22
21
compatible = "xen,xenvm";
22
+ model = "XENVM";
23
23
interrupt-parent = <&gic>;
24
24
#address-cells = <0x02>;
25
25
#size-cells = <0x02>;
34
34
#size-cells = <0x00>;
35
35
36
36
cpu@0 {
37
- device_type = "cpu";
38
37
compatible = "arm,armv8";
39
- enable-method = "psci";
40
38
reg = <0x00>;
39
+ device_type = "cpu";
40
+ enable-method = "psci";
41
41
};
42
42
};
43
43
47
47
};
48
48
49
49
ram: memory@40000000 {
50
- device_type = "mmio-sram";
51
50
reg = <0x00 0x40000000 0x00 DT_SIZE_M(16)>;
51
+ device_type = "mmio-sram";
52
52
};
53
53
54
54
gic: interrupt-controller@3001000 {
55
55
compatible = "arm,gic-v2", "arm,gic";
56
+ reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>;
56
57
#interrupt-cells = <0x04>;
57
58
#address-cells = <0x00>;
58
59
interrupt-controller;
59
- reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>;
60
60
};
61
61
62
62
timer {
You can’t perform that action at this time.
0 commit comments