Skip to content

Commit 9a1bb99

Browse files
gmarullkartben
authored andcommitted
dts: arm: sifli: sf32lb52x: define mpi1/2
MPI1/2 are memory controllers (PSRAM, NOR, NAND, etc.). Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent dd0e353 commit 9a1bb99

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

dts/arm/sifli/sf32lb52x.dtsi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,24 @@
9292
status = "disabled";
9393
};
9494

95+
mpi1: memory-controller@50041000 {
96+
compatible = "sifli,sf32lb-mpi";
97+
reg = <0x50041000 0x1000>;
98+
clocks = <&rcc_clk SF32LB52X_CLOCK_MPI1>;
99+
#address-cells = <1>;
100+
#size-cells = <1>;
101+
status = "disabled";
102+
};
103+
104+
mpi2: memory-controller@50042000 {
105+
compatible = "sifli,sf32lb-mpi";
106+
reg = <0x50042000 0x1000>;
107+
#address-cells = <1>;
108+
#size-cells = <1>;
109+
clocks = <&rcc_clk SF32LB52X_CLOCK_MPI2>;
110+
status = "disabled";
111+
};
112+
95113
usart1: serial@50084000 {
96114
compatible = "sifli,sf32lb-usart";
97115
reg = <0x50084000 0x400>;

0 commit comments

Comments
 (0)