am335x-guardian-u-boot.dtsi 851 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. / {
  7. ocp {
  8. u-boot,dm-pre-reloc;
  9. };
  10. panel {
  11. u-boot,dm-pre-reloc;
  12. };
  13. };
  14. &l4_wkup {
  15. u-boot,dm-pre-reloc;
  16. };
  17. &mmc1 {
  18. u-boot,dm-pre-reloc;
  19. };
  20. &mmc1_pins {
  21. u-boot,dm-pre-reloc;
  22. };
  23. &rtc {
  24. clocks = <&l4_per_clkctrl AM3_CLKDIV32K_CLKCTRL 0>;
  25. clock-names = "int-clk";
  26. };
  27. &scm {
  28. u-boot,dm-pre-reloc;
  29. };
  30. &uart0 {
  31. u-boot,dm-pre-reloc;
  32. };
  33. &uart0_pins {
  34. u-boot,dm-pre-reloc;
  35. };
  36. &usb {
  37. u-boot,dm-pre-reloc;
  38. };
  39. &usb_ctrl_mod {
  40. u-boot,dm-pre-reloc;
  41. };
  42. &usb0 {
  43. u-boot,dm-pre-reloc;
  44. };
  45. &usb0_phy {
  46. u-boot,dm-pre-reloc;
  47. };
  48. &am33xx_pinmux {
  49. u-boot,dm-pre-reloc;
  50. lcd0_pins: pinmux_lcd0_pins {
  51. pinctrl-single,pins = <
  52. AM33XX_IOPAD(0x908, PIN_OUTPUT_PULLUP | MUX_MODE7)
  53. >;
  54. };
  55. };