Skip to content

Commit d73a807

Browse files
committed
devicetree: format files in boards/xen
Applying dts-linter results for format files in boards/xen Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent fa7f8f1 commit d73a807

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

boards/xen/xenvm/xenvm.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
1919

2020
/ {
21-
model = "XENVM";
2221
compatible = "xen,xenvm";
22+
model = "XENVM";
2323
interrupt-parent = <&gic>;
2424
#address-cells = <0x02>;
2525
#size-cells = <0x02>;
@@ -34,10 +34,10 @@
3434
#size-cells = <0x00>;
3535

3636
cpu@0 {
37-
device_type = "cpu";
3837
compatible = "arm,armv8";
39-
enable-method = "psci";
4038
reg = <0x00>;
39+
device_type = "cpu";
40+
enable-method = "psci";
4141
};
4242
};
4343

@@ -47,16 +47,16 @@
4747
};
4848

4949
ram: memory@40000000 {
50-
device_type = "mmio-sram";
5150
reg = <0x00 0x40000000 0x00 DT_SIZE_M(16)>;
51+
device_type = "mmio-sram";
5252
};
5353

5454
gic: interrupt-controller@3001000 {
5555
compatible = "arm,gic-v2", "arm,gic";
56+
reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>;
5657
#interrupt-cells = <0x04>;
5758
#address-cells = <0x00>;
5859
interrupt-controller;
59-
reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>;
6060
};
6161

6262
timer {

0 commit comments

Comments
 (0)