1/*
2 * Copyright (c) 2024 Vitrolife A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Application overlay for pwm devices
7 */
8
9test_pwm_tsic_xx6: tsic_xx6 {
10	status = "okay";
11	compatible = "ist,tsic-xx6";
12	pwms = <&test_pwm 0 0 0>;
13	data-bits = <14>;
14	lower-temperature-limit = <(-100)>;
15	higher-temperature-limit = <250>;
16};
17