blob: abb2cc0ec78a0afd416230953913a36d2bfbb072 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#include "bcm6348.dtsi"
2
3#include <dt-bindings/input/input.h>
4
5/ {
6 model = "Davolink DV-201AMR";
7 compatible = "davolink,dv-201amr", "brcm,bcm6348";
8
9 chosen {
10 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
11 stdout-path = "serial0:115200n8";
12 };
13};
14
15&pflash {
16 status = "okay";
17
18 partitions {
19 compatible = "fixed-partitions";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 backup@0 {
24 label = "backup";
25 reg = <0x000000 0x400000>;
26 };
27
28 cfe@400000 {
29 label = "cfe";
30 reg = <0x400000 0x010000>;
31 read-only;
32 };
33
34 linux@410000 {
35 label = "linux";
36 reg = <0x410000 0x3f0000>;
37 compatible = "brcm,bcm963xx-imagetag";
38 };
39 };
40};
41
42&pinctrl {
43 pinctrl-names = "default";
44 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
45};
46
47&uart0 {
48 status = "okay";
49};