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

Commit e38ec5b9 authored by Duc Dang's avatar Duc Dang
Browse files

arm64: dts: Add Designware GPIO dts binding for APM X-Gene v1 platform



This patch adds Designware GPIO dts binding for APM X-Gene v1 platform.

Signed-off-by: default avatarDuc Dang <dhdang@apm.com>
parent 9e81a200
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -732,6 +732,21 @@
			#gpio-cells = <2>;
		};

		dwgpio: dwgpio@1c024000 {
			compatible = "snps,dw-apb-gpio";
			reg = <0x0 0x1c024000 0x0 0x1000>;
			reg-io-width = <4>;
			#address-cells = <1>;
			#size-cells = <0>;

			porta: gpio-controller@0 {
				compatible = "snps,dw-apb-gpio-port";
				gpio-controller;
				snps,nr-gpios = <32>;
				reg = <0>;
			};
		};

		phy1: phy@1f21a000 {
			compatible = "apm,xgene-phy";
			reg = <0x0 0x1f21a000 0x0 0x100>;