aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WZR-AGL300NH.dts
Commit message (Expand)AuthorAgeFilesLines
* ramips: dts: Unify naming of gpio-led nodesPetr Štetiar2019-02-051-1/+1
* ramips: dts: Unify naming of gpio-keys nodesPetr Štetiar2019-02-051-1/+1
* ramips: specify "firmware" partition formatINAGAKI Hiroshi2018-11-291-0/+1
* ramips: add support for indicating the boot state using multiple ledsMathias Kresin2018-10-071-1/+4
* ramips: move partitions into partition table nodeAlex Maclean2018-08-041-23/+27
* ramips: fix dtc warningsMathias Kresin2018-08-041-2/+0
* ramips: fix pci/pcie related dtc warningsMathias Kresin2018-08-041-4/+4
* ramips: Use dts alias based status ledChuanhong Guo2018-07-161-1/+5
* ramips: update device tree source filesL. D. Pinney2017-08-031-10/+11
* ramips: introduce CONFIG_PCI and CONFIG_OF_*PCI for rt288xTobias Wolf2016-12-041-4/+0
* treewide: dts: use keycode defines from input dt-bindingMathias Kresin2016-11-131-3/+5
* ramips: DTS reworkStanislav Galabov2016-05-121-41/+38
* ramips: Change all '/include/' clauses to '#include' so preprocessing canStanislav Galabov2016-05-101-1/+1
* ralink: fixup devicetree files to work with new ethernet driverJohn Crispin2015-12-171-1/+1
* ramips: use consistent naming scheme for LEDsJohn Crispin2015-08-171-4/+4
* ramips: fix indentation and other mistakes in .dts{, i} filesJohn Crispin2015-08-171-3/+11
* ramips: Buffalo WZR-AGL300NH target supportJohn Crispin2015-02-161-0/+135
ber.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 "rt3050.dtsi"

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

/ {
	compatible = "dlink,dir-620-a1", "ralink,rt3050-soc";
	model = "D-Link DIR-620 A1";

	aliases {
		led-boot = &led_status_green;
		led-failsafe = &led_status_green;
		led-running = &led_status_green;
		led-upgrade = &led_status_green;
	};

	cfi@1f000000 {
		compatible = "cfi-flash";
		reg = <0x1f000000 0x800000>;
		bank-width = <2>;
		device-width = <2>;

		partitions {
			compatible = "fixed-partitions";
			#address-cells = <1>;
			#size-cells = <1>;

			partition@0 {
				label = "u-boot";
				reg = <0x0 0x30000>;
				read-only;
			};

			partition@30000 {
				label = "u-boot-env";
				reg = <0x30000 0x10000>;
				read-only;
			};

			factory: partition@40000 {
				label = "factory";
				reg = <0x40000 0x10000>;
				read-only;
			};

			partition@50000 {
				compatible = "denx,uimage";
				label = "firmware";
				reg = <0x50000 0x7b0000>;
			};
		};
	};

	keys {
		compatible = "gpio-keys-polled";
		poll-interval = <20>;

		reset {
			label = "reset";
			gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_RESTART>;
		};

		wps {
			label = "wps";
			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_WPS_BUTTON>;
		};
	};

	leds {
		compatible = "gpio-leds";

		status {
			label = "dir-620-a1:amber:status";
			gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
		};

		led_status_green: status2 {
			label = "dir-620-a1:green:status";
			gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
		};

		wan {
			label = "dir-620-a1:amber:wan";
			gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
		};

		wan2 {
			label = "dir-620-a1:green:wan";
			gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
		};

		wps {
			label = "dir-620-a1:blue:wps";
			gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
		};

		wps2 {
			label = "dir-620-a1:amber:wps";
			gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
		};
	};
};

&pinctrl {
	state_default: pinctrl0 {
		gpio {
			ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
			ralink,function = "gpio";
		};
	};
};

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

&esw {
	mediatek,portmap = <0x2f>;
};

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

&otg {
	status = "okay";
};