1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update 950-0785-ARM-dts-Add-bcm2711-rpi-cm4.dts.patch

This commit is contained in:
suyuan168 2022-05-29 18:31:12 +08:00
parent 07a0b22b64
commit c3bc2c89c0

View file

@ -300,12 +300,12 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
+ };
+
+ spi3_pins: spi3_pins {
+ brcm,pins = <1 2 3>;
+ brcm,pins = <1 2>;
+ brcm,function = <BCM2835_FSEL_ALT3>;
+ };
+
+ spi4_pins: spi4_pins {
+ brcm,pins = <5 6 7>;
+ brcm,pins = <5 7>;
+ brcm,function = <BCM2835_FSEL_ALT3>;
+ };
+
@ -321,7 +321,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
+ };
+
+ i2c4_pins: i2c4 {
+ brcm,pins = <8 9>;
+ brcm,pins = <8>;
+ brcm,function = <BCM2835_FSEL_ALT5>;
+ brcm,pull = <BCM2835_PUD_UP>;
+ };
@ -364,7 +364,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
+ };
+
+ uart4_pins: uart4_pins {
+ brcm,pins = <8 9>;
+ brcm,pins = <8>;
+ brcm,function = <BCM2835_FSEL_ALT4>;
+ brcm,pull = <0 2>;
+ };
@ -385,7 +385,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
+ regulator-max-microvolt = <3300000>;
+ regulator-boot-on;
+ enable-active-high;
+ gpio = <&expgpio 6 GPIO_ACTIVE_HIGH>;
+ gpio = <&expgpio 600 GPIO_ACTIVE_HIGH>;
+ };
+};
+