Commit 86cb8a88 authored by Bayi Cheng's avatar Bayi Cheng Committed by Matthias Brugger
Browse files

arm64: dts: mt8173: Add nor flash node



Add Mediatek nor flash node

Signed-off-by: default avatarBayi Cheng <bayi.cheng@mediatek.com>
Acked-by: default avatarBrian Norris <computersforpeace@gmail.com>
Reviewed-by: Daniel Kurtz <djkurtz@chromium. org>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 92e963f5
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -397,6 +397,17 @@
			status = "disabled";
		};

		nor_flash: spi@1100d000 {
			compatible = "mediatek,mt8173-nor";
			reg = <0 0x1100d000 0 0xe0>;
			clocks = <&pericfg CLK_PERI_SPI>,
				 <&topckgen CLK_TOP_SPINFI_IFR_SEL>;
			clock-names = "spi", "sf";
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};

		i2c3: i2c@11010000 {
			compatible = "mediatek,mt8173-i2c";
			reg = <0 0x11010000 0 0x70>,