Commit 421a6820 authored by Declan Snyder's avatar Declan Snyder Committed by Johan Hedberg
Browse files

dts: ke1xz: Fix base address GPIOE



Base address of gpioe is typo ignoring ranges

Signed-off-by: default avatarDeclan Snyder <declan.snyder@nxp.com>
parent 038fc8b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@
			gpioe: gpio@400ff100 {
				compatible = "nxp,kinetis-gpio";
				status = "disabled";
				reg = <0x400ff100 0x40>;
				reg = <0x100 0x40>;
				gpio-controller;
				#gpio-cells = <2>;
				nxp,kinetis-port = <&porte>;