mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
a502a87bc0
The patch contains several DT files for SOM platform. Carrier card is sck-kv (KV260) revA/B. SMK-K26 is description for starter kit which doesn't have EMMC populated. And SM-K26 is full som with EMMC. Files are divided in this way to make sure that SOM can be plugged to different carrier card and all peripherals on SOM (or defined by a spec) can be used by U-Boot. Full DT for SOM+CC can be merged together as overlays. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
21 lines
439 B
Text
21 lines
439 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* dts file for Xilinx ZynqMP SMK-K26 rev1/B/A
|
|
*
|
|
* (C) Copyright 2020, Xilinx, Inc.
|
|
*
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
*/
|
|
|
|
#include "zynqmp-sm-k26-revA.dts"
|
|
|
|
/ {
|
|
model = "ZynqMP SMK-K26 Rev1/B/A";
|
|
compatible = "xlnx,zynqmp-smk-k26-rev1", "xlnx,zynqmp-smk-k26-revB",
|
|
"xlnx,zynqmp-smk-k26-revA", "xlnx,zynqmp-smk-k26",
|
|
"xlnx,zynqmp";
|
|
};
|
|
|
|
&sdhci0 {
|
|
status = "disabled";
|
|
};
|