]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/mips/boot/dts/brcm/bcm6362-neufbox6-sercomm.dts
Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixes
[mirror_ubuntu-focal-kernel.git] / arch / mips / boot / dts / brcm / bcm6362-neufbox6-sercomm.dts
1 /dts-v1/;
2
3 /include/ "bcm6362.dtsi"
4
5 / {
6 compatible = "sfr,nb6-ser", "brcm,bcm6362";
7 model = "SFR NeufBox 6 (Sercomm)";
8
9 memory@0 {
10 device_type = "memory";
11 reg = <0x00000000 0x08000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200";
16 stdout-path = &uart0;
17 };
18 };
19
20 &uart0 {
21 status = "okay";
22 };