forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts
....@@ -18,7 +18,7 @@
1818 "google,bob", "google,gru", "rockchip,rk3399";
1919
2020 edp_panel: edp-panel {
21
- compatible = "boe,nv101wxmn51", "simple-panel";
21
+ compatible = "boe,nv101wxmn51";
2222 backlight = <&backlight>;
2323 power-supply = <&pp3300_disp>;
2424
....@@ -68,6 +68,16 @@
6868
6969 &spi0 {
7070 status = "okay";
71
+
72
+ cr50@0 {
73
+ compatible = "google,cr50";
74
+ reg = <0>;
75
+ interrupt-parent = <&gpio0>;
76
+ interrupts = <5 IRQ_TYPE_EDGE_RISING>;
77
+ pinctrl-names = "default";
78
+ pinctrl-0 = <&h1_int_od_l>;
79
+ spi-max-frequency = <800000>;
80
+ };
7181 };
7282
7383 &pinctrl {
....@@ -77,3 +87,8 @@
7787 };
7888 };
7989 };
90
+
91
+&wlan_host_wake_l {
92
+ /* Kevin has an external pull up, but Bob does not. */
93
+ rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>;
94
+};