summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra20-colibri.dts
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-03-26 01:31:54 +0100
committerTom Warren <twarren@nvidia.com>2015-03-30 10:04:43 -0700
commite57c6e5b50d330516e30f61b824613d551316086 (patch)
treebf397ce8bf430ae712069a958e89f4c398b16db5 /arch/arm/dts/tegra20-colibri.dts
parentd1db97aaa43d6ae5e1e790e872f79d36d8809660 (diff)
downloadblackbird-obmc-uboot-e57c6e5b50d330516e30f61b824613d551316086.tar.gz
blackbird-obmc-uboot-e57c6e5b50d330516e30f61b824613d551316086.zip
ARM: tegra: rename colibri_t20 board/configuration/device-tree
In accordance with our other modules supported by U-Boot and as agreed upon for Apalis/Colibri T30 get rid of the carrier board in the board/ configuration/device-tree naming. While at it also bring the prompt more in line with our other products. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/dts/tegra20-colibri.dts')
-rw-r--r--arch/arm/dts/tegra20-colibri.dts49
1 files changed, 49 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-colibri.dts b/arch/arm/dts/tegra20-colibri.dts
new file mode 100644
index 0000000000..3131b9201b
--- /dev/null
+++ b/arch/arm/dts/tegra20-colibri.dts
@@ -0,0 +1,49 @@
+/dts-v1/;
+
+#include "tegra20.dtsi"
+
+/ {
+ model = "Toradex Colibri T20";
+ compatible = "toradex,t20", "nvidia,tegra20";
+
+ chosen {
+ stdout-path = &uarta;
+ };
+
+ aliases {
+ usb0 = "/usb@c5008000";
+ usb1 = "/usb@c5000000";
+ usb2 = "/usb@c5004000";
+ sdhci0 = "/sdhci@c8000600";
+ };
+
+ usb@c5000000 {
+ dr_mode = "otg";
+ };
+
+ usb@c5004000 {
+ nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
+ nvidia,vbus-gpio = <&gpio TEGRA_GPIO(BB, 1) GPIO_ACTIVE_HIGH>;
+ };
+
+ usb@c5008000 {
+ nvidia,vbus-gpio = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
+ };
+
+ nand-controller@70008000 {
+ nvidia,wp-gpios = <&gpio TEGRA_GPIO(S, 0) GPIO_ACTIVE_HIGH>;
+ nvidia,width = <8>;
+ nvidia,timing = <15 100 25 80 25 10 15 10 100>;
+
+ nand@0 {
+ reg = <0>;
+ compatible = "nand-flash";
+ };
+ };
+
+ sdhci@c8000600 {
+ status = "okay";
+ cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
+ bus-width = <4>;
+ };
+};
OpenPOWER on IntegriCloud