zephyr/samples/gui/lvgl/nrf52840_pca10056.overlay

20 lines
352 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi1 {
status = "ok";
cs-gpios = <&gpio0 4 0>;
ili9340@0 {
compatible = "ilitek,ili9340";
label = "DISPLAY";
spi-max-frequency = <15151515>;
reg = <0>;
reset-gpios = <&gpio0 30 0>;
cmd-data-gpios = <&gpio0 31 0>;
};
};