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 0f63e96 commit 6b7642eCopy full SHA for 6b7642e
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi
@@ -401,6 +401,38 @@
401
status = "okay";
402
};
403
404
+&spi0 {
405
+ pinctrl-names = "default";
406
+ pinctrl-0 = <&spi0_flash_pins>;
407
+ status = "okay";
408
+
409
+ spi_nand: flash@0 {
410
+ compatible = "spi-nand";
411
+ reg = <0>;
412
+ spi-max-frequency = <52000000>;
413
+ spi-tx-bus-width = <4>;
414
+ spi-rx-bus-width = <4>;
415
+ };
416
+};
417
418
+&spi1 {
419
420
421
422
+&spi_nand {
423
+ partitions {
424
+ compatible = "fixed-partitions";
425
+ #address-cells = <1>;
426
+ #size-cells = <1>;
427
428
+ partition@0 {
429
+ label = "bl2";
430
+ reg = <0x0 0x200000>;
431
+ read-only;
432
433
434
435
436
&ssusb1 {
437
438
0 commit comments