1/* 2 * Copyright (c) 2024 Microchip Technology Inc. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* So far all Microchip MEC5 family of SoC's so add three more PWM's 8 * in the 176-pin (LJ) package. 9 * Include this file in the soc {} section in all MEC5 LJ chip DTSI files. 10 */ 11pwm9: pwm@40005890 { 12 reg = <0x40005890 0x10>; 13 status = "disabled"; 14 #pwm-cells = <3>; 15}; 16pwm10: pwm@400058a0 { 17 reg = <0x400058a0 0x10>; 18 status = "disabled"; 19 #pwm-cells = <3>; 20}; 21pwm11: pwm@400058b0 { 22 reg = <0x400058b0 0x10>; 23 status = "disabled"; 24 #pwm-cells = <3>; 25}; 26