aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/button-hotplug/src/button-hotplug.c
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2018-03-24 12:36:46 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-03-31 16:30:27 +0200
commit198172c0488262d620d87ab765ecc3ad8292fbec (patch)
tree4661bb55c8764a6e1a25d66aae73917abc687e20 /package/kernel/button-hotplug/src/button-hotplug.c
parent960b90f4356097c8cbb4584959f03260b93fe121 (diff)
downloadupstream-198172c0488262d620d87ab765ecc3ad8292fbec.tar.gz
upstream-198172c0488262d620d87ab765ecc3ad8292fbec.tar.bz2
upstream-198172c0488262d620d87ab765ecc3ad8292fbec.zip
package/utils/e2fsprogs: update to 1.44.1
Update e2fsprogs to upstream 1.44.1 (feature and bugfix release) Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'package/kernel/button-hotplug/src/button-hotplug.c')
0 files changed, 0 insertions, 0 deletions
d='n121' href='#n121'>121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
/dts-v1/;

/include/ "danube.dtsi"

/ {
	model = "ARV4518PWR01A - SMC7908A-ISP, Airties WAV-221";

	chosen {
		bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
	};

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

	sram@1F000000 {
		vmmc@107000 {
			status = "okay";
			gpios = <&gpio 31 0>;
		};
	};

	fpi@10000000 {
		localbus@0 {
			nor-boot@0 {
				compatible = "lantiq,nor";
				bank-width = <2>;
				reg = <0 0x0 0x2000000>;
				#address-cells = <1>;
				#size-cells = <1>;

				partition@0 {
					label = "uboot";
					reg = <0x00000 0x10000>; /* 64 KB */
					read-only;
				};

				partition@10000 {
					label = "uboot_env";
					reg = <0x10000 0x10000>; /* 64 KB */
					read-only;
				};

				partition@20000 {
					label = "linux";
					reg = <0x20000 0x3d0000>;
				};

				partition@400000 {
					label = "boardconfig";
					reg = <0x3f0000 0x10000>;
					read-only;
				};
			};

			gpiomm: gpiomm@4000000 {
				compatible = "lantiq,gpio-mm";
				reg = <1 0x0 0x10 >;
				#address-cells = <1>;
				#size-cells = <1>;
				#gpio-cells = <2>;
				gpio-controller;
				lantiq,shadow = <0x0>;
			};

			mac_addr {
				compatible = "lantiq,eth-mac";
				reg = <0 0x3f0016 0x6>;
				mac-increment = <2>;
			};

			ath5k_eep {
				compatible = "ath5k,eeprom";
				reg = <0 0x3f0400 0x1000
					0 0x3f0016 0x6>;
				ath,mac-increment = <1>;
				ath,eep-swap;
			};
		};

		gpio: pinmux@E100B10 {
			pinctrl-names = "default";
			pinctrl-0 = <&state_default>;

			state_default: pinmux {
				ebu {
					lantiq,groups = "ebu cs1";
					lantiq,function = "ebu";
				};
				pci_in {
					lantiq,groups = "req1", "req2";
					lantiq,function = "pci";
					lantiq,open-drain = <1>;
					lantiq,pull = <2>;
					lantiq,output = <0>;
				};
				pci_out {
					lantiq,groups = "gnt1", "gnt2";
					lantiq,function = "pci";
					lantiq,pull = <0>;