Skip to content

Commit

Permalink
Fixes zephyrproject-rtos#24439 issue : LPCXpresso55S69_ns target : bu…
Browse files Browse the repository at this point in the history
…ild failed

lpcxpresso55s69_ns_defconfig file : CONFIG_ARM is not user configurable
nxp_lpx55s6x_ns.dtsi file : missing i2c.h and replace kinetis-gpio by
lpc-gpio

Signed-off-by: Cindy Chaumont <cchaumont@witekio.com>
  • Loading branch information
CindyChmt committed Apr 17, 2020
1 parent a518516 commit cc28f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion boards/arm/lpcxpresso55s69/lpcxpresso55s69_ns_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#

CONFIG_ARM=y
CONFIG_SOC_SERIES_LPC55XXX=y
CONFIG_BOARD_LPCXPRESSO55S69_CPU0=y
CONFIG_CONSOLE=y
Expand Down
5 changes: 3 additions & 2 deletions dts/arm/nxp/nxp_lpc55S6x_ns.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <mem.h>
#include <arm/armv8-m.dtsi>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/i2c/i2c.h>

/ {
aliases {
Expand Down Expand Up @@ -98,7 +99,7 @@
};

gpio0: gpio@0 {
compatible = "nxp,kinetis-gpio";
compatible = "nxp,lpc-gpio";
reg = <0x4008c000 0x2488>;
interrupts = <2 2>;
label = "GPIO_0";
Expand All @@ -107,7 +108,7 @@
};

gpio1: gpio@1 {
compatible = "nxp,kinetis-gpio";
compatible = "nxp,lpc-gpio";
reg = <0x4008c000 0x2488>;
interrupts = <3 2>;
label = "GPIO_1";
Expand Down

0 comments on commit cc28f49

Please sign in to comment.