diff options
author | Luka Kovacic <luka.kovacic@sartura.hr> | 2020-07-23 10:56:37 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-08-06 14:12:14 +0200 |
commit | d4cc179fcd364f534149c80f2b9a95797fca90a1 (patch) | |
tree | 4e2a90dbf3df89d44f931ed04db15b2f6d82648b /arch/arm/dts/armada-xp-crs326-24g-2s-u-boot.dtsi | |
parent | a263df59be47e6e6383ffc17f75b127e0b5034c7 (diff) |
arm: mvebu: Add CRS326-24G-2S board
MikroTik CRS326-24G-2S board has a switch chip with an integrated
Marvell Prestera 98DX3236 CPU.
This commit includes two board variants, namely the factory
default one and a Bit variant. The Bit board variant has a
bigger Macronix flash.
Add basic U-Boot, UART and SPI flash support.
Signed-off-by: Luka Kovacic <luka.kovacic@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Jakov Petrina <jakov.petrina@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-xp-crs326-24g-2s-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/armada-xp-crs326-24g-2s-u-boot.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-xp-crs326-24g-2s-u-boot.dtsi b/arch/arm/dts/armada-xp-crs326-24g-2s-u-boot.dtsi new file mode 100644 index 0000000000..8576a02730 --- /dev/null +++ b/arch/arm/dts/armada-xp-crs326-24g-2s-u-boot.dtsi @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +&uart0 { + u-boot,dm-pre-reloc; +}; + +&spi0 { + u-boot,dm-pre-reloc; + + spi-flash@0 { + u-boot,dm-pre-reloc; + }; +}; |