summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/dts/imxrt1050-evkb.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-21bsp/imxrt: Enforce alignment for devicetreeChristian Mauderer1-1/+1
A device tree binary has to be 8 byte aligned in memory. This is checked since RTEMS commit 34052ef78cf8724dee73e9279b2c6bff8cfed234 "libfdt: Add FDT alignment check to fdt_check_header()".
2021-05-17bsps/imxrt: Add addresses and interrupts to dtsChristian Mauderer1-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
2021-05-17bsps/imxrt: Reduce devicetree sizeChristian Mauderer1-764/+471
Remove symbols that would be necessary for overlays and decrease padding that would be necessary for adding stuff during run-time. Update #4180
2021-03-21bsps/arm/imxrt: Add FDT and FDT helper for QTMRChristian Mauderer1-139/+195
Makes it simpler to access the QTMR in an application via a FDT name or link in an application specific FDT entry.
2021-01-21bsps/imxrt: Add DMA numbers to dtsiChristian Mauderer1-478/+559
Also currently no driver uses these numbers, it is usefull for applications that want to use the DMA. Update #4180
2021-01-21bsps/imxrt: Use standard names to avoid warningsChristian Mauderer1-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
2020-11-20bsp/imxrt: Add new BSPChristian Mauderer1-0/+800
Update #4180