We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f7293 commit bd26630Copy full SHA for bd26630
arch/arm64/boot/dts/rockchip/rk3568-mecsbc.dts
@@ -351,6 +351,19 @@
351
status = "okay";
352
};
353
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
367
&tsadc {
368
rockchip,hw-tshut-mode = <1>;
369
rockchip,hw-tshut-polarity = <0>;
0 commit comments