Loading...
/* * Copyright (c) 2019, NXP * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include <nxp/nxp_lpc55S6x_ns.dtsi> #include "lpcxpresso55s69.dtsi" / { model = "NXP LPCXpresso55S69 board"; compatible = "nxp,lpc55xxx", "nxp,lpc"; cpus { /delete-node/ cpu@0; }; chosen { zephyr,sram = &sram3; zephyr,flash = &flash0; zephyr,code-partition = &slot1_partition; zephyr,entropy = &rng; }; }; &gpio0 { status = "okay"; }; &gpio1 { status = "okay"; }; &blue_led { status = "okay"; }; &mailbox0 { status = "okay"; }; |