summaryrefslogtreecommitdiffstats
path: root/board/avionic-design
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-07-30 20:21:56 +0000
committerTom Warren <twarren@nvidia.com>2012-09-07 13:54:31 -0700
commit0bc069b2e46ec673daf1c17ee86099fef7252660 (patch)
tree6ab892e088820cd2ab87e15d0c18e988aa47ca13 /board/avionic-design
parent62fd66f3d38eeadeed17ce457600372d694f3bd2 (diff)
downloadblackbird-obmc-uboot-0bc069b2e46ec673daf1c17ee86099fef7252660.tar.gz
blackbird-obmc-uboot-0bc069b2e46ec673daf1c17ee86099fef7252660.zip
tegra: Enable NAND on TEC
This commit enables NAND support on the Tamonten Evaluation Carrier and adds the corresponding device tree nodes. Furthermore, the U-Boot environment can now be stored in NAND. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/avionic-design')
-rw-r--r--board/avionic-design/dts/tegra20-tec.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/avionic-design/dts/tegra20-tec.dts b/board/avionic-design/dts/tegra20-tec.dts
index 9faebd8bc6..bb3851b57d 100644
--- a/board/avionic-design/dts/tegra20-tec.dts
+++ b/board/avionic-design/dts/tegra20-tec.dts
@@ -55,4 +55,15 @@
usb@c5004000 {
status = "disabled";
};
+
+ nand-controller@70008000 {
+ nvidia,wp-gpios = <&gpio 23 0>; /* PC7 */
+ nvidia,width = <8>;
+ nvidia,timing = <26 100 20 80 20 10 12 10 70>;
+
+ nand@0 {
+ reg = <0>;
+ compatible = "hynix,hy27uf4g2b", "nand-flash";
+ };
+ };
};
OpenPOWER on IntegriCloud