-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbackend1.dts
115 lines (98 loc) · 2.25 KB
/
backend1.dts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/dts-v1/;
/ {
#size-cells = <0x2>;
#address-cells = <0x2>;
interrupt-parent = <&gic>;
cpus {
#size-cells = <0x0>;
#address-cells = <0x1>;
cpu@0 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
enable-method = "psci";
reg = <0x0>;
};
};
psci {
compatible = "arm,psci-0.2";
method = "smc";
};
memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x80000000>;
};
gic: intc@8000000 {
interrupts = <0x01 0x09 0x04>;
reg = <0x00 0x8000000 0x00 0x10000 0x00 0x80a0000 0x00 0xf60000>;
#redistributor-regions = <0x01>;
compatible = "arm,gic-v3";
ranges;
#size-cells = <0x02>;
#address-cells = <0x02>;
interrupt-controller;
#interrupt-cells = <0x03>;
};
bao_io_dispatcher: bao-io-dispatcher {
compatible = "bao,io-dispatcher";
reg = <0x0 0x20000000 0x0 0x01000000
0x0 0x21000000 0x0 0x01000000>;
interrupts = <0x0 0x08 0x1
0x0 0x09 0x1>;
};
timer {
interrupts = <0x1 0xd 0xf04 0x1 0xe 0xf04 0x1 0xb 0xf04 0x1 0xa 0xf04>;
always-on;
compatible = "arm,armv8-timer", "arm,armv7-timer";
};
chosen {
bootargs = "earlycon console=hvc0 ip=192.168.42.15";
};
virtio_mmio@a003000 {
dma-coherent;
interrupts = <0x0 0x28 0x1>;
reg = <0x0 0xa003000 0x0 0x200>;
compatible = "virtio,mmio";
};
virtio_mmio@a003200 {
dma-coherent;
interrupts = <0x0 0x29 0x1>;
reg = <0x0 0xa003200 0x0 0x200>;
compatible = "virtio,mmio";
};
virtio_mmio@a003400 {
dma-coherent;
interrupts = <0x0 0x2a 0x1>;
reg = <0x0 0xa003400 0x0 0x200>;
compatible = "virtio,mmio";
};
virtio_mmio@a003600 {
dma-coherent;
interrupts = <0x0 0x2b 0x1>;
reg = <0x0 0xa003600 0x0 0x200>;
compatible = "virtio,mmio";
};
virtio_mmio@a003800 {
dma-coherent;
interrupts = <0x0 0x2c 0x1>;
reg = <0x0 0xa003800 0x0 0x200>;
compatible = "virtio,mmio";
};
virtio_mmio@a003a00 {
dma-coherent;
interrupts = <0x0 0x2d 0x1>;
reg = <0x0 0xa003a00 0x0 0x200>;
compatible = "virtio,mmio";
};
virtio_mmio@a003c00 {
dma-coherent;
interrupts = <0x0 0x2e 0x1>;
reg = <0x0 0xa003c00 0x0 0x200>;
compatible = "virtio,mmio";
};
virtio_mmio@a003e00 {
dma-coherent;
interrupts = <0x0 0x2f 0x1>;
reg = <0x0 0xa003e00 0x0 0x200>;
compatible = "virtio,mmio";
};
};