omap34xx.dtsi 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. * Device Tree Source for OMAP34xx/OMAP35xx SoC
  3. *
  4. * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. #include "omap3.dtsi"
  11. / {
  12. cpus {
  13. cpu@0 {
  14. /* OMAP343x/OMAP35xx variants OPP1-5 */
  15. operating-points = <
  16. /* kHz uV */
  17. 125000 975000
  18. 250000 1075000
  19. 500000 1200000
  20. 550000 1270000
  21. 600000 1350000
  22. >;
  23. clock-latency = <300000>; /* From legacy driver */
  24. };
  25. };
  26. ocp {
  27. omap3_pmx_core2: pinmux@480025d8 {
  28. compatible = "ti,omap3-padconf", "pinctrl-single";
  29. reg = <0x480025d8 0x24>;
  30. #address-cells = <1>;
  31. #size-cells = <0>;
  32. #interrupt-cells = <1>;
  33. interrupt-controller;
  34. pinctrl-single,register-width = <16>;
  35. pinctrl-single,function-mask = <0xff1f>;
  36. };
  37. };
  38. };
  39. &ssi {
  40. status = "ok";
  41. clocks = <&ssi_ssr_fck>,
  42. <&ssi_sst_fck>,
  43. <&ssi_ick>;
  44. clock-names = "ssi_ssr_fck",
  45. "ssi_sst_fck",
  46. "ssi_ick";
  47. };
  48. /include/ "omap34xx-omap36xx-clocks.dtsi"
  49. /include/ "omap36xx-omap3430es2plus-clocks.dtsi"
  50. /include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi"