summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rv1108.dtsi
diff options
context:
space:
mode:
authorYifeng Zhao <yifeng.zhao@rock-chips.com>2020-12-10 03:22:17 +0300
committerHeiko Stuebner <heiko@sntech.de>2021-01-18 15:37:08 +0300
commit2525f194f9dc07c48b0a12697128357068c2e04b (patch)
tree3c0893fcefa17e4f5f9f1cbbb7e78eb4db02c84f /arch/arm/boot/dts/rv1108.dtsi
parentb840662bd55fb6dc9204585f071518123a87b59d (diff)
downloadlinux-2525f194f9dc07c48b0a12697128357068c2e04b.tar.xz
ARM: dts: rockchip: Add NFC node for RV1108 SoC
Add NAND FLASH Controller(NFC) node for RV1108 SoC. Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Link: https://lore.kernel.org/r/20201210002219.5739-2-yifeng.zhao@rock-chips.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rv1108.dtsi')
-rw-r--r--arch/arm/boot/dts/rv1108.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi
index e491964b1c3d..15fa25585ea4 100644
--- a/arch/arm/boot/dts/rv1108.dtsi
+++ b/arch/arm/boot/dts/rv1108.dtsi
@@ -452,6 +452,17 @@
#reset-cells = <1>;
};
+ nfc: nand-controller@30100000 {
+ compatible = "rockchip,rv1108-nfc";
+ reg = <0x30100000 0x1000>;
+ interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cru HCLK_NANDC>, <&cru SCLK_NANDC>;
+ clock-names = "ahb", "nfc";
+ assigned-clocks = <&cru SCLK_NANDC>;
+ assigned-clock-rates = <150000000>;
+ status = "disabled";
+ };
+
emmc: mmc@30110000 {
compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x30110000 0x4000>;