aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/003-mt7622-uboot-add-dts-and-config-for-spi-nand.patch
blob: 7167a498ad66043b1e12d087a5f24bbd0e4e9245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
From b1b3c3d2ce62872c8dec4a7d645af6b3c565e094 Mon Sep 17 00:00:00 2001
From: Sam Shih <sam.shih@mediatek.com>
Date: Mon, 20 Apr 2020 17:11:32 +0800
Subject: [PATCH 2/3] mt7622 uboot: add dts and config for spi nand

This patch add dts and config for mt7622 spi nand

Signed-off-by: Xiangsheng Hou <xiangsheng.hou@mediatek.com>
---
 arch/arm/dts/mt7622-rfb.dts |  6 ++++++
 arch/arm/dts/mt7622.dtsi    | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)

--- a/arch/arm/dts/mt7622-rfb.dts
+++ b/arch/arm/dts/mt7622-rfb.dts
@@ -174,6 +174,12 @@
 	};
 };
 
+&nandc {
+	pinctrl-names = "default";
+	pinctrl-0 = <&snfi_pins>;
+	status = "okay";
+};
+
 &uart0 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&uart0_pins>;
--- a/arch/arm/dts/mt7622.dtsi
+++ b/arch/arm/dts/mt7622.dtsi
@@ -53,6 +53,26 @@
 		#size-cells = <0>;
 	};
 
+	nandc: nfi@1100d000 {
+		compatible = "mediatek,mt7622-nfc";
+		reg = <0x1100d000 0x1000>,
+		      <0x1100e000 0x1000>;
+		interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_LOW>,
+			     <GIC_SPI 95 IRQ_TYPE_LEVEL_LOW>;
+		clocks = <&pericfg CLK_PERI_NFI_PD>,
+			 <&pericfg CLK_PERI_NFIECC_PD>,
+			 <&pericfg CLK_PERI_SNFI_PD>,
+			 <&topckgen CLK_TOP_NFI_INFRA_SEL>,
+			 <&topckgen CLK_TOP_UNIVPLL2_D8>;
+		clock-names = "nfi_clk",
+			      "ecc_clk",
+			      "snfi_clk",
+			      "spinfi_sel",
+			      "spinfi_parent_50m";
+		nand-ecc-mode = "hw";
+		status = "disabled";
+	};
+
 	timer {
 		compatible = "arm,armv8-timer";
 		interrupt-parent = <&gic>;