Skip to content

Commit 990a9d4

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 82602f8 commit 990a9d4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

boards/xen/xenvm/xenvm.dts

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

2020
/ {
21-
model = "XENVM";
2221
compatible = "xen,xenvm";
23-
interrupt-parent = <&gic>;
2422
#address-cells = <0x02>;
2523
#size-cells = <0x02>;
24+
interrupt-parent = <&gic>;
25+
model = "XENVM";
2626

2727
chosen {
28-
zephyr,sram = &ram;
2928
zephyr,console = &xen_hvc;
29+
zephyr,sram = &ram;
3030
};
3131

3232
cpus {
3333
#address-cells = <0x01>;
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,31 +47,31 @@
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-
#interrupt-cells = <0x04>;
56+
reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>;
5757
#address-cells = <0x00>;
58+
#interrupt-cells = <0x04>;
5859
interrupt-controller;
59-
reg = <0x00 0x3001000 0x00 0x1000 0x00 0x3002000 0x00 0x2000>;
6060
};
6161

6262
timer {
6363
compatible = "arm,armv8-timer";
64+
interrupt-parent = <&gic>;
6465
interrupts = <GIC_PPI 0x0d IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY
6566
GIC_PPI 0x0e IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY
6667
GIC_PPI 0x0b IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
67-
interrupt-parent = <&gic>;
6868
};
6969

7070
hypervisor: hypervisor@38000000 {
7171
compatible = "xen,xen";
7272
reg = <0x00 0x38000000 0x00 0x1000000>;
73-
interrupts = <GIC_PPI 0x0f IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>;
7473
interrupt-parent = <&gic>;
74+
interrupts = <GIC_PPI 0x0f IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>;
7575
};
7676

7777
xen_hvc: hvc {

0 commit comments

Comments
 (0)