hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2022 Fuzhou Rockchip Electronics Co., Ltd
 */
 
&gmac {
   clock_in_out = "output";
   /delete-property/ assigned-clocks;
   /delete-property/ assigned-clock-parents;
   pinctrl-names = "default";
   pinctrl-0 = <&rmii_pins &mac_refclk_12ma>;
};
 
&rk809_sound {
   hp-det-gpio = <&gpio3 RK_PA4 GPIO_ACTIVE_LOW>;
};
 
 
&pinctrl {
   headphone {
       hp_det: hp-det {
           rockchip,pins = <3 RK_PA4 RK_FUNC_GPIO &pcfg_pull_down>;
       };
   };
};
 
&wireless_bluetooth {
   BT,reset_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
   BT,wake_gpio = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
};