]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: dts: mt2701: Add nand device node
authorXiaolei Li <xiaolei.li@mediatek.com>
Fri, 13 Jan 2017 08:42:55 +0000 (16:42 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 13 Jan 2017 15:14:36 +0000 (16:14 +0100)
Add mt2701 nand device node, include nfi and bch ecc.

Signed-off-by: Xiaolei Li <xiaolei.li@mediatek.com>
Signed-off-by: Erin Lo <erin.lo@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt2701.dtsi

index 2bfd8afc1c00f2de6a11792e236a4252eca40b19..9edf000cf7af53e5bdd0a21d2f5523516123fed7 100644 (file)
                status = "disabled";
        };
 
+       nandc: nfi@1100d000 {
+               compatible = "mediatek,mt2701-nfc";
+               reg = <0 0x1100d000 0 0x1000>;
+               interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_LOW>;
+               clocks = <&pericfg CLK_PERI_NFI>,
+                        <&pericfg CLK_PERI_NFI_PAD>;
+               clock-names = "nfi_clk", "pad_clk";
+               status = "disabled";
+               ecc-engine = <&bch>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+       };
+
+       bch: ecc@1100e000 {
+               compatible = "mediatek,mt2701-ecc";
+               reg = <0 0x1100e000 0 0x1000>;
+               interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_LOW>;
+               clocks = <&pericfg CLK_PERI_NFI_ECC>;
+               clock-names = "nfiecc_clk";
+               status = "disabled";
+       };
+
        spi1: spi@11016000 {
                compatible = "mediatek,mt2701-spi";
                #address-cells = <1>;