add nice view support

This commit is contained in:
Chen Zeng
2024-07-15 11:37:10 +08:00
parent 86f79e26df
commit 1cf033aabf
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ nice_view_spi: &spi0 {
pinctrl-0 = <&spi0_default>;
pinctrl-1 = <&spi0_sleep>;
pinctrl-names = "default", "sleep";
cs-gpios = <&pro_micro 1 GPIO_ACTIVE_HIGH>;
cs-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
};
&i2c {
@@ -21,7 +21,7 @@ nice_view_spi: &spi0 {
pinctrl-0 = <&spi0_default>;
pinctrl-1 = <&spi0_sleep>;
pinctrl-names = "default", "sleep";
cs-gpios = <&pro_micro 1 GPIO_ACTIVE_HIGH>;
cs-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
};
&i2c {