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>
24 lines
343 B
Plaintext
24 lines
343 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "bcm6362.dtsi"
|
|
|
|
/ {
|
|
compatible = "sfr,nb6-ser", "brcm,bcm6362";
|
|
model = "SFR NeufBox 6 (Sercomm)";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x08000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200";
|
|
stdout-path = &uart0;
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|