mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 20:56:43 +07:00
61 lines
657 B
Plaintext
61 lines
657 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/include/ "bcm7425.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "brcm,bcm97425svmb", "brcm,bcm7425";
|
||
|
model = "Broadcom BCM97425SVMB";
|
||
|
|
||
|
memory@0 {
|
||
|
device_type = "memory";
|
||
|
reg = <0x00000000 0x10000000>,
|
||
|
<0x20000000 0x30000000>,
|
||
|
<0x90000000 0x40000000>;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
bootargs = "console=ttyS0,115200";
|
||
|
stdout-path = &uart0;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&enet0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ehci0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ohci0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ehci1 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ohci1 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ehci2 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ohci2 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ehci3 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ohci3 {
|
||
|
status = "okay";
|
||
|
};
|