mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
dt: bcm6838: add nand controller
Add the nand controller in the bcm6838 device tree. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
parent
f917438772
commit
d8d9bfb90b
1 changed files with 13 additions and 0 deletions
|
@ -125,5 +125,18 @@
|
|||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nand: nand-controller@14e02200 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "brcm,nand-bcm6838",
|
||||
"brcm,brcmnand-v5.0",
|
||||
"brcm,brcmnand";
|
||||
reg-names = "nand", "nand-int-base", "nand-cache";
|
||||
reg = <0x14e02200 0x180>,
|
||||
<0x14e000f0 0x10>,
|
||||
<0x14e02600 0x180>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue