Skip to content
Snippets Groups Projects
Commit 7cedd181 authored by Simon Glass's avatar Simon Glass Committed by Tom Warren
Browse files

tegra: fdt: Add NAND definitions to fdt


Add a flash node to handle the NAND, including memory timings and
page / block size information.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent c6af2e7d
No related branches found
No related tags found
No related merge requests found
......@@ -153,4 +153,14 @@
0x1f04008a>;
linux,fn-keymap = <0x05040002>;
};
nand-controller@70008000 {
nvidia,wp-gpios = <&gpio 59 0>; /* PH3 */
nvidia,width = <8>;
nvidia,timing = <26 100 20 80 20 10 12 10 70>;
nand@0 {
reg = <0>;
compatible = "hynix,hy27uf4g2b", "nand-flash";
};
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment