fsl-ls1028a-kontron-sl28-u-boot.dtsi 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. // SPDX-License-Identifier: GPL-2.0+
  2. #include <config.h>
  3. / {
  4. aliases {
  5. mmc0 = &esdhc0;
  6. mmc1 = &esdhc1;
  7. i2c0 = &i2c0;
  8. i2c1 = &i2c3;
  9. i2c2 = &i2c4;
  10. rtc0 = &rtc;
  11. ethernet0 = &enetc0;
  12. ethernet1 = &enetc1;
  13. ethernet2 = &enetc2;
  14. ethernet3 = &enetc6;
  15. };
  16. binman {
  17. filename = "u-boot.rom";
  18. pad-byte = <0xff>;
  19. u-boot-spl {
  20. };
  21. fit {
  22. offset = <CONFIG_SPL_PAD_TO>;
  23. description = "FIT image with multiple configurations";
  24. images {
  25. uboot {
  26. description = "U-Boot";
  27. type = "firmware";
  28. os = "u-boot";
  29. arch = "arm";
  30. compression = "none";
  31. load = <CONFIG_SYS_TEXT_BASE>;
  32. u-boot-nodtb {
  33. };
  34. };
  35. fdt-1 {
  36. description = "fsl-ls1028a-kontron-sl28";
  37. type = "flat_dt";
  38. arch = "arm";
  39. compression = "none";
  40. blob {
  41. filename = "arch/arm/dts/fsl-ls1028a-kontron-sl28.dtb";
  42. };
  43. };
  44. fdt-2 {
  45. description = "fsl-ls1028a-kontron-sl28-var3";
  46. type = "flat_dt";
  47. arch = "arm";
  48. compression = "none";
  49. blob {
  50. filename = "arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dtb";
  51. };
  52. };
  53. fdt-3 {
  54. description = "fsl-ls1028a-kontron-sl28-var4";
  55. type = "flat_dt";
  56. arch = "arm";
  57. compression = "none";
  58. blob {
  59. filename = "arch/arm/dts/fsl-ls1028a-kontron-sl28-var4.dtb";
  60. };
  61. };
  62. };
  63. configurations {
  64. default = "conf-1";
  65. conf-1 {
  66. description = "fsl-ls1028a-kontron-sl28";
  67. firmware = "uboot";
  68. loadables = "uboot";
  69. fdt = "fdt-1";
  70. };
  71. conf-2 {
  72. description = "fsl-ls1028a-kontron-sl28-var3";
  73. firmware = "uboot";
  74. loadables = "uboot";
  75. fdt = "fdt-2";
  76. };
  77. conf-3 {
  78. description = "fsl-ls1028a-kontron-sl28-var4";
  79. firmware = "uboot";
  80. loadables = "uboot";
  81. fdt = "fdt-3";
  82. };
  83. };
  84. };
  85. };
  86. };
  87. &i2c0 {
  88. rtc: rtc@32 {
  89. };
  90. };
  91. &fspi {
  92. u-boot,dm-pre-reloc;
  93. flash@0 {
  94. u-boot,dm-pre-reloc;
  95. };
  96. };
  97. &dspi2 {
  98. u-boot,dm-pre-reloc;
  99. };
  100. &esdhc0 {
  101. u-boot,dm-pre-reloc;
  102. };
  103. &esdhc1 {
  104. u-boot,dm-pre-reloc;
  105. };
  106. &serial0 {
  107. u-boot,dm-pre-reloc;
  108. };
  109. &sysclk {
  110. u-boot,dm-pre-reloc;
  111. };