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