mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 23:55:21 +07:00
6701212e86
The linux,pci-probe-only property mandates an argument to indicate whether or not to engage the "probe-only" mode, but the Seattle DTS just provides a naked property, which is illegal. Also, it turns out that the board is perfectly happy without probe-only, so let's drop this altogether. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
66 lines
929 B
Plaintext
66 lines
929 B
Plaintext
/*
|
|
* DTS file for AMD Seattle Overdrive Development Board
|
|
*
|
|
* Copyright (C) 2014 Advanced Micro Devices, Inc.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "amd-seattle-soc.dtsi"
|
|
|
|
/ {
|
|
model = "AMD Seattle Development Board (Overdrive)";
|
|
compatible = "amd,seattle-overdrive", "amd,seattle";
|
|
|
|
chosen {
|
|
stdout-path = &serial0;
|
|
};
|
|
};
|
|
|
|
&ccp0 {
|
|
status = "ok";
|
|
};
|
|
|
|
&gpio0 {
|
|
status = "ok";
|
|
};
|
|
|
|
&gpio1 {
|
|
status = "ok";
|
|
};
|
|
|
|
&i2c0 {
|
|
status = "ok";
|
|
};
|
|
|
|
&pcie0 {
|
|
status = "ok";
|
|
};
|
|
|
|
&spi0 {
|
|
status = "ok";
|
|
};
|
|
|
|
&spi1 {
|
|
status = "ok";
|
|
sdcard0: sdcard@0 {
|
|
compatible = "mmc-spi-slot";
|
|
reg = <0>;
|
|
spi-max-frequency = <20000000>;
|
|
voltage-ranges = <3200 3400>;
|
|
gpios = <&gpio0 7 0>;
|
|
interrupt-parent = <&gpio0>;
|
|
interrupts = <7 3>;
|
|
pl022,hierarchy = <0>;
|
|
pl022,interface = <0>;
|
|
pl022,com-mode = <0x0>;
|
|
pl022,rx-level-trig = <0>;
|
|
pl022,tx-level-trig = <0>;
|
|
};
|
|
};
|
|
|
|
&v2m0 {
|
|
arm,msi-base-spi = <64>;
|
|
arm,msi-num-spis = <256>;
|
|
};
|