mirror of
https://github.com/torvalds/linux.git
synced 2024-12-08 20:21:34 +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>
155 lines
1.6 KiB
Plaintext
155 lines
1.6 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "bcm7425.dtsi"
|
|
#include "bcm97xxx-nand-cs1-bch24.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";
|
|
};
|
|
|
|
&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";
|
|
};
|
|
|
|
&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";
|
|
};
|
|
|
|
&nand {
|
|
status = "okay";
|
|
};
|
|
|
|
&sdhci0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&sdhci1 {
|
|
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";
|
|
};
|