tegra20-whistler.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /dts-v1/;
  2. #include "tegra20.dtsi"
  3. / {
  4. model = "NVIDIA Tegra20 Whistler evaluation board";
  5. compatible = "nvidia,whistler", "nvidia,tegra20";
  6. chosen {
  7. stdout-path = &uarta;
  8. };
  9. aliases {
  10. i2c0 = "/i2c@7000d000";
  11. usb0 = "/usb@c5008000";
  12. sdhci0 = "/sdhci@c8000600";
  13. sdhci1 = "/sdhci@c8000400";
  14. };
  15. memory {
  16. device_type = "memory";
  17. reg = < 0x00000000 0x20000000 >;
  18. };
  19. serial@70006000 {
  20. clock-frequency = < 216000000 >;
  21. };
  22. i2c@7000c000 {
  23. status = "disabled";
  24. };
  25. i2c@7000c400 {
  26. status = "disabled";
  27. };
  28. i2c@7000c500 {
  29. status = "disabled";
  30. };
  31. i2c@7000d000 {
  32. clock-frequency = <100000>;
  33. pmic@3c {
  34. compatible = "maxim,max8907b";
  35. reg = <0x3c>;
  36. clk_32k: clock {
  37. compatible = "fixed-clock";
  38. /*
  39. * leave out for now due to CPP:
  40. * #clock-cells = <0>;
  41. */
  42. clock-frequency = <32768>;
  43. };
  44. };
  45. };
  46. usb@c5000000 {
  47. status = "disabled";
  48. };
  49. usb@c5004000 {
  50. status = "disabled";
  51. };
  52. sdhci@c8000400 {
  53. status = "okay";
  54. wp-gpios = <&gpio TEGRA_GPIO(V, 5) GPIO_ACTIVE_HIGH>;
  55. bus-width = <8>;
  56. };
  57. sdhci@c8000600 {
  58. status = "okay";
  59. bus-width = <8>;
  60. };
  61. };