mirror of
https://github.com/torvalds/linux.git
synced 2024-12-10 05:01:26 +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>
117 lines
1.3 KiB
Plaintext
117 lines
1.3 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "bcm7358.dtsi"
|
|
#include "bcm97xxx-nand-cs1-bch4.dtsi"
|
|
|
|
/ {
|
|
compatible = "brcm,bcm97358svmb", "brcm,bcm7358";
|
|
model = "Broadcom BCM97358SVMB";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x00000000 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";
|
|
};
|
|
|
|
&pwma {
|
|
status = "okay";
|
|
};
|
|
|
|
&pwmb {
|
|
status = "okay";
|
|
};
|
|
|
|
&watchdog {
|
|
status = "okay";
|
|
};
|
|
|
|
&enet0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ehci0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ohci0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&nand {
|
|
status = "okay";
|
|
};
|
|
|
|
&qspi {
|
|
status = "okay";
|
|
|
|
m25p80@0 {
|
|
compatible = "m25p80";
|
|
reg = <0>;
|
|
spi-max-frequency = <40000000>;
|
|
spi-cpol;
|
|
spi-cpha;
|
|
use-bspi;
|
|
m25p,fast-read;
|
|
|
|
partitions {
|
|
compatible = "fixed-partitions";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
flash0.cfe@0 {
|
|
reg = <0x0 0x200000>;
|
|
};
|
|
|
|
flash0.mac@200000 {
|
|
reg = <0x200000 0x40000>;
|
|
};
|
|
|
|
flash0.nvram@240000 {
|
|
reg = <0x240000 0x10000>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&mspi {
|
|
status = "okay";
|
|
};
|
|
|
|
&waketimer {
|
|
status = "okay";
|
|
};
|