Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 835dbe8f authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: Add dt node for rtl8703as wifi chip on ga10h



The ga10h tablet has a rtl8703as wifi chip, add a dt node describing it.

This enables usage of wifi on this tablet (together with the out of
tree rtl8732bs driver).

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 9d3ee575
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -47,6 +47,11 @@
/ {
	model = "Allwinner GA10H Quad Core Tablet (v1.1)";
	compatible = "allwinner,ga10h-v1.1", "allwinner,sun8i-a33";

	aliases {
		/* Make u-boot set mac-address for rtl8703as (no eeprom) */
		ethernet0 = &rtl8703as;
	};
};

&ehci0 {
@@ -62,6 +67,19 @@
	};
};

&mmc1 {
	pinctrl-names = "default";
	pinctrl-0 = <&mmc1_pins_a>;
	vmmc-supply = <&reg_dldo1>;
	bus-width = <4>;
	non-removable;
	status = "okay";

	rtl8703as: sdio_wifi@1 {
		reg = <1>;
	};
};

&ohci0 {
	status = "okay";
};