summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/dts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/imxrt: Add addresses and interrupts to dtsChristian Mauderer2021-05-171-446/+1182
| | | | | | | | Add addresses and interrupts for most internal peripherals to the dts. The additional aliases make it possible for an application to easily access these informations. Update #4180
* bsps/imxrt: Reduce devicetree sizeChristian Mauderer2021-05-172-765/+472
| | | | | | | Remove symbols that would be necessary for overlays and decrease padding that would be necessary for adding stuff during run-time. Update #4180
* bsps/arm/imxrt: Add FDT and FDT helper for QTMRChristian Mauderer2021-03-211-139/+195
| | | | | Makes it simpler to access the QTMR in an application via a FDT name or link in an application specific FDT entry.
* bsps/imxrt: Add DMA numbers to dtsiChristian Mauderer2021-01-211-478/+559
| | | | | | | Also currently no driver uses these numbers, it is usefull for applications that want to use the DMA. Update #4180
* bsps/imxrt: Use standard names to avoid warningsChristian Mauderer2021-01-211-98/+95
| | | | | | | If spi or i2c slaves are "connected" to the spi or i2c bus, the device tree compiler complains if the busses are not named spi or i2c. Update #4180
* bsps/imxrt: Split up dts.Christian Mauderer2020-12-141-290/+2
| | | | | | This allows simpler creation of own dts files for custom boards. Update #4180
* bsp/imxrt: Add new BSPChristian Mauderer2020-11-202-0/+1210
Update #4180