From: Xiaolei Li Date: Fri, 13 Jan 2017 08:42:55 +0000 (+0800) Subject: arm: dts: mt2701: Add nand device node X-Git-Tag: v4.11-rc1~87^2~21^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=111758b738cc9190521f75d65cb7987b230fede4;p=karo-tx-linux.git arm: dts: mt2701: Add nand device node Add mt2701 nand device node, include nfi and bch ecc. Signed-off-by: Xiaolei Li Signed-off-by: Erin Lo Signed-off-by: Matthias Brugger --- diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi index 2bfd8afc1c00..9edf000cf7af 100644 --- a/arch/arm/boot/dts/mt2701.dtsi +++ b/arch/arm/boot/dts/mt2701.dtsi @@ -260,6 +260,28 @@ status = "disabled"; }; + nandc: nfi@1100d000 { + compatible = "mediatek,mt2701-nfc"; + reg = <0 0x1100d000 0 0x1000>; + interrupts = ; + 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 = ; + clocks = <&pericfg CLK_PERI_NFI_ECC>; + clock-names = "nfiecc_clk"; + status = "disabled"; + }; + spi1: spi@11016000 { compatible = "mediatek,mt2701-spi"; #address-cells = <1>;