mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
arm64: dts: rockchip: add nandc node for px30
Change-Id: Ifaa92e2d4ec1e35356a4051ae19084859149770e Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
354664b4b4
commit
1a0b9345e8
|
|
@ -778,6 +778,16 @@ emmc: dwmmc@ff390000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
nandc0: nandc@ff3b0000 {
|
||||
compatible = "rockchip,rk-nandc";
|
||||
reg = <0x0 0xff3b0000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
||||
nandc_id = <0>;
|
||||
clocks = <&cru SCLK_NANDC>, <&cru HCLK_NANDC>;
|
||||
clock-names = "clk_nandc", "hclk_nandc";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
dsi: dsi@ff450000 {
|
||||
compatible = "rockchip,px30-mipi-dsi";
|
||||
reg = <0x0 0xff450000 0x0 0x10000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user