mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-19 13:50:48 +00:00

AMD Overdrive B1 version is just more peripherals enabled over B0 version. Rework the B1 .dts to use the B0 .dts. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250306-dt-amd-fixes-v1-1-011c423ba99a@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
32 lines
429 B
Text
32 lines
429 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* DTS file for AMD Seattle Overdrive Development Board
|
|
* Note: For Seattle Rev.B1
|
|
*
|
|
* Copyright (C) 2015 Advanced Micro Devices, Inc.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "amd-overdrive-rev-b0.dts"
|
|
|
|
/ {
|
|
model = "AMD Seattle (Rev.B1) Development Board (Overdrive)";
|
|
};
|
|
|
|
&gpio2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&gpio3 {
|
|
status = "okay";
|
|
};
|
|
|
|
&sata1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ipmi_kcs {
|
|
status = "okay";
|
|
};
|
|
|