blob: 35d0523fcf1607e94177449a30f0814ea4895cd6 [file] [log] [blame]
/*
* Copyright (c) 2023 Chen Xingyu <hi@xingrz.me>
* SPDX-License-Identifier: Apache-2.0
*/
#include <freq.h>
&spi2 {
cs-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
auxdisplay_0: auxdisplay@0 {
reg = <0>;
spi-max-frequency = <DT_FREQ_M(1)>;
compatible = "ptc,pt6314";
status = "okay";
columns = <20>;
rows = <2>;
};
};