File tree 1 file changed +6
-4
lines changed
boards/m5stack/m5stickc_plus2
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
#include <espressif/partitions_0x1000_amp.dtsi>
14
14
15
15
/ {
16
- model = "M5StickC Plus PROCPU";
17
- compatible = "m5stack,m5stickc-plus ";
16
+ model = "M5StickC Plus 2 PROCPU";
17
+ compatible = "m5stack,m5stickc-plus2 ";
18
18
19
19
aliases {
20
20
led0 = &red_led;
65
65
mipi_dbi {
66
66
compatible = "zephyr,mipi-dbi-spi";
67
67
spi-dev = <&spi3>;
68
- dc-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
69
- reset-gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
68
+ dc-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; // G14
69
+ reset-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; // G12
70
70
write-only;
71
71
#address-cells = <1>;
72
72
#size-cells = <0>;
76
76
reg = <0>;
77
77
mipi-max-frequency = <20000000>;
78
78
79
+ supply-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>; // G27
80
+
79
81
width = <135>;
80
82
height = <240>;
81
83
x-offset = <53>;
You can’t perform that action at this time.
0 commit comments