Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
// 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>;
};