summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sama5d2.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: sama5d2: Add uart4 definitionTiaki Rice2020-05-181-0/+8
| | | | | | | | This patch adds support for uart4 to the processor level device tree include file. Signed-off-by: Tiaki Rice <tiakirice@hotmail.com> Cc: Eugen Hristev <Eugen.Hristev@microchip.com>
* ARM: dts: at91: sama5d2: add seq for qspi1Eugen Hristev2019-10-081-0/+1
| | | | | | | qspi1 does not have an alias/seq number. This is required for SPL default SF bus booting for the boards that have this SoC Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
* ARM: dts: at91: sama5d2_xplained: add onewire connector for LCD eepromEugen Hristev2018-09-281-0/+5
| | | | | | Add onewire node in device tree for TM series LCDs Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
* board: atmel: add sama5d2_ptc_ek boardLudovic Desroches2017-11-291-0/+18
| | | | | | | | Add the SAMA5D2 PTC EK board and remove the SAMA5D2 PTC ENGI board which was a prototype. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
* board: sama5d2_xplained: Convert to CONFIG_DM_VIDEOWenyou Yang2017-09-291-0/+7
| | | | | | | | Convert the board to support the video driver model, add the device tree node, and remove the unnecessary code. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* board: atmel: Add SAMA5D27 SOM1 EK boardWenyou Yang2017-09-141-0/+20
| | | | | | | | | | | The SAMA5D27-SiP (System in Package) integrates the SAMA5D2 with 1Gbit DDR2-SDRAM in a single package. The SAMA5D27 SOM1 embeds a 64Mbit QSPI flash, KSZ8081 Phy and Mac-address EEPROM. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* ARM: dts: at91: sama5: Add the sfr nodeWenyou Yang2017-09-141-0/+6
| | | | | | | | | | For sama5d2, add the sfr node with syscon support. In order to access the SFR_UTMICKTRIM register for the utmi clock driver, add the phandle property for the utmi node to point to the sfr node. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
* board: atmel: Use the new PIT timer driverWenyou.Yang@microchip.com2017-08-261-0/+28
| | | | | | | Use the Atmel PIT timer driver which supports the driver model and device tree. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
* ARM: dts: sama5d2_xplained: update for SPLWenyou Yang2017-05-091-0/+20
| | | | | | | Add the "u-boot,dm-pre-reloc" property to determine which nodes which are needed by SPL and by the board_init_f stage. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
* ARM: dts: sama5d2: add clock property for uart1 nodeWenyou Yang2017-05-091-0/+2
| | | | | | Add clock property for uart1 node. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
* ARM: at91/dt: sama5d2: Fix the warning from dtcWenyou Yang2016-10-281-70/+70
| | | | | | | | | | Fix the warning from dtc like, ---8<---- Warning (unit_address_vs_reg): Node /ahb/apb/pmc@f0014000/periph64ck/sdmmc0_hclk has a reg or ranges property, but no unit name --->8---- Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Acked-by: Stephen Warren <swarren@nvidia.com>
* ARM: at91/dt: Add device tree for SAMA5D2 XplainedWenyou Yang2016-08-151-0/+671
Add device tree for SAMA5D2 Xplained board. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>