aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libnl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* treewide: revise library packagingJo-Philipp Wich2019-01-241-9/+6
* libnl: bump to 3.4.0Konstantin Demin2018-07-071-4/+4
* libnl: Disable debug supportHauke Mehrtens2018-04-301-0/+3
* libs/libnl: Update to 3.3.0Daniel Engberg2017-10-151-10/+6
* libnl: Update to 3.2.29Daniel Engberg2017-01-101-3/+3
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
* package/libs/libnl: Update to 3.2.28Daniel Engberg2016-10-151-3/+3
* libnl: fix URLLuka Perkov2015-10-111-1/+1
* libnl: Install include files into libnl3Felix Fietkau2015-10-021-2/+2
* libnl: split libnl into smaller librariesFelix Fietkau2015-09-241-13/+88
* license info - revert r43155John Crispin2014-11-031-3/+0
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-0/+3
* Add a few SPDX tagsSteven Barth2014-11-021-0/+1
* libnl: update to 3.2.21Jonas Gorski2013-04-231-8/+8
* move library packages to package/libs/Felix Fietkau2012-10-081-0/+56
; 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 "bcm6348.dtsi"

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

/ {
	model = "D-Link DSL-2640B rev B2";
	compatible = "d-link,dsl-2640b-b", "brcm,bcm6348";

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

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

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

		power_green {
			label = "D-4P-W:green:power";
			gpios = <&gpio0 0 1>;
			default-state = "on";
		};
		status {
			label = "D-4P-W::status";
			gpios = <&gpio0 3 1>;
		};
		inet_green {
			label = "D-4P-W:green:internet";
			gpios = <&gpio0 4 1>;
		};
		inet_red {
			label = "D-4P-W:red:internet";
			gpios = <&gpio0 5 1>;
		};
	};
};

&pflash {
	status = "ok";

	linux,part-probe = "bcm63xxpart";

	cfe@0 {
		label = "CFE";
		reg = <0x000000 0x010000>;
		read-only;
	};

	linux@10000 {
		label = "linux";
		reg = <0x010000 0x3e0000>;
	};

	nvram@3f0000 {
		label = "nvram";
		reg = <0x3f0000 0x010000>;
	};
};