mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 19:11:31 +00:00
3df83c9168
Change /include/ with #include in order to be able to include header files from dt-bindings. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
91 lines
960 B
Plaintext
91 lines
960 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "bcm7420.dtsi"
|
|
|
|
/ {
|
|
compatible = "brcm,bcm97420c", "brcm,bcm7420";
|
|
model = "Broadcom BCM97420C";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x10000000>,
|
|
<0x20000000 0x30000000>,
|
|
<0x60000000 0x10000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200";
|
|
stdout-path = &uart0;
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&bsca {
|
|
status = "okay";
|
|
};
|
|
|
|
&bscb {
|
|
status = "okay";
|
|
};
|
|
|
|
&bscc {
|
|
status = "okay";
|
|
};
|
|
|
|
&bscd {
|
|
status = "okay";
|
|
};
|
|
|
|
&bsce {
|
|
status = "okay";
|
|
};
|
|
|
|
&pwma {
|
|
status = "okay";
|
|
};
|
|
|
|
&pwmb {
|
|
status = "okay";
|
|
};
|
|
|
|
&watchdog {
|
|
status = "okay";
|
|
};
|
|
|
|
/* FIXME: MAC driver comes up but cannot attach to PHY */
|
|
&enet0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&ehci0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ohci0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ehci1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ohci1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&mspi {
|
|
status = "okay";
|
|
};
|