bcm63xx: move dts-v1 statement to top-level DTSI files
[openwrt/staging/mkresin.git] / target / linux / bcm63xx / dts / bcm3368-netgear-cvg834g.dts
1 #include "bcm3368.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Netgear CVG834G";
7 compatible = "netgear,cvg834g", "brcm,bcm3368";
8
9 aliases {
10 led-boot = &led_power_green;
11 led-failsafe = &led_power_green;
12 led-running = &led_power_green;
13 led-upgrade = &led_power_green;
14 };
15
16 chosen {
17 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
18 stdout-path = "serial0:115200n8";
19 };
20
21 leds {
22 compatible = "gpio-leds";
23
24 led_power_green: power_green {
25 label = "green:power";
26 gpios = <&gpio1 5 0>;
27 default-state = "on";
28 };
29 };
30 };
31
32 &pflash {
33 status = "okay";
34
35 partitions {
36 compatible = "fixed-partitions";
37 #address-cells = <1>;
38 #size-cells = <1>;
39
40 cfe@0 {
41 label = "CFE";
42 reg = <0x000000 0x010000>;
43 read-only;
44 };
45
46 linux@10000 {
47 label = "linux";
48 reg = <0x010000 0x3e0000>;
49 compatible = "brcm,bcm963xx-imagetag";
50 };
51
52 nvram@3f0000 {
53 label = "nvram";
54 reg = <0x3f0000 0x010000>;
55 };
56 };
57 };
58
59 &uart0 {
60 status = "okay";
61 };
62
63 &uart1 {
64 status = "okay";
65 };