am335x-guardian-u-boot.dtsi 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2018 EETS GmbH - https://www.eets.ch/
  4. * Copyright (C) 2018 Robert Bosch Power Tools GmbH
  5. */
  6. #include "am33xx-u-boot.dtsi"
  7. / {
  8. ocp {
  9. u-boot,dm-pre-reloc;
  10. };
  11. };
  12. &l4_wkup {
  13. u-boot,dm-pre-reloc;
  14. };
  15. &l4_per {
  16. segment@300000 {
  17. target-module@e000 {
  18. u-boot,dm-pre-reloc;
  19. lcdc: lcdc@0 {
  20. u-boot,dm-pre-reloc;
  21. };
  22. };
  23. };
  24. };
  25. &mmc1 {
  26. u-boot,dm-pre-reloc;
  27. };
  28. &mmc1_pins {
  29. u-boot,dm-pre-reloc;
  30. };
  31. &scm {
  32. u-boot,dm-pre-reloc;
  33. };
  34. &spi0 {
  35. lcd0: display@0 {
  36. compatible = "himax,hx8238d";
  37. pinctrl-names = "default";
  38. pinctrl-0 = <&lcd0_pins>;
  39. reg = <0>;
  40. label = "lcd";
  41. spi-max-frequency = <100000>;
  42. };
  43. };
  44. &uart0 {
  45. u-boot,dm-pre-reloc;
  46. };
  47. &uart0_pins {
  48. u-boot,dm-pre-reloc;
  49. };
  50. &usb {
  51. u-boot,dm-pre-reloc;
  52. };
  53. &usb_ctrl_mod {
  54. u-boot,dm-pre-reloc;
  55. };
  56. &usb0 {
  57. u-boot,dm-pre-reloc;
  58. };
  59. &usb0_phy {
  60. u-boot,dm-pre-reloc;
  61. };
  62. &am33xx_pinmux {
  63. u-boot,dm-pre-reloc;
  64. lcd0_pins: pinmux_lcd0_pins {
  65. pinctrl-single,pins = <
  66. AM33XX_IOPAD(0x908, PIN_OUTPUT_PULLUP | MUX_MODE7)
  67. >;
  68. };
  69. };