summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image/DGN3500.dtsi
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-25 19:03:32 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-25 19:03:32 +0000
commit0d768032439537aa7c613da6ad0026fe902d2caa (patch)
treebe4ca50460a3d01f56c91501f344a8b50f338d72 /target/linux/lantiq/image/DGN3500.dtsi
parentbd8898af343a95550424396c464114a81f9b9015 (diff)
lantiq: move dts files to thir own folder
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36443 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image/DGN3500.dtsi')
-rw-r--r--target/linux/lantiq/image/DGN3500.dtsi176
1 files changed, 0 insertions, 176 deletions
diff --git a/target/linux/lantiq/image/DGN3500.dtsi b/target/linux/lantiq/image/DGN3500.dtsi
deleted file mode 100644
index 795e8bce0..000000000
--- a/target/linux/lantiq/image/DGN3500.dtsi
+++ /dev/null
@@ -1,176 +0,0 @@
-/include/ "ar9.dtsi"
-
-/ {
- chosen {
- bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
- };
-
- memory@0 {
- reg = <0x0 0x4000000>;
- };
-
- fpi@10000000 {
- gpio: pinmux@E100B10 {
- pinctrl-names = "default";
- pinctrl-0 = <&state_default>;
-
- state_default: pinmux {
- exin {
- lantiq,groups = "exin1";
- lantiq,function = "exin";
- };
- pci {
- lantiq,groups = "gnt1", "req1";
- lantiq,function = "pci";
- };
- pci-in {
- lantiq,groups = "req1";
- lantiq,output = <0>;
- lantiq,open-drain = <1>;
- lantiq,pull = <2>;
- };
- pci-out {
- lantiq,groups = "gnt1";
- lantiq,output = <1>;
- lantiq,pull = <0>;
- };
- spi-in {
- lantiq,pins = "io16";
- lantiq,open-drain = <1>;
- lantiq,pull = <2>;
- };
- spi-out {
- lantiq,pins = "io10", "io17", "io18", "io21";
- lantiq,open-drain = <0>;
- lantiq,pull = <2>;
- };
- };
- };
-
- etop@E180000 {
- phy-mode = "mii";
- mac-address = [ 00 11 22 33 44 55 ];
- };
-
- ifxhcd@E101000 {
- status = "okay";
- };
-
- pci@E105400 {
- status = "okay";
-
- lantiq,bus-clock = <33333333>;
- interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
- interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
- gpio-reset = <&gpio 21 0>;
- req-mask = <0x1>; /* GNT1 */
- };
- };
-
- spi {
- #address-cells = <1>;
- #size-cells = <1>;
-
- compatible = "spi-gpio";
-
- gpio-miso = <&gpio 16 0>;
- gpio-mosi = <&gpio 17 0>;
- gpio-sck = <&gpio 18 0>;
- num-chipselects = <1>;
- cs-gpios = <&gpio 10 1>;
-
- m25p80@0 {
- #address-cells = <1>;
- #size-cells = <1>;
- compatible = "s25fl129p0";
- reg = <0 0>;
- linux,modalias = "m25p80", "mx25l3205d";
- spi-max-frequency = <1000000>;
-
- partition@0 {
- reg = <0x0 0x10000>;
- label = "uboot";
- read-only;
- };
-
- partition@10000 {
- reg = <0x10000 0x10000>;
- label = "uboot-env";
- read-only;
- };
-
- partition@20000 {
- reg = <0x20000 0x10000>;
- label = "calibration";
- read-only;
- };
-
- partition@50000 {
- reg = <0x50000 0xfa0000>;
- label = "linux";
- };
- };
- };
-
- rtl8366rb {
- compatible = "rtl8366rb";
- gpio-sda = <&gpio 35 0>;
- gpio-sck = <&gpio 37 0>;
- };
-
- gpio-keys-polled {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <100>;
-
- rfkill {
- label = "rfkill";
- gpios = <&gpio 36 1>;
- linux,code = <0xf7>;
- };
- wps {
- label = "wps";
- gpios = <&gpio 54 1>;
- linux,code = <0x211>;
- };
- reset {
- label = "reset";
- gpios = <&gpio 53 1>;
- linux,code = <0x198>;
- };
- };
-
- gpio-leds {
- compatible = "gpio-leds";
- internet {
- label = "inernet";
- gpios = <&gpio 2 1>;
- };
- dsl {
- label = "dsl";
- gpios = <&gpio 4 1>;
- };
- usb {
- label = "usb";
- gpios = <&gpio 22 1>;
- };
- power {
- label = "power";
- gpios = <&gpio 34 1>;
- default-state = "on";
- };
- power2 {
- label = "power2";
- gpios = <&gpio 39 1>;
- };
- wifi {
- label = "wifi";
- gpios = <&gpio 51 1>;
- };
- wps {
- label = "wps";
- gpios = <&gpio 52 1>;
- };
- };
-};