summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/dts/imxrt1050-evkb.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/imxrt: Enforce alignment for devicetreeChristian Mauderer2022-02-211-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()".
* 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-171-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
* 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
* bsp/imxrt: Add new BSPChristian Mauderer2020-11-201-0/+800
Update #4180