mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rk3228: add nandc support
Change-Id: I40ddba4f4ce56a34ca5e448f1dfbcc06c2ad445c Signed-off-by: Zhaoyifeng <zyf@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
6a6bfd15df
commit
f5509c80dd
@@ -651,6 +651,15 @@
|
||||
cru_reset_offset = <2>;
|
||||
};
|
||||
|
||||
nandc: nandc@30030000 {
|
||||
compatible = "rockchip,rk-nandc";
|
||||
reg = <0x30030000 0x4000>;
|
||||
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
|
||||
nandc_id = <0>;
|
||||
clocks = <&clk_nandc>, <&clk_gates1 0>, <&clk_gates11 3>;
|
||||
clock-names = "clk_nandc", "g_clk_nandc", "hclk_nandc";
|
||||
};
|
||||
|
||||
pinctrl: pinctrl {
|
||||
compatible = "rockchip,rk3228-pinctrl";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
Reference in New Issue
Block a user