imx6dl.dtsi 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. *
  8. */
  9. /include/ "imx6qdl.dtsi"
  10. / {
  11. cpus {
  12. #address-cells = <1>;
  13. #size-cells = <0>;
  14. cpu@0 {
  15. compatible = "arm,cortex-a9";
  16. reg = <0>;
  17. next-level-cache = <&L2>;
  18. };
  19. cpu@1 {
  20. compatible = "arm,cortex-a9";
  21. reg = <1>;
  22. next-level-cache = <&L2>;
  23. };
  24. };
  25. soc {
  26. aips1: aips-bus@02000000 {
  27. pxp: pxp@020f0000 {
  28. reg = <0x020f0000 0x4000>;
  29. interrupts = <0 98 0x04>;
  30. };
  31. epdc: epdc@020f4000 {
  32. reg = <0x020f4000 0x4000>;
  33. interrupts = <0 97 0x04>;
  34. };
  35. lcdif: lcdif@020f8000 {
  36. reg = <0x020f8000 0x4000>;
  37. interrupts = <0 39 0x04>;
  38. };
  39. };
  40. aips2: aips-bus@02100000 {
  41. i2c4: i2c@021f8000 {
  42. #address-cells = <1>;
  43. #size-cells = <0>;
  44. compatible = "fsl,imx1-i2c";
  45. reg = <0x021f8000 0x4000>;
  46. interrupts = <0 35 0x04>;
  47. status = "disabled";
  48. };
  49. };
  50. };
  51. };