update sample config boot for pwm
| | |
| | | dtoverlay_i2c1=yes |
| | | |
| | | # Can not enable SPI overlay here for conflict with LCD |
| | | #dtoverlay_spi1=yes |
| | | #dtoverlay_spi1=no |
| | | |
| | | # Can not enable UART7 overlay here for conflict with LCD |
| | | # Can not enable UART7 overlays here for conflict with LCD |
| | | dtoverlay_uart=2 3 4 |
| | | |
| | | # Enable CAN overlay |
| | | # Enable CAN overlays |
| | | dtoverlay_can=1 2 |
| | | |
| | | # Enable PWM overlays |
| | | dtoverlay_pwm=7 8 |
| | | |
| | | # Extra overlays |
| | | #dtoverlay_extra=cam |
| | |
| | | # Enable SPI overlay, SPI1 conflict with LCD |
| | | dtoverlay_spi1=yes |
| | | |
| | | # Enable UART overlay, UART7 conflict with LCD |
| | | # Enable UART overlays, UART7 conflict with LCD |
| | | dtoverlay_uart=2 3 4 7 |
| | | |
| | | # Enable CAN overlay |
| | | # Enable CAN overlays |
| | | dtoverlay_can=1 2 |
| | | |
| | | # Enable PWM overlays |
| | | dtoverlay_pwm=7 8 |
| | | |
| | | # Enable extra overlays |
| | | dtoverlay_extra=cam |
| | | #dtoverlay_extra=cam |