From 72cfce2d9435039e2afdf0716d5efaf3969715be Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 30 Jun 2022 22:30:27 +0800
Subject: [PATCH] Update config-xxx.txt

---
 bsp/images/boot/config-lcd.txt |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/bsp/images/boot/config-lcd.txt b/bsp/images/boot/config-lcd.txt
index e867cef..352ae27 100644
--- a/bsp/images/boot/config-lcd.txt
+++ b/bsp/images/boot/config-lcd.txt
@@ -1,14 +1,24 @@
 # Enable LCD overlay
 dtoverlay_lcd=yes
 
+# Camera overlay
+dtoverlay_cam=yes
+
 # Enable I2C overlay
 dtoverlay_i2c1=yes
 
-# Can not enable SPI overlay here for conflict with LCD
-#dtoverlay_spi1=yes
+# Enable SPI overlay, SPI1 conflict with UART8(NB-IoT/4G module)
+dtoverlay_spi1=yes
 
-# Can not enable UART7 overlay here for conflict with LCD
-dtoverlay_uart=2 3 4
+# Enable UART overlay
+dtoverlay_uart=2 3 4 7
 
-# Enable CAN overlay
+# Enable CAN overlays
 dtoverlay_can=1 2
+
+# Enable PWM overlays, PWM8 conflict with UART8(NB-IoT/4G module)
+dtoverlay_pwm=7 8
+
+# Extra overlays
+#dtoverlay_extra=nbiot-4g
+

--
Gitblit v1.9.1