bcm63xx: replace "ok" with "okay" for status in DTS files
[oweals/openwrt.git] / target / linux / bcm63xx / dts / bcm6348-dynalink-rta1025w.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Dynalink RTA1025W";
9         compatible = "dynalink,rta1025w", "brcm,bcm6348";
10
11         chosen {
12                 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13                 stdout-path = "serial0:115200n8";
14         };
15 };
16
17 &pflash {
18         status = "okay";
19
20         partitions {
21                 compatible = "fixed-partitions";
22                 #address-cells = <1>;
23                 #size-cells = <1>;
24
25                 cfe@0 {
26                         label = "CFE";
27                         reg = <0x000000 0x010000>;
28                         read-only;
29                 };
30
31                 linux@10000 {
32                         label = "linux";
33                         reg = <0x010000 0x3e0000>;
34                         compatible = "brcm,bcm963xx-imagetag";
35                 };
36
37                 nvram@3f0000 {
38                         label = "nvram";
39                         reg = <0x3f0000 0x010000>;
40                 };
41         };
42 };
43
44 &pinctrl {
45         pinctrl-names = "default";
46         pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
47 };
48
49 &uart0 {
50         status = "okay";
51 };