imx6dl.dtsi 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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 <dt-bindings/interrupt-controller/irq.h>
  10. #include "imx6dl-pinfunc.h"
  11. #include "imx6qdl.dtsi"
  12. / {
  13. aliases {
  14. i2c3 = &i2c4;
  15. };
  16. cpus {
  17. #address-cells = <1>;
  18. #size-cells = <0>;
  19. cpu@0 {
  20. compatible = "arm,cortex-a9";
  21. device_type = "cpu";
  22. reg = <0>;
  23. next-level-cache = <&L2>;
  24. operating-points = <
  25. /* kHz uV */
  26. 996000 1250000
  27. 792000 1175000
  28. 396000 1150000
  29. >;
  30. fsl,soc-operating-points = <
  31. /* ARM kHz SOC-PU uV */
  32. 996000 1175000
  33. 792000 1175000
  34. 396000 1175000
  35. >;
  36. clock-latency = <61036>; /* two CLK32 periods */
  37. clocks = <&clks IMX6QDL_CLK_ARM>,
  38. <&clks IMX6QDL_CLK_PLL2_PFD2_396M>,
  39. <&clks IMX6QDL_CLK_STEP>,
  40. <&clks IMX6QDL_CLK_PLL1_SW>,
  41. <&clks IMX6QDL_CLK_PLL1_SYS>;
  42. clock-names = "arm", "pll2_pfd2_396m", "step",
  43. "pll1_sw", "pll1_sys";
  44. arm-supply = <&reg_arm>;
  45. pu-supply = <&reg_pu>;
  46. soc-supply = <&reg_soc>;
  47. };
  48. cpu@1 {
  49. compatible = "arm,cortex-a9";
  50. device_type = "cpu";
  51. reg = <1>;
  52. next-level-cache = <&L2>;
  53. };
  54. };
  55. soc {
  56. ocram: sram@00900000 {
  57. compatible = "mmio-sram";
  58. reg = <0x00900000 0x20000>;
  59. clocks = <&clks IMX6QDL_CLK_OCRAM>;
  60. };
  61. aips1: aips-bus@02000000 {
  62. iomuxc: iomuxc@020e0000 {
  63. compatible = "fsl,imx6dl-iomuxc";
  64. };
  65. pxp: pxp@020f0000 {
  66. reg = <0x020f0000 0x4000>;
  67. interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
  68. };
  69. epdc: epdc@020f4000 {
  70. reg = <0x020f4000 0x4000>;
  71. interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
  72. };
  73. lcdif: lcdif@020f8000 {
  74. reg = <0x020f8000 0x4000>;
  75. interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
  76. };
  77. };
  78. aips2: aips-bus@02100000 {
  79. i2c4: i2c@021f8000 {
  80. #address-cells = <1>;
  81. #size-cells = <0>;
  82. compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
  83. reg = <0x021f8000 0x4000>;
  84. interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
  85. clocks = <&clks IMX6DL_CLK_I2C4>;
  86. status = "disabled";
  87. };
  88. };
  89. };
  90. display-subsystem {
  91. compatible = "fsl,imx-display-subsystem";
  92. ports = <&ipu1_di0>, <&ipu1_di1>;
  93. };
  94. gpu-subsystem {
  95. compatible = "fsl,imx-gpu-subsystem";
  96. cores = <&gpu_2d>, <&gpu_3d>;
  97. };
  98. };
  99. &gpt {
  100. compatible = "fsl,imx6dl-gpt";
  101. };
  102. &hdmi {
  103. compatible = "fsl,imx6dl-hdmi";
  104. };
  105. &ldb {
  106. clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, <&clks IMX6QDL_CLK_LDB_DI1_SEL>,
  107. <&clks IMX6QDL_CLK_IPU1_DI0_SEL>, <&clks IMX6QDL_CLK_IPU1_DI1_SEL>,
  108. <&clks IMX6QDL_CLK_LDB_DI0>, <&clks IMX6QDL_CLK_LDB_DI1>;
  109. clock-names = "di0_pll", "di1_pll",
  110. "di0_sel", "di1_sel",
  111. "di0", "di1";
  112. };
  113. &vpu {
  114. compatible = "fsl,imx6dl-vpu", "cnm,coda960";
  115. };