forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/arm/boot/dts/stm32f769-disco.dts
....@@ -55,7 +55,8 @@
5555 stdout-path = "serial0:115200n8";
5656 };
5757
58
- memory {
58
+ memory@c0000000 {
59
+ device_type = "memory";
5960 reg = <0xC0000000 0x1000000>;
6061 };
6162
....@@ -65,11 +66,11 @@
6566
6667 leds {
6768 compatible = "gpio-leds";
68
- green {
69
+ led-green {
6970 gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>;
7071 linux,default-trigger = "heartbeat";
7172 };
72
- red {
73
+ led-red {
7374 gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
7475 };
7576 };
....@@ -99,6 +100,10 @@
99100 };
100101 };
101102
103
+&rcc {
104
+ compatible = "st,stm32f769-rcc", "st,stm32f746-rcc", "st,stm32-rcc";
105
+};
106
+
102107 &cec {
103108 pinctrl-0 = <&cec_pins_a>;
104109 pinctrl-names = "default";
....@@ -124,8 +129,7 @@
124129 &sdio2 {
125130 status = "okay";
126131 vmmc-supply = <&mmc_vcard>;
127
- cd-gpios = <&gpioi 15 GPIO_ACTIVE_HIGH>;
128
- cd-inverted;
132
+ cd-gpios = <&gpioi 15 GPIO_ACTIVE_LOW>;
129133 broken-cd;
130134 pinctrl-names = "default", "opendrain";
131135 pinctrl-0 = <&sdio_pins_b>;