summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx7ulp.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* imx7ulp: synchronise device tree with linuxMarcel Ziswiler2022-10-241-431/+250
| | | | | | Synchronise device tree with linux v6.0-rc1. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
* i.MX7ULP: Enable Job ring driver model.Gaurav Jain2022-04-121-0/+24
| | | | | | | | | added crypto node in device tree. sec is initialized based on job ring information processed from device tree. Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
* mx7ulp: Sync the device tree related filesFabio Estevam2019-12-061-4/+24
| | | | | | | | | | | | Sync the mx7ulp device tree related files with the one from NXP U-Boot vendor tree (imx_v2019.04_4.19.35_1.0.0). The mainline support for i.MX7ULP is very premature at this stage. We should probably re-sync with mainline Linux dts when it gets in better shape, but for now sync with the U-Boot vendor code. Signed-off-by: Fabio Estevam <festevam@gmail.com>
* imx: mx7ulp: modify lpi2c seq numberPeng Fan2018-01-161-4/+4
| | | | | | | Modify the lpi2c alias seq number to align with device. Then no need to add 4 to get the device index. Signed-off-by: Peng Fan <peng.fan@nxp.com>
* arm: dts: add i.MX7ULP dtsi filePeng Fan2017-03-171-0/+598
Add i.MX7ULP dtsi file. Add clock and pinfun header files. Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>