Skip to content

Commit 76b510c

Browse files
TonyHan11cfriedt
authored andcommitted
samples: pwm: add sama7g54_ek.overlay file to the blink_pwm sample
The sama7g54-ek has the LEDs those can be driven by GPIO or PWM. Signed-off-by: Tony Han <[email protected]>
1 parent 2295d33 commit 76b510c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
*/
7+
8+
&pwmleds {
9+
status = "okay";
10+
};
11+
12+
&pwm {
13+
status = "okay";
14+
};

0 commit comments

Comments
 (0)