Commit c56eeebc authored by Yifeng Zhao's avatar Yifeng Zhao Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add NFC node for RK3308 SoC



Add NAND FLASH Controller(NFC) node for RK3308 SoC.

Signed-off-by: default avatarYifeng Zhao <yifeng.zhao@rock-chips.com>
Link: https://lore.kernel.org/r/20201210002134.5686-5-yifeng.zhao@rock-chips.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent b918e81f
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -629,6 +629,21 @@ sdio: mmc@ff4a0000 {
		status = "disabled";
	};

	nfc: nand-controller@ff4b0000 {
		compatible = "rockchip,rk3308-nfc",
			     "rockchip,rv1108-nfc";
		reg = <0x0 0xff4b0000 0x0 0x4000>;
		interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&cru HCLK_NANDC>, <&cru SCLK_NANDC>;
		clock-names = "ahb", "nfc";
		assigned-clocks = <&cru SCLK_NANDC>;
		assigned-clock-rates = <150000000>;
		pinctrl-0 = <&flash_ale &flash_bus8 &flash_cle &flash_csn0
			     &flash_rdn &flash_rdy &flash_wrn>;
		pinctrl-names = "default";
		status = "disabled";
	};

	cru: clock-controller@ff500000 {
		compatible = "rockchip,rk3308-cru";
		reg = <0x0 0xff500000 0x0 0x1000>;