]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: zynq: Add DTSes for mini qspi configurations
authorMichal Simek <michal.simek@amd.com>
Thu, 26 Oct 2023 14:04:50 +0000 (16:04 +0200)
committerMichal Simek <michal.simek@amd.com>
Tue, 7 Nov 2023 12:47:09 +0000 (13:47 +0100)
commita78761805758c9e751c957f423b2de68ffdb4732
tree64a51e9928557b7179a57e03b3fd9e3b979e7fe1
parentda10dd10e0128dd32769d333559f44052c3a8245
ARM: zynq: Add DTSes for mini qspi configurations

Mini U-Boot is running out of OCM and it's only purpose is to program non
volatile memories. There are different configurations which qspi can be
that's why describe them via DT.
DT binding is already approved that's why there is no reason not to add it.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/e7d31a9d9c4a76e171eefc619f31fabd0831a614.1698329087.git.michal.simek@amd.com
arch/arm/dts/Makefile
arch/arm/dts/zynqmp-mini-qspi-parallel.dts [new file with mode: 0644]
arch/arm/dts/zynqmp-mini-qspi-single.dts [new file with mode: 0644]
arch/arm/dts/zynqmp-mini-qspi-stacked.dts [new file with mode: 0644]
arch/arm/dts/zynqmp-mini-qspi-x1-single.dts [new file with mode: 0644]
arch/arm/dts/zynqmp-mini-qspi-x1-stacked.dts [new file with mode: 0644]
arch/arm/dts/zynqmp-mini-qspi-x2-single.dts [new file with mode: 0644]
arch/arm/dts/zynqmp-mini-qspi-x2-stacked.dts [new file with mode: 0644]