kernel-brax3-ubuntu-touch/arch/arm64/boot/dts/mediatek/rt6160.dtsi
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

15 lines
327 B
Text

// SPDX-License-Identifier: GPL-2.0
//
// Copyright (c) 2021 MediaTek Inc.
&i2c5 {
rt6160@75 {
compatible = "richtek,rt6160";
reg = <0x75>;
//enable-gpios = <&gpio26 2 0>;
regulator-name = "rt6160-buckboost";
regulator-min-microvolt = <2025000>;
regulator-max-microvolt = <5200000>;
regulator-always-on;
};
};