summaryrefslogtreecommitdiff
path: root/arch/arm/dts/at91-sama5d2_icp.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: sama5d2_icp: Add pinctrl nodes for USB related DT nodesSergiu Moga2023-01-051-0/+22
| | | | | | Add the pinctrl subnodes required by the USB related DT nodes. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
* ARM: dts: at91: sama5: Align with Linux DevicetreeSergiu Moga2022-09-191-68/+66
| | | | | | | | | | This patch makes sure that the Devicetree for the sama5 boards are aligned with the Devicetree from Linux. This implies removing the GPIO compatible and replacing it with the PINCTRL one, as well as unifying the SDMMC pinctrl related subnodes under one single subnode. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
* ARM: dts: at91: replace microchip, 24aa02e48 with atmel, at24c02Eugen Hristev2022-06-281-3/+3
| | | | | | | | | | | | microchip,24aa025e48 does not exist in the bindings of this driver. It can be replaced with atmel,at24c02 which is a standard compatible and the memory is compatible with this one, depending on the page size. microchip 24aa02e48 has a page size of 8, while 24aa025e48 has a page size of 16 bytes. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Reviewed-by: Michael Walle <michael@walle.cc> Reviewed-by: Heiko Schocher <hs@denx.de>
* ARM: dts: at91: sama5d2_icp: cosmetic arrangement of the nodesEugen Hristev2021-09-211-12/+13
| | | | | | | | Reorder the nodes following the kernel rules: nodes in a range are sorted by ascending bus address, and when referenced by phandle, are ordered alphabetically. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
* ARM: dts: at91: sama5d2_icp: add QSPI1 deviceMihai Sain2021-09-211-0/+29
| | | | | | | | | Add support for sst26vf064b 64Mbit qspi-flash that is present on sama5d2_icp board. Signed-off-by: Mihai Sain <mihai.sain@microchip.com> [eugen.hristev@microchip.com: move u-boot properties to sama5d2_icp-u-boot.dtsi] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
* ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatibleEugen Hristev2020-12-111-3/+3
| | | | | | | | The correct compatible for this eeproms is microchip,24aa02e48 The previous compatible string was working up to U-boot 2020.04. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Tested-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
* ARM: dts: at91-sama5d2-icp: Add MACB nodeRazvan Stefanescu2019-04-181-0/+37
| | | | | | MACB has a fixed link connection to KSZ8563 switch port. Signed-off-by: Razvan Stefanescu <razvan.stefanescu@microchip.com>
* board: atmel: add SAMA5D2 ICP boardEugen Hristev2019-04-181-0/+95
The SAMA5D2 ICP Board features the SAMA5D27 SoC, together with QSPI Flash, Wilc3000 wireless device and EtherCat support. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>