diff options
| author | Olof Johansson <olof@lixom.net> | 2011-10-18 14:06:06 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2012-02-06 21:21:18 -0500 |
| commit | d8017a975cfc7f9e24a0424faf96369eb4d6c7bc (patch) | |
| tree | f8aa4a672ed6fc2ff81bfd41ca633b77d4790833 | |
| parent | 0c6700abfa3cc90e08d625a934ba0e06e147227e (diff) | |
ARM: tegra: seaboard: add EMC table to device tree
Timings for the T25 version of seaboard, only one memory manufacturer
and timing table (two speeds).
Signed-off-by: Olof Johansson <olof@lixom.net>
| -rw-r--r-- | arch/arm/boot/dts/tegra-seaboard.dts | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index b55a02e34ba7..7ccf67e228fc 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts | |||
| @@ -93,4 +93,42 @@ | |||
| 93 | gpio-key,wakeup; | 93 | gpio-key,wakeup; |
| 94 | }; | 94 | }; |
| 95 | }; | 95 | }; |
| 96 | |||
| 97 | emc@7000f400 { | ||
| 98 | emc-table@190000 { | ||
| 99 | reg = < 190000 >; | ||
| 100 | compatible = "nvidia,tegra20-emc-table"; | ||
| 101 | clock-frequency = < 190000 >; | ||
| 102 | nvidia,emc-registers = < 0x0000000c 0x00000026 | ||
| 103 | 0x00000009 0x00000003 0x00000004 0x00000004 | ||
| 104 | 0x00000002 0x0000000c 0x00000003 0x00000003 | ||
| 105 | 0x00000002 0x00000001 0x00000004 0x00000005 | ||
| 106 | 0x00000004 0x00000009 0x0000000d 0x0000059f | ||
| 107 | 0x00000000 0x00000003 0x00000003 0x00000003 | ||
| 108 | 0x00000003 0x00000001 0x0000000b 0x000000c8 | ||
| 109 | 0x00000003 0x00000007 0x00000004 0x0000000f | ||
| 110 | 0x00000002 0x00000000 0x00000000 0x00000002 | ||
| 111 | 0x00000000 0x00000000 0x00000083 0xa06204ae | ||
| 112 | 0x007dc010 0x00000000 0x00000000 0x00000000 | ||
| 113 | 0x00000000 0x00000000 0x00000000 0x00000000 >; | ||
| 114 | }; | ||
| 115 | |||
| 116 | emc-table@380000 { | ||
| 117 | reg = < 380000 >; | ||
| 118 | compatible = "nvidia,tegra20-emc-table"; | ||
| 119 | clock-frequency = < 380000 >; | ||
| 120 | nvidia,emc-registers = < 0x00000017 0x0000004b | ||
| 121 | 0x00000012 0x00000006 0x00000004 0x00000005 | ||
| 122 | 0x00000003 0x0000000c 0x00000006 0x00000006 | ||
| 123 | 0x00000003 0x00000001 0x00000004 0x00000005 | ||
| 124 | 0x00000004 0x00000009 0x0000000d 0x00000b5f | ||
| 125 | 0x00000000 0x00000003 0x00000003 0x00000006 | ||
| 126 | 0x00000006 0x00000001 0x00000011 0x000000c8 | ||
| 127 | 0x00000003 0x0000000e 0x00000007 0x0000000f | ||
| 128 | 0x00000002 0x00000000 0x00000000 0x00000002 | ||
| 129 | 0x00000000 0x00000000 0x00000083 0xe044048b | ||
| 130 | 0x007d8010 0x00000000 0x00000000 0x00000000 | ||
| 131 | 0x00000000 0x00000000 0x00000000 0x00000000 >; | ||
| 132 | }; | ||
| 133 | }; | ||
| 96 | }; | 134 | }; |
