Adjustments of dts and defconfig files to adjust for the MERGE removal. The revert of MERGE requires specific dts and defconfig files for boards which relied on the MERGE feature. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
11 lines
187 B
Text
11 lines
187 B
Text
/*
|
|
* Copyright (c) 2023, Fabian Blatz <fabianblatz@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&sdl_dc {
|
|
compatible = "zephyr,sdl-dc";
|
|
height = <272>;
|
|
width = <480>;
|
|
};
|