mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 04:30:53 +07:00
75215193b9
This patch enables the Ethernet port on the Marvell Berlin2Q DMP board. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
52 lines
793 B
Plaintext
52 lines
793 B
Plaintext
/*
|
|
* Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
|
|
*
|
|
* This file is licensed under the terms of the GNU General Public
|
|
* License version 2. This program is licensed "as is" without any
|
|
* warranty of any kind, whether express or implied.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "berlin2q.dtsi"
|
|
|
|
/ {
|
|
model = "Marvell BG2-Q DMP";
|
|
compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x80000000>;
|
|
};
|
|
|
|
choosen {
|
|
bootargs = "console=ttyS0,115200 earlyprintk";
|
|
};
|
|
};
|
|
|
|
&sdhci1 {
|
|
broken-cd;
|
|
sdhci,wp-inverted;
|
|
status = "okay";
|
|
};
|
|
|
|
&sdhci2 {
|
|
non-removable;
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|
|
|
|
ð0 {
|
|
status = "okay";
|
|
};
|