mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 11:01:43 +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>
27 lines
355 B
Plaintext
27 lines
355 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "bcm3384_viper.dtsi"
|
|
|
|
/ {
|
|
compatible = "brcm,bcm93384wvg-viper", "brcm,bcm3384-viper";
|
|
model = "Broadcom BCM93384WVG-viper";
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200";
|
|
stdout-path = &uart0;
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ehci0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ohci0 {
|
|
status = "okay";
|
|
};
|