2
0

qcom-ipq4019-x1pro.dts 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "qcom-ipq4019-x1pro.dtsi"
  4. #include <dt-bindings/gpio/gpio.h>
  5. #include <dt-bindings/input/input.h>
  6. / {
  7. model = "Telco X1 Pro";
  8. compatible = "tel,x1pro","qcom,ipq4019";
  9. };
  10. &blsp1_spi1 {
  11. pinctrl-0 = <&spi_0_pins>;
  12. pinctrl-names = "default";
  13. status = "okay";
  14. cs-gpios = <&tlmm 12 GPIO_ACTIVE_LOW>;
  15. flash@0 {
  16. reg = <0>;
  17. compatible = "jedec,spi-nor";
  18. spi-max-frequency = <24000000>;
  19. broken-flash-reset;
  20. partitions {
  21. compatible = "fixed-partitions";
  22. #address-cells = <1>;
  23. #size-cells = <1>;
  24. partition@0 {
  25. label = "0:SBL1";
  26. reg = <0x0 0x40000>;
  27. read-only;
  28. };
  29. partition@40000 {
  30. label = "0:MIBIB";
  31. reg = <0x40000 0x20000>;
  32. read-only;
  33. };
  34. partition@60000 {
  35. label = "0:QSEE";
  36. reg = <0x60000 0x60000>;
  37. read-only;
  38. };
  39. partition@c0000 {
  40. label = "0:CDT";
  41. reg = <0xc0000 0x10000>;
  42. read-only;
  43. };
  44. partition@d0000 {
  45. label = "0:DDRPARAMS";
  46. reg = <0xd0000 0x10000>;
  47. read-only;
  48. };
  49. partition@e0000 {
  50. label = "0:APPSBLENV";
  51. reg = <0xe0000 0x10000>;
  52. read-only;
  53. };
  54. partition@f0000 {
  55. label = "0:APPSBL";
  56. reg = <0xf0000 0x80000>;
  57. read-only;
  58. };
  59. art: partition@170000 {
  60. label = "0:ART";
  61. reg = <0x170000 0x10000>;
  62. read-only;
  63. nvmem-layout {
  64. compatible = "fixed-layout";
  65. #address-cells = <1>;
  66. #size-cells = <1>;
  67. precal_art_1000: precal@1000 {
  68. reg = <0x1000 0x2f20>;
  69. };
  70. precal_art_5000: precal@5000 {
  71. reg = <0x5000 0x2f20>;
  72. };
  73. };
  74. };
  75. partition@180000 {
  76. compatible = "denx,fit";
  77. label = "firmware";
  78. reg = <0x180000 0x1e80000>;
  79. };
  80. };
  81. };
  82. };