aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imxrt1020.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: imxrt1020: add gpio5 node to this SoCGiulio Benetti2021-06-091-0/+11
| | | | | | i.MXRT1020 supports gpio5, so let's add a node for it. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
* ARM: dts: imxrt1020-evk: move all u-boot, dm-spl to ↵Giulio Benetti2021-06-091-10/+0
| | | | | | | | | | | | imxrt1020-evk-u-boot.dtsi file At the moment a lot of u-boot,dm-spl properties are present in board .dts file but this is not correct since u-boot,dm-spl property is u-boot specific and must be listed into the separate imrt1020-evk-u-boot.dtsi file. So let's move every u-boot,dm-spl property present in imxrt1020-evk.dts to imxrt1020-evk-u-boot.dtsi file. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
* ARM: dts: imxrt1020: add gpt1 nodeGiulio Benetti2021-06-091-0/+8
| | | | | | Add gpt1 node for using it as timer. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
* ARM: dts: imxrt1020: add node label to oscGiulio Benetti2021-06-091-1/+1
| | | | | | Let's add node label to osc to be used as clock source for other nodes. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
* ARM: dts: imxrt1020: add dtsi fileGiulio Benetti2020-04-181-0/+133
Add dtsi file for i.MXRT1020. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>