aboutsummaryrefslogtreecommitdiffstats
path: root/package/yamonenv
Commit message (Expand)AuthorAgeFilesLines
* package/yamonenv: refresh patchesGabor Juhos2010-03-261-4/+2
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
* Use the openwrt.org mirror, others are offlineFlorian Fainelli2008-11-151-1/+1
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-1/+1
* strip the kernel version suffix from target directories, except for brcm-2.4 ...Felix Fietkau2007-09-061-1/+1
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-041-3/+4
* Fix yamonenv errors on accessing environment (#1542)Florian Fainelli2007-04-081-0/+12
* add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...Felix Fietkau2007-03-161-1/+0
* same propset here as changeset:6500Tim Yardley2007-03-041-1/+1
* move another DEFAULT:=y and fix a dependency bugFelix Fietkau2007-01-141-2/+1
* Was not selected by default actually :/Florian Fainelli2007-01-021-1/+1
* Include yamonenv by default in au1000 imagesFlorian Fainelli2006-12-311-0/+1
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-1/+1
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+40
: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/dts-v1/;

#include "AWM002-8M.dtsi"

#include <dt-bindings/input/input.h>

/ {
	compatible = "AWM003", "ralink,rt5350-soc";
	model = "AsiaRF AWM003 EVB";

	memory@0 {
		device_type = "memory";
		reg = <0x0 0x4000000>;
	};

	gpio-leds {
		compatible = "gpio-leds";

		tx {
			label = "awm003-evb:green:tx";
			gpios = <&gpio0 15 1>;
		};

		rx {
			label = "awm003-evb:green:rx";
			gpios = <&gpio0 16 1>;
		};

		wps {
			label = "awm003-evb:green:wps";
			gpios = <&gpio0 21 1>;
		};
	};

	gpio-keys-polled {
		compatible = "gpio-keys-polled";
		#address-cells = <1>;
		#size-cells = <0>;
		poll-interval = <20>;

		reset_wps {
			label = "reset_wps";
			gpios = <&gpio0 0 1>;
			linux,code = <KEY_RESTART>;
		};

		mode {
			label = "mode";
			gpios = <&gpio0 20 1>;
			linux,code = <BTN_0>;
		};
	};
};

&m25p80 {
	compatible = "jedec,spi-nor";
	linux,modalias = "m25p80", "mx25l6405d";
};

&ethernet {
	mtd-mac-address = <&factory 0x28>;
};

&wmac {
	ralink,mtd-eeprom = <&factory 0>;
};