forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/stm32f469-disco.dts
....@@ -60,7 +60,8 @@
6060 stdout-path = "serial0:115200n8";
6161 };
6262
63
- memory {
63
+ memory@00000000 {
64
+ device_type = "memory";
6465 reg = <0x00000000 0x1000000>;
6566 };
6667
....@@ -88,17 +89,17 @@
8889
8990 leds {
9091 compatible = "gpio-leds";
91
- green {
92
+ led-green {
9293 gpios = <&gpiog 6 GPIO_ACTIVE_LOW>;
9394 linux,default-trigger = "heartbeat";
9495 };
95
- orange {
96
+ led-orange {
9697 gpios = <&gpiod 4 GPIO_ACTIVE_LOW>;
9798 };
98
- red {
99
+ led-red {
99100 gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
100101 };
101
- blue {
102
+ led-blue {
102103 gpios = <&gpiok 3 GPIO_ACTIVE_LOW>;
103104 };
104105 };
....@@ -171,7 +172,6 @@
171172 };
172173
173174 &ltdc {
174
- dma-ranges;
175175 status = "okay";
176176
177177 port {
....@@ -216,8 +216,7 @@
216216 &sdio {
217217 status = "okay";
218218 vmmc-supply = <&mmc_vcard>;
219
- cd-gpios = <&gpiog 2 GPIO_ACTIVE_HIGH>;
220
- cd-inverted;
219
+ cd-gpios = <&gpiog 2 GPIO_ACTIVE_LOW>;
221220 broken-cd;
222221 pinctrl-names = "default", "opendrain";
223222 pinctrl-0 = <&sdio_pins>;