Skip to content

Commit f544630

Browse files
RadxaStephenmmind
authored andcommitted
ARM: dts: rockchip: Enable SFC for edgeble-neu2
Enable on module SPI Flash present in Edgeble Neu2. Tested-by: Jagan Teki <jagan@edgeble.ai> Signed-off-by: Stephen Chen <stephen@radxa.com> Link: https://lore.kernel.org/r/20230731103518.2906147-12-jagan@edgeble.ai Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 012f90c commit f544630

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,22 @@
301301
status = "okay";
302302
};
303303

304+
&sfc {
305+
pinctrl-names = "default";
306+
pinctrl-0 = <&fspi_pins>;
307+
#address-cells = <1>;
308+
#size-cells = <0>;
309+
status = "okay";
310+
311+
flash@0 {
312+
compatible = "jedec,spi-nor";
313+
reg = <0>;
314+
spi-max-frequency = <50000000>;
315+
spi-rx-bus-width = <4>;
316+
spi-tx-bus-width = <1>;
317+
};
318+
};
319+
304320
&sdio {
305321
bus-width = <4>;
306322
cap-sd-highspeed;

0 commit comments

Comments
 (0)