da850-evm.dts 996 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * Device Tree for DA850 EVM board
  3. *
  4. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms of the GNU General Public License as published by the
  8. * Free Software Foundation, version 2.
  9. */
  10. /dts-v1/;
  11. /include/ "da850.dtsi"
  12. / {
  13. compatible = "ti,da850-evm", "ti,da850";
  14. model = "DA850/AM1808/OMAP-L138 EVM";
  15. soc {
  16. pmx_core: pinmux@1c14120 {
  17. status = "okay";
  18. };
  19. serial0: serial@1c42000 {
  20. status = "okay";
  21. };
  22. serial1: serial@1d0c000 {
  23. status = "okay";
  24. };
  25. serial2: serial@1d0d000 {
  26. status = "okay";
  27. };
  28. rtc0: rtc@1c23000 {
  29. status = "okay";
  30. };
  31. i2c0: i2c@1c22000 {
  32. status = "okay";
  33. clock-frequency = <100000>;
  34. pinctrl-names = "default";
  35. pinctrl-0 = <&i2c0_pins>;
  36. };
  37. wdt: wdt@1c21000 {
  38. status = "okay";
  39. };
  40. };
  41. nand_cs3@62000000 {
  42. status = "okay";
  43. pinctrl-names = "default";
  44. pinctrl-0 = <&nand_cs3_pins>;
  45. };
  46. };