tegra-trimslice.dts 521 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /dts-v1/;
  2. /include/ "tegra20.dtsi"
  3. / {
  4. model = "Compulab TrimSlice board";
  5. compatible = "compulab,trimslice", "nvidia,tegra20";
  6. memory@0 {
  7. reg = < 0x00000000 0x40000000 >;
  8. };
  9. i2c@7000c000 {
  10. clock-frequency = <400000>;
  11. };
  12. i2c@7000c400 {
  13. clock-frequency = <400000>;
  14. };
  15. i2c@7000c500 {
  16. clock-frequency = <400000>;
  17. };
  18. i2c@7000d000 {
  19. status = "disable";
  20. };
  21. serial@70006000 {
  22. clock-frequency = < 216000000 >;
  23. };
  24. sdhci@c8000600 {
  25. cd-gpios = <&gpio 121 0>;
  26. wp-gpios = <&gpio 122 0>;
  27. };
  28. };