1/* 2 * Copyright (c) 2024 Renesas Electronics Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&gpt32e3 { 8 pwm3: pwm { 9 status = "okay"; 10 pinctrl-0 = <&gpt3_pins>; 11 pinctrl-names = "default"; 12 }; 13}; 14