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 7640d43 commit 5ba090aCopy full SHA for 5ba090a
arch/arm64/boot/dts/mediatek/mt7622.dtsi
@@ -552,6 +552,18 @@
552
status = "disabled";
553
};
554
555
+ snfi: spi@1100d000 {
556
+ compatible = "mediatek,mt7622-snand";
557
+ reg = <0 0x1100d000 0 0x1000>;
558
+ interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_LOW>;
559
+ clocks = <&pericfg CLK_PERI_NFI_PD>, <&pericfg CLK_PERI_SNFI_PD>;
560
+ clock-names = "nfi_clk", "pad_clk";
561
+ nand-ecc-engine = <&bch>;
562
+ #address-cells = <1>;
563
+ #size-cells = <0>;
564
+ status = "disabled";
565
+ };
566
+
567
bch: ecc@1100e000 {
568
compatible = "mediatek,mt7622-ecc";
569
reg = <0 0x1100e000 0 0x1000>;
0 commit comments