tegra-ventana.dts 445 B

1234567891011121314151617181920212223242526
  1. /dts-v1/;
  2. /include/ "tegra20.dtsi"
  3. / {
  4. model = "NVIDIA Tegra2 Ventana evaluation board";
  5. compatible = "nvidia,ventana", "nvidia,tegra20";
  6. memory {
  7. reg = < 0x00000000 0x40000000 >;
  8. };
  9. serial@70006300 {
  10. clock-frequency = < 216000000 >;
  11. };
  12. sdhci@c8000400 {
  13. cd-gpios = <&gpio 69 0>; /* gpio PI5 */
  14. wp-gpios = <&gpio 57 0>; /* gpio PH1 */
  15. power-gpios = <&gpio 70 0>; /* gpio PI6 */
  16. };
  17. sdhci@c8000600 {
  18. support-8bit;
  19. };
  20. };