arm64: zynqmp: Add support for Xilinx Kria SOM board
authorMichal Simek <michal.simek@xilinx.com>
Wed, 22 Sep 2021 07:07:32 +0000 (09:07 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 29 Sep 2021 11:48:21 +0000 (13:48 +0200)
commit7a4c31ee877a40053e39b80fe1d61c42b49f1078
tree11c2c3440544d135fc3bad86982e08fefd50d901
parent35a7430dad4dd83fe295917b8232595f437bb208
arm64: zynqmp: Add support for Xilinx Kria SOM board

There are couple of revisions of SOMs (k26) and associated carrier cards
(kv260).
SOM itself has two major versions:
sm-k26 - SOM with EMMC
smk-k26 - SOM without EMMC used on starter kit with preprogrammed firmware
in QSPI.

SOMs are describing only devices available on the SOM or connections which
are described in specification (for example UART, fwuen).

When SOM boots out of QSPI it uses limited number of peripherals defined by
the specification and present in sm(k)-k26 dtses.
Then a carrier card (CC) detection is happening and DT overlay is applied
to brings new functionality. That's why DT overlays are used. The name is
composed together with SOM name and CC name that's why DT overlays with
these names are generated to make sure they can be used together.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1ba32590670434b650bacf6410a65579dd30b38b.1632294439.git.michal.simek@xilinx.com
Documentation/devicetree/bindings/arm/xilinx.yaml
arch/arm64/boot/dts/xilinx/Makefile
arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts [new file with mode: 0644]
arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts [new file with mode: 0644]
arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts [new file with mode: 0644]
arch/arm64/boot/dts/xilinx/zynqmp-smk-k26-revA.dts [new file with mode: 0644]