arm64: dts: amd/seattle: Base Overdrive B1 on top of B0 version

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>
This commit is contained in:
Rob Herring (Arm) 2025-03-06 19:07:43 -06:00 committed by Arnd Bergmann
parent 14833afa5b
commit bae2bdde42
No known key found for this signature in database
GPG Key ID: 60AB47FFC9095227

View File

@ -8,32 +8,10 @@
/dts-v1/;
/include/ "amd-seattle-soc.dtsi"
/include/ "amd-seattle-cpus.dtsi"
/include/ "amd-overdrive-rev-b0.dts"
/ {
model = "AMD Seattle (Rev.B1) Development Board (Overdrive)";
compatible = "amd,seattle-overdrive", "amd,seattle";
chosen {
stdout-path = &serial0;
};
psci {
compatible = "arm,psci-0.2";
method = "smc";
};
};
&ccp0 {
status = "okay";
};
/**
* NOTE: In Rev.B, gpio0 is reserved.
*/
&gpio1 {
status = "okay";
};
&gpio2 {
@ -44,48 +22,11 @@ &gpio3 {
status = "okay";
};
&gpio4 {
status = "okay";
};
&i2c0 {
status = "okay";
};
&i2c1 {
status = "okay";
};
&pcie0 {
status = "okay";
};
&sata1 {
status = "okay";
};
&spi0 {
status = "okay";
};
&spi1 {
status = "okay";
sdcard0: sdcard@0 {
compatible = "mmc-spi-slot";
reg = <0>;
spi-max-frequency = <20000000>;
voltage-ranges = <3200 3400>;
pl022,interface = <0>;
pl022,com-mode = <0x0>;
pl022,rx-level-trig = <0>;
pl022,tx-level-trig = <0>;
};
};
&ipmi_kcs {
status = "okay";
};
&smb0 {
/include/ "amd-seattle-xgbe-b.dtsi"
};