mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
arm: dts: armada-cp110-slave: add missing cps_nand
Align node properties to kernel dts node. Keep U-Boot specific nand-enable-arbiter, and num-cs for compatibility with the current driver. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Shmuel Hazan <shmuel.h@siklu.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
This commit is contained in:
parent
ccb350491f
commit
e2eafaa18a
1 changed files with 16 additions and 0 deletions
|
@ -267,6 +267,22 @@
|
|||
utmi-port = <UTMI_PHY_TO_USB3_HOST0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
cps_nand: nand@720000 {
|
||||
compatible = "marvell,armada-8k-nand-controller",
|
||||
"marvell,armada370-nand-controller";
|
||||
reg = <0x720000 0x54>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-names = "core", "reg";
|
||||
clocks = <&cps_syscon0 1 2>,
|
||||
<&cps_syscon0 1 17>;
|
||||
marvell,system-controller = <&cps_syscon0>;
|
||||
nand-enable-arbiter;
|
||||
num-cs = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
cps_pcie0: pcie@f4600000 {
|
||||
|
|
Loading…
Add table
Reference in a new issue