lantiq: remove "init" kernel command line parameter from bootargs
[openwrt/openwrt.git] / target / linux / lantiq / dts / GIGASX76X.dts
1 /dts-v1/;
2
3 #include "danube.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "GIGASX76X - Gigaset SX761,SX762,SX763";
9
10 memory@0 {
11 reg = <0x0 0x2000000>;
12 };
13
14 sram@1F000000 {
15 vmmc@107000 {
16 status = "okay";
17 gpios = <&gpiomm 1 GPIO_ACTIVE_HIGH>;
18 };
19 };
20
21 fpi@10000000 {
22 localbus@0 {
23 nor-boot@0 {
24 compatible = "lantiq,nor";
25 bank-width = <2>;
26 reg = <0 0x0 0x2000000>;
27 #address-cells = <1>;
28 #size-cells = <1>;
29
30 partitions {
31 compatible = "fixed-partitions";
32 #address-cells = <1>;
33 #size-cells = <1>;
34
35 partition@0 {
36 label = "uboot";
37 reg = <0x0 0x30000>;
38 };
39
40 partition@10000 {
41 label = "uboot_env";
42 reg = <0x30000 0x10000>;
43 };
44
45 partition@40000 {
46 label = "firmware";
47 reg = <0x40000 0x7c0000>;
48 };
49 };
50 };
51
52 gpiomm: gpiomm@4000000 {
53 compatible = "lantiq,gpio-mm";
54 reg = <1 0x0 0x10 >;
55 #address-cells = <1>;
56 #size-cells = <1>;
57 #gpio-cells = <2>;
58 gpio-controller;
59 lantiq,shadow = <0x3>;
60 };
61 };
62
63 gpio: pinmux@E100B10 {
64 pinctrl-names = "default";
65 pinctrl-0 = <&state_default>;
66
67 state_default: pinmux {
68 stp {
69 lantiq,groups = "stp";
70 lantiq,function = "stp";
71 };
72 };
73 };
74
75 gpios: stp@E100BB0 {
76 status = "okay";
77 };
78
79 etop@E180000 {
80 phy-mode = "rmii";
81 };
82
83 ifxhcd@E101000 {
84 status = "okay";
85 gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
86 };
87
88 pci@E105400 {
89 status = "okay";
90 gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
91 };
92 };
93
94 gpio-keys-polled {
95 compatible = "gpio-keys-polled";
96 #address-cells = <1>;
97 #size-cells = <0>;
98 poll-interval = <100>;
99
100 reset {
101 label = "reset";
102 gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
103 linux,code = <KEY_RESTART>;
104 };
105 };
106
107 gpio_export {
108 compatible = "gpio-export";
109 #size-cells = <0>;
110
111 switch {
112 gpio-export,name = "switch";
113 gpio-export,output = <1>;
114 gpios = <&gpio 19 GPIO_ACTIVE_HIGH>;
115 };
116 };
117 };