File tree Expand file tree Collapse file tree 3 files changed +188
-189
lines changed Expand file tree Collapse file tree 3 files changed +188
-189
lines changed Original file line number Diff line number Diff line change 34
34
#address-cells = <1>;
35
35
interrupt-map-mask = <0x0 0xffffffff>;
36
36
interrupt-map = <
37
- 0 0 &intc 0 16
38
- 0 1 &intc 0 17
39
- 0 2 &intc 0 18
40
- 0 3 &intc 0 19
41
- 0 4 &intc 0 20
42
- 0 5 &intc 0 21
43
- 0 6 &intc 0 22
44
- 0 7 &intc 0 23
45
- 0 8 &intc 0 24
46
- 0 9 &intc 0 25
47
- 0 10 &intc 0 26
48
- 0 11 &intc 0 27
49
- 0 12 &intc 0 28
50
- 0 13 &intc 0 29
51
- 0 14 &intc 0 30
52
- 0 15 &intc 0 31
53
- >;
37
+ 0 0 &intc 0 16
38
+ 0 1 &intc 0 17
39
+ 0 2 &intc 0 18
40
+ 0 3 &intc 0 19
41
+ 0 4 &intc 0 20
42
+ 0 5 &intc 0 21
43
+ 0 6 &intc 0 22
44
+ 0 7 &intc 0 23
45
+ 0 8 &intc 0 24
46
+ 0 9 &intc 0 25
47
+ 0 10 &intc 0 26
48
+ 0 11 &intc 0 27
49
+ 0 12 &intc 0 28
50
+ 0 13 &intc 0 29
51
+ 0 14 &intc 0 30
52
+ 0 15 &intc 0 31
53
+ >;
54
54
#interrupt-cells = <1>;
55
55
};
56
56
};
Original file line number Diff line number Diff line change 80
80
};
81
81
82
82
uart0: uart@10000000 {
83
- interrupts = < 0x0a 1 >;
84
- interrupt-parent = < &plic0 >;
83
+ interrupts = <0x0a 1>;
84
+ interrupt-parent = <&plic0>;
85
85
clock-frequency = <150000000>;
86
86
current-speed = <115200>;
87
- reg = < 0x10000000 0x100 >;
87
+ reg = <0x10000000 0x100>;
88
88
compatible = "ns16550";
89
- reg-shift = < 0 >;
89
+ reg-shift = <0 >;
90
90
status = "disabled";
91
91
};
92
92
93
93
uart1: uart@10000100 {
94
- interrupts = < 0x0a 1 >;
95
- interrupt-parent = < &plic1 >;
94
+ interrupts = <0x0a 1>;
95
+ interrupt-parent = <&plic1>;
96
96
clock-frequency = <150000000>;
97
97
current-speed = <115200>;
98
- reg = < 0x10000100 0x100 >;
98
+ reg = <0x10000100 0x100>;
99
99
compatible = "ns16550";
100
- reg-shift = < 0 >;
100
+ reg-shift = <0 >;
101
101
status = "disabled";
102
102
};
103
103
};
You can’t perform that action at this time.
0 commit comments