arm64: dts: rockchip: Enable hym8563 for rk3588s-evb4

1) Enable hym8563 clkout for WIFI/BT
    2) Remove spi2m2_cs1 for hym8563 interrupt gpio

Signed-off-by: Shaoxing Chen <csx@rock-chips.com>
Change-Id: Id2f563115efab751f360d4d00df0b78b155c0bc1
This commit is contained in:
Shaoxing Chen
2021-11-30 18:22:50 +08:00
committed by Tao Huang
parent 9392c1c4b3
commit 6e6c4d831e

View File

@@ -483,6 +483,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
status = "okay";
};
};
@@ -494,10 +495,6 @@
status = "disabled";
};
&sdmmc {
status = "okay";
};
&pdm0 {
status = "okay";
};
@@ -597,6 +594,10 @@
pinctrl-0 = <&pwm13m1_pins>;
};
&sdmmc {
status = "okay";
};
&spdif_tx1 {
status = "okay";
pinctrl-names = "default";
@@ -611,6 +612,13 @@
status = "okay";
};
&spi2 {
pinctrl-names = "default", "high_speed";
pinctrl-0 = <&spi2m2_cs0 &spi2m2_pins>;
pinctrl-1 = <&spi2m2_cs0 &spi2m2_pins_hs>;
num-cs = <1>;
};
&u2phy2_host {
phy-supply = <&vcc5v0_host>;
};