k2e.dtsi 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /*
  2. * Copyright 2013-2014 Texas Instruments, Inc.
  3. *
  4. * Keystone 2 Edison soc 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. cpu@2 {
  26. compatible = "arm,cortex-a15";
  27. device_type = "cpu";
  28. reg = <2>;
  29. };
  30. cpu@3 {
  31. compatible = "arm,cortex-a15";
  32. device_type = "cpu";
  33. reg = <3>;
  34. };
  35. };
  36. soc {
  37. /include/ "k2e-clocks.dtsi"
  38. usb: usb@2680000 {
  39. interrupts = <GIC_SPI 152 IRQ_TYPE_EDGE_RISING>;
  40. dwc3@2690000 {
  41. interrupts = <GIC_SPI 152 IRQ_TYPE_EDGE_RISING>;
  42. };
  43. };
  44. usb1_phy: usb_phy@2620750 {
  45. compatible = "ti,keystone-usbphy";
  46. #address-cells = <1>;
  47. #size-cells = <1>;
  48. reg = <0x2620750 24>;
  49. status = "disabled";
  50. };
  51. usb1: usb@25000000 {
  52. compatible = "ti,keystone-dwc3";
  53. #address-cells = <1>;
  54. #size-cells = <1>;
  55. reg = <0x25000000 0x10000>;
  56. clocks = <&clkusb1>;
  57. clock-names = "usb";
  58. interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>;
  59. ranges;
  60. dma-coherent;
  61. dma-ranges;
  62. status = "disabled";
  63. dwc3@25010000 {
  64. compatible = "synopsys,dwc3";
  65. reg = <0x25010000 0x70000>;
  66. interrupts = <GIC_SPI 414 IRQ_TYPE_EDGE_RISING>;
  67. usb-phy = <&usb1_phy>, <&usb1_phy>;
  68. };
  69. };
  70. dspgpio0: keystone_dsp_gpio@02620240 {
  71. compatible = "ti,keystone-dsp-gpio";
  72. gpio-controller;
  73. #gpio-cells = <2>;
  74. gpio,syscon-dev = <&devctrl 0x240>;
  75. };
  76. };
  77. };
  78. &mdio {
  79. reg = <0x24200f00 0x100>;
  80. };