
On Tue, Jan 30, 2024 at 06:40:45PM +0800, Kelly Hung wrote:
This initial device-tree provides the necessary configuration for basic BMC functionality and work on ASUS X4TF production.
Signed-off-by: Kelly Hung Kelly_Hung@asus.com
arch/arm/dts/Makefile | 3 +- arch/arm/dts/ast2600-x4tf.dts | 239 ++++++++++++++++++++++++++++++++++
[snip]
diff --git a/arch/arm/dts/ast2600-x4tf.dts b/arch/arm/dts/ast2600-x4tf.dts new file mode 100644 index 00000000..3c478058 --- /dev/null +++ b/arch/arm/dts/ast2600-x4tf.dts @@ -0,0 +1,239 @@ +// SPDX-License-Identifier: GPL-2.0+ +// Copyright 2020 IBM Corp. +/dts-v1/;
+#include "ast2600-u-boot.dtsi"
+/ {
- model = "AST2600 ASUS";
- compatible = "aspeed,ast2600-evb", "aspeed,ast2600";
Compatible should be board unique.
+&uart5 {
- u-boot,dm-pre-reloc;
All of these are bootph* now.
And is there effort being made to upstream the dts files for these platforms to Linux?