03a1fcb021
The lvgl glue code has been updated to use a devicetree label so we can remove it from the test. Signed-off-by: Kumar Gala <galak@kernel.org>
18 lines
244 B
Plaintext
18 lines
244 B
Plaintext
/*
|
|
* Copyright (c) 2021 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,display = &dummy_dc;
|
|
};
|
|
|
|
dummy_dc: dummy_dc {
|
|
compatible = "zephyr,dummy-dc";
|
|
height = <240>;
|
|
width = <320>;
|
|
};
|
|
};
|