mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 16:07:17 -04:00
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 <david@protonic.nl> Signed-off-by: Jonas Rebmann <jre@pengutronix.de> Link: https://lore.kernel.org/r/20241219-mb85rs128ty-mecsbc-v1-2-77a0e851ef19@pengutronix.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
committed by
Heiko Stuebner
parent
60f7293a3d
commit
bd266303f7
@@ -351,6 +351,19 @@ &sdmmc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
/* use hardware chipselect on cs0 (cs1 unconnected) */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&spi0m0_pins>, <&spi0m0_cs0>;
|
||||
status = "okay";
|
||||
|
||||
fram@0 {
|
||||
compatible = "fujitsu,mb85rs128ty";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <33000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&tsadc {
|
||||
rockchip,hw-tshut-mode = <1>;
|
||||
rockchip,hw-tshut-polarity = <0>;
|
||||
|
||||
Reference in New Issue
Block a user