File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
arch/riscv/boot/dts/sophgo Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 48
48
interrupt-parent = <&intc>;
49
49
ranges;
50
50
51
+ spifmc0: spi@7000180000 {
52
+ compatible = "sophgo,sg2042-spifmc-nor";
53
+ reg = <0x70 0x00180000 0x0 0x1000000>;
54
+ #address-cells = <1>;
55
+ #size-cells = <0>;
56
+ clocks = <&clkgen GATE_CLK_AHB_SF>;
57
+ interrupt-parent = <&intc>;
58
+ interrupts = <108 IRQ_TYPE_LEVEL_HIGH>;
59
+ resets = <&rstgen RST_SF0>;
60
+ status = "disabled";
61
+ };
62
+
63
+ spifmc1: spi@7002180000 {
64
+ compatible = "sophgo,sg2042-spifmc-nor";
65
+ reg = <0x70 0x02180000 0x0 0x1000000>;
66
+ #address-cells = <1>;
67
+ #size-cells = <0>;
68
+ clocks = <&clkgen GATE_CLK_AHB_SF>;
69
+ interrupt-parent = <&intc>;
70
+ interrupts = <109 IRQ_TYPE_LEVEL_HIGH>;
71
+ resets = <&rstgen RST_SF1>;
72
+ status = "disabled";
73
+ };
74
+
51
75
i2c0: i2c@7030005000 {
52
76
compatible = "snps,designware-i2c";
53
77
reg = <0x70 0x30005000 0x0 0x1000>;
You can’t perform that action at this time.
0 commit comments