File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
arch/riscv/boot/dts/spacemit Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 346
346
dma-noncoherent;
347
347
ranges;
348
348
349
+ syscon_rcpu: system-controller@c0880000 {
350
+ compatible = "spacemit,k1-syscon-rcpu";
351
+ reg = <0x0 0xc0880000 0x0 0x2048>;
352
+ #reset-cells = <1>;
353
+ };
354
+
355
+ syscon_rcpu2: system-controller@c0888000 {
356
+ compatible = "spacemit,k1-syscon-rcpu2";
357
+ reg = <0x0 0xc0888000 0x0 0x28>;
358
+ #reset-cells = <1>;
359
+ };
360
+
349
361
syscon_apbc: system-controller@d4015000 {
350
362
compatible = "spacemit,k1-syscon-apbc";
351
363
reg = <0x0 0xd4015000 0x0 0x1000>;
562
574
<&cpu7_intc 3>, <&cpu7_intc 7>;
563
575
};
564
576
577
+ syscon_apbc2: system-controller@f0610000 {
578
+ compatible = "spacemit,k1-syscon-apbc2";
579
+ reg = <0x0 0xf0610000 0x0 0x20>;
580
+ #reset-cells = <1>;
581
+ };
582
+
565
583
sec_uart1: serial@f0612000 {
566
584
compatible = "spacemit,k1-uart", "intel,xscale-uart";
567
585
reg = <0x0 0xf0612000 0x0 0x100>;
You can’t perform that action at this time.
0 commit comments