Linux Audio
Check our new training course
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/* * Copyright (c) 2020, Seagate * * SPDX-License-Identifier: Apache-2.0 */ #include <mem.h> #include <nxp/nxp_lpc11u6x.dtsi> / { sram0: memory@10000000 { reg = <0x10000000 DT_SIZE_K(8)>; }; soc { flash0: flash@0 { reg = <0 DT_SIZE_K(64)>; }; }; };