fsl-ls1088a-qds.dts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree file for NXP LS1088A QDS Board.
  4. *
  5. * Copyright 2017 NXP
  6. *
  7. * Harninder Rai <harninder.rai@nxp.com>
  8. *
  9. */
  10. /dts-v1/;
  11. #include "fsl-ls1088a.dtsi"
  12. / {
  13. model = "LS1088A QDS Board";
  14. compatible = "fsl,ls1088a-qds", "fsl,ls1088a";
  15. };
  16. &i2c0 {
  17. status = "okay";
  18. i2c-switch@77 {
  19. compatible = "nxp,pca9547";
  20. reg = <0x77>;
  21. #address-cells = <1>;
  22. #size-cells = <0>;
  23. i2c@2 {
  24. #address-cells = <1>;
  25. #size-cells = <0>;
  26. reg = <0x2>;
  27. ina220@40 {
  28. compatible = "ti,ina220";
  29. reg = <0x40>;
  30. shunt-resistor = <1000>;
  31. };
  32. ina220@41 {
  33. compatible = "ti,ina220";
  34. reg = <0x41>;
  35. shunt-resistor = <1000>;
  36. };
  37. };
  38. i2c@3 {
  39. #address-cells = <1>;
  40. #size-cells = <0>;
  41. reg = <0x3>;
  42. temp-sensor@4c {
  43. compatible = "adi,adt7461a";
  44. reg = <0x4c>;
  45. };
  46. rtc@51 {
  47. compatible = "nxp,pcf2129";
  48. reg = <0x51>;
  49. /* IRQ10_B */
  50. interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>;
  51. };
  52. eeprom@56 {
  53. compatible = "atmel,24c512";
  54. reg = <0x56>;
  55. };
  56. eeprom@57 {
  57. compatible = "atmel,24c512";
  58. reg = <0x57>;
  59. };
  60. };
  61. };
  62. };
  63. &ifc {
  64. ranges = <0 0 0x5 0x80000000 0x08000000
  65. 2 0 0x5 0x30000000 0x00010000
  66. 3 0 0x5 0x20000000 0x00010000>;
  67. status = "okay";
  68. nor@0,0 {
  69. compatible = "cfi-flash";
  70. reg = <0x0 0x0 0x8000000>;
  71. bank-width = <2>;
  72. device-width = <1>;
  73. };
  74. nand@2,0 {
  75. compatible = "fsl,ifc-nand";
  76. reg = <0x2 0x0 0x10000>;
  77. };
  78. fpga: board-control@3,0 {
  79. compatible = "fsl,ls1088aqds-fpga", "fsl,fpga-qixis";
  80. reg = <0x3 0x0 0x0000100>;
  81. };
  82. };
  83. &duart0 {
  84. status = "okay";
  85. };
  86. &duart1 {
  87. status = "okay";
  88. };
  89. &esdhc {
  90. status = "okay";
  91. };
  92. &sata {
  93. status = "okay";
  94. };