keystone-k2l.dtsi 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /*
  2. * Copyright 2014 Texas Instruments, Inc.
  3. *
  4. * Keystone 2 Lamarr SoC specific device tree
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. / {
  11. cpus {
  12. #address-cells = <1>;
  13. #size-cells = <0>;
  14. interrupt-parent = <&gic>;
  15. cpu@0 {
  16. compatible = "arm,cortex-a15";
  17. device_type = "cpu";
  18. reg = <0>;
  19. };
  20. cpu@1 {
  21. compatible = "arm,cortex-a15";
  22. device_type = "cpu";
  23. reg = <1>;
  24. };
  25. };
  26. soc {
  27. /include/ "keystone-k2l-clocks.dtsi"
  28. uart2: serial@02348400 {
  29. compatible = "ns16550a";
  30. current-speed = <115200>;
  31. reg-shift = <2>;
  32. reg-io-width = <4>;
  33. reg = <0x02348400 0x100>;
  34. clocks = <&clkuart2>;
  35. interrupts = <GIC_SPI 432 IRQ_TYPE_EDGE_RISING>;
  36. };
  37. uart3: serial@02348800 {
  38. compatible = "ns16550a";
  39. current-speed = <115200>;
  40. reg-shift = <2>;
  41. reg-io-width = <4>;
  42. reg = <0x02348800 0x100>;
  43. clocks = <&clkuart3>;
  44. interrupts = <GIC_SPI 435 IRQ_TYPE_EDGE_RISING>;
  45. };
  46. dspgpio0: keystone_dsp_gpio@02620240 {
  47. compatible = "ti,keystone-dsp-gpio";
  48. gpio-controller;
  49. #gpio-cells = <2>;
  50. gpio,syscon-dev = <&devctrl 0x240>;
  51. };
  52. dspgpio1: keystone_dsp_gpio@2620244 {
  53. compatible = "ti,keystone-dsp-gpio";
  54. gpio-controller;
  55. #gpio-cells = <2>;
  56. gpio,syscon-dev = <&devctrl 0x244>;
  57. };
  58. dspgpio2: keystone_dsp_gpio@2620248 {
  59. compatible = "ti,keystone-dsp-gpio";
  60. gpio-controller;
  61. #gpio-cells = <2>;
  62. gpio,syscon-dev = <&devctrl 0x248>;
  63. };
  64. dspgpio3: keystone_dsp_gpio@262024c {
  65. compatible = "ti,keystone-dsp-gpio";
  66. gpio-controller;
  67. #gpio-cells = <2>;
  68. gpio,syscon-dev = <&devctrl 0x24c>;
  69. };
  70. mdio: mdio@26200f00 {
  71. compatible = "ti,keystone_mdio", "ti,davinci_mdio";
  72. #address-cells = <1>;
  73. #size-cells = <0>;
  74. reg = <0x26200f00 0x100>;
  75. status = "disabled";
  76. clocks = <&clkcpgmac>;
  77. clock-names = "fck";
  78. bus_freq = <2500000>;
  79. };
  80. /include/ "keystone-k2l-netcp.dtsi"
  81. };
  82. };
  83. &spi0 {
  84. ti,davinci-spi-num-cs = <5>;
  85. };
  86. &spi1 {
  87. ti,davinci-spi-num-cs = <3>;
  88. };
  89. &spi2 {
  90. ti,davinci-spi-num-cs = <5>;
  91. /* Pin muxed. Enabled and configured by Bootloader */
  92. status = "disabled";
  93. };