ARM: dts: sama5d2: Add uart4 definition
[oweals/u-boot.git] / arch / arm / dts / am335x-evm-u-boot.dtsi
index d7b296b5c6799a7cf403a1f81471f3ee32630d62..d7b049ef20cdf48a176a6ee161ade9be332e8a45 100644 (file)
@@ -1,10 +1,19 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
+/ {
+       panel {
+               u-boot,dm-pre-reloc;
+       };
+};
+
 
 &mmc3 {
        status = "disabled";
 };
+
+&usb0 {
+       dr_mode = "peripheral";
+};