1/*
2 * Copyright (c) 2022 Microchip Technology Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&bbled0 {
8	compatible = "microchip,xec-bbled";
9	pinctrl-0 = <&led0_gpio156>;
10	pinctrl-names = "default";
11	status = "okay";
12};
13
14&bbled1 {
15	compatible = "microchip,xec-bbled";
16	pinctrl-0 = <&led1_gpio157>;
17	pinctrl-names = "default";
18	status = "okay";
19};
20
21&bbled2 {
22	compatible = "microchip,xec-bbled";
23	pinctrl-0 = <&led2_gpio153>;
24	pinctrl-names = "default";
25	status = "okay";
26};
27
28&bbled3 {
29	compatible = "microchip,xec-bbled";
30	pinctrl-0 = <&led3_gpio035>;
31	pinctrl-names = "default";
32	status = "okay";
33};
34