ipq8074-hk01.dts 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /dts-v1/;
  2. /* Copyright (c) 2017, The Linux Foundation. All rights reserved.
  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 and
  6. * only version 2 as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. #include "ipq8074.dtsi"
  14. / {
  15. #address-cells = <0x2>;
  16. #size-cells = <0x2>;
  17. model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
  18. compatible = "qcom,ipq8074-hk01", "qcom,ipq8074";
  19. interrupt-parent = <&intc>;
  20. aliases {
  21. serial0 = &blsp1_uart5;
  22. serial1 = &blsp1_uart3;
  23. };
  24. chosen {
  25. stdout-path = "serial0";
  26. };
  27. memory {
  28. device_type = "memory";
  29. reg = <0x0 0x40000000 0x0 0x20000000>;
  30. };
  31. soc {
  32. serial@78b3000 {
  33. status = "ok";
  34. };
  35. spi@78b5000 {
  36. status = "ok";
  37. m25p80@0 {
  38. #address-cells = <1>;
  39. #size-cells = <1>;
  40. compatible = "jedec,spi-nor";
  41. reg = <0>;
  42. spi-max-frequency = <50000000>;
  43. };
  44. };
  45. serial@78b1000 {
  46. status = "ok";
  47. };
  48. i2c@78b6000 {
  49. status = "ok";
  50. };
  51. dma@7984000 {
  52. status = "ok";
  53. };
  54. nand@79b0000 {
  55. status = "ok";
  56. nand@0 {
  57. reg = <0>;
  58. nand-ecc-strength = <4>;
  59. nand-ecc-step-size = <512>;
  60. nand-bus-width = <8>;
  61. };
  62. };
  63. phy@86000 {
  64. status = "ok";
  65. };
  66. phy@8e000 {
  67. status = "ok";
  68. };
  69. pci@20000000 {
  70. status = "ok";
  71. perst-gpio = <&tlmm 58 0x1>;
  72. };
  73. pci@10000000 {
  74. status = "ok";
  75. perst-gpio = <&tlmm 61 0x1>;
  76. };
  77. };
  78. };