mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3308 add nandc node
Change-Id: If46f74981d71cc325e7459e11651173632c120ea Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -1097,6 +1097,16 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nandc: nandc@ff4b0000 {
|
||||
compatible = "rockchip,rk-nandc";
|
||||
reg = <0x0 0xff4b0000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
|
||||
nandc_id = <0>;
|
||||
clocks = <&cru SCLK_NANDC>, <&cru HCLK_NANDC>;
|
||||
clock-names = "clk_nandc", "hclk_nandc";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
cru: clock-controller@ff500000 {
|
||||
compatible = "rockchip,rk3308-cru";
|
||||
reg = <0x0 0xff500000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user