blob: 0be0d31c499ea79cc80a333ddc90b6998ac8f88e [file] [log] [blame]
// Set display panel config
/dts-v1/;
/plugin/;
#include "mt8167-pinfunc.h"
/ {
compatible = "mediatek,mt8167";
fragment@0 {
target = <&pio>;
__overlay__ {
pwm0_pin_default: pwm0_pin_default {
pins1 {
pinmux = <MT8167_PIN_25_EINT25__FUNC_PWM_B>;
};
};
};
};
fragment@1 {
target = <&pwm>;
__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pwm0_pin_default>;
};
};
};