arm64: versal: Add octal spi flash mini u-boot configuration
authorAshok Reddy Soma <ashok.reddy.soma@amd.com>
Wed, 16 Nov 2022 14:11:55 +0000 (07:11 -0700)
committerMichal Simek <michal.simek@amd.com>
Tue, 22 Nov 2022 14:02:07 +0000 (15:02 +0100)
commit3655dd22a4c219d0ee69dc4a29e5553c1a1bb5d7
treeec9a677b048da541626f7e9055565a9cf2c080d4
parentce8adf1a415b3027cc74c4e41e32cffad3e5ea40
arm64: versal: Add octal spi flash mini u-boot configuration

Add configuration file for mini u-boot configuration which runs on a
smaller footprint from on chip memory(OCM). This configuration has
required CONFIG's enabled to support octal spi flash and uses DCC terminal
for console output. Add required dts for octal spi flash mini u-boot
configuration.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Link: https://lore.kernel.org/r/20221116141155.14788-4-ashok.reddy.soma@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm/dts/Makefile
arch/arm/dts/versal-mini-ospi-single.dts [new file with mode: 0644]
arch/arm/dts/versal-mini-ospi.dtsi [new file with mode: 0644]
configs/xilinx_versal_mini_ospi_defconfig [new file with mode: 0644]