mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
dt: bcm968380gerg: enable nand controller
Enable the nand controller in the device tree of the board bcm96838gerg. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
committed by
Tom Rini
parent
d8d9bfb90b
commit
92cd0047a9
@@ -50,3 +50,15 @@
|
||||
&gpio_mid1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&nand {
|
||||
status = "okay";
|
||||
|
||||
nandcs@0 {
|
||||
compatible = "brcm,nandcs";
|
||||
reg = <0>;
|
||||
nand-ecc-strength = <4>;
|
||||
nand-ecc-step-size = <512>;
|
||||
brcm,nand-oob-sector-size = <16>;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user