imx23-evk.dts 685 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. /include/ "imx23.dtsi"
  13. / {
  14. model = "Freescale i.MX23 Evaluation Kit";
  15. compatible = "fsl,imx23-evk", "fsl,imx23";
  16. memory {
  17. reg = <0x40000000 0x08000000>;
  18. };
  19. apb@80000000 {
  20. apbx@80040000 {
  21. duart: serial@80070000 {
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&duart_pins_a>;
  24. status = "okay";
  25. };
  26. };
  27. };
  28. };