summaryrefslogtreecommitdiffstats
path: root/board/compal
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-21 10:04:37 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:19 +0200
commit00a55add04222539846dd884217bcf40c504da92 (patch)
treea3dff602953b6f5295629bcc6b597760b4a40e30 /board/compal
parentf3d93309c1ab0fe22e3229f99dbcfa7c857eb067 (diff)
downloadtalos-obmc-uboot-00a55add04222539846dd884217bcf40c504da92.tar.gz
talos-obmc-uboot-00a55add04222539846dd884217bcf40c504da92.zip
tegra: paz00: add device tree support
... to enable USB host support, which enables Ethernet support. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/compal')
-rw-r--r--board/compal/dts/tegra2-paz00.dts57
1 files changed, 57 insertions, 0 deletions
diff --git a/board/compal/dts/tegra2-paz00.dts b/board/compal/dts/tegra2-paz00.dts
new file mode 100644
index 0000000000..9e3e169069
--- /dev/null
+++ b/board/compal/dts/tegra2-paz00.dts
@@ -0,0 +1,57 @@
+/dts-v1/;
+
+/include/ ARCH_CPU_DTS
+
+/ {
+ model = "Toshiba AC100 / Dynabook AZ";
+ compatible = "compal,paz00", "nvidia,tegra20";
+
+ aliases {
+ usb0 = "/usb@c5008000";
+ };
+
+ memory {
+ reg = <0x00000000 0x20000000>;
+ };
+
+ clocks {
+ clk_32k: clk_32k {
+ clock-frequency = <32000>;
+ };
+ osc {
+ clock-frequency = <12000000>;
+ };
+ };
+
+ clock@60006000 {
+ clocks = <&clk_32k &osc>;
+ };
+
+ serial@70006000 {
+ clock-frequency = < 216000000 >;
+ };
+
+ i2c@7000c000 {
+ status = "disabled";
+ };
+
+ i2c@7000c400 {
+ status = "disabled";
+ };
+
+ i2c@7000c500 {
+ status = "disabled";
+ };
+
+ i2c@7000d000 {
+ status = "disabled";
+ };
+
+ usb@c5000000 {
+ status = "disabled";
+ };
+
+ usb@c5004000 {
+ status = "disabled";
+ };
+};
OpenPOWER on IntegriCloud