File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 38
38
39
39
soc {
40
40
#address-cells = <1>;
41
- #size-cells = <0 >;
41
+ #size-cells = <1 >;
42
42
43
43
event0: interrupt-controller@1000 {
44
44
compatible = "sensry,sy1xx-event-unit";
45
- reg = <0x1000>;
45
+ reg = <0x1000 0x40 >;
46
46
interrupt-controller;
47
47
#interrupt-cells = <1>;
48
48
};
49
49
50
50
systick: timer@1a10b040 {
51
51
compatible = "sensry,sy1xx-sys-timer";
52
- reg = <0x1a10b040>;
52
+ reg = <0x1a10b040 0x04 >;
53
53
interrupt-parent = <&event0>;
54
54
interrupts = <10 0>;
55
55
ticks_us = <1000>;
56
56
};
57
57
58
58
timer1: timer@1a10b044 {
59
59
compatible = "sensry,sy1xx-sys-timer";
60
- reg = <0x1a10b044>;
60
+ reg = <0x1a10b044 0x04 >;
61
61
interrupt-parent = <&event0>;
62
62
interrupts = <11 0>;
63
63
ticks_us = <1000>;
64
64
};
65
65
66
66
uart0: uart@1a102000 {
67
67
compatible = "sensry,sy1xx-uart";
68
- reg = <0x1a102000>;
68
+ reg = <0x1a102000 0x80 >;
69
69
instance = <0>;
70
70
current-speed = <1000000>;
71
71
status = "okay";
72
72
};
73
73
74
74
uart1: uart@1a102080 {
75
75
compatible = "sensry,sy1xx-uart";
76
- reg = <0x1a102080>;
76
+ reg = <0x1a102080 0x80 >;
77
77
instance = <1>;
78
78
current-speed = <1000000>;
79
79
status = "okay";
80
80
};
81
81
82
82
uart2: uart@1a102100 {
83
83
compatible = "sensry,sy1xx-uart";
84
- reg = <0x1a102100>;
84
+ reg = <0x1a102100 0x80 >;
85
85
instance = <2>;
86
86
current-speed = <1000000>;
87
87
status = "okay";
88
88
};
89
89
90
+ pinctrl: pinctrl@1a104000 {
91
+ compatible = "sensry,sy1xx-pinctrl";
92
+ reg = <0x1a104000 0x1000>;
93
+ status = "okay";
94
+ };
95
+
90
96
};
91
97
};
You can’t perform that action at this time.
0 commit comments