Skip to content

Commit bd26630

Browse files
yopemmind
authored andcommitted
arm64: dts: rockchip: Add FRAM MB85RS128TY to rk3568-mecsbc
The board features a Fujitsu MB85RS128TY FRAM chip connected to spi0 CS 0. Add support for the MB85RS128TY to the device tree. Signed-off-by: David Jander <[email protected]> Signed-off-by: Jonas Rebmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 60f7293 commit bd26630

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3568-mecsbc.dts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,19 @@
351351
status = "okay";
352352
};
353353

354+
&spi0 {
355+
/* use hardware chipselect on cs0 (cs1 unconnected) */
356+
pinctrl-names = "default";
357+
pinctrl-0 = <&spi0m0_pins>, <&spi0m0_cs0>;
358+
status = "okay";
359+
360+
fram@0 {
361+
compatible = "fujitsu,mb85rs128ty";
362+
reg = <0>;
363+
spi-max-frequency = <33000000>;
364+
};
365+
};
366+
354367
&tsadc {
355368
rockchip,hw-tshut-mode = <1>;
356369
rockchip,hw-tshut-polarity = <0>;

0 commit comments

Comments
 (0)