| // SPDX-License-Identifier: GPL-2.0+ |
| * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> |
| #include "brcm,bcm6368.dtsi" |
| model = "Comtrend WAP-5813n"; |
| compatible = "comtrend,wap-5813n", "brcm,bcm6368"; |
| stdout-path = "serial0:115200n8"; |
| compatible = "gpio-leds"; |
| label = "WAP-5813n:green:inet"; |
| gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>; |
| label = "WAP-5813n:green:power"; |
| gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>; |
| label = "WAP-5813n:green:wps"; |
| gpios = <&gpio0 23 GPIO_ACTIVE_LOW>; |
| label = "WAP-5813n:red:power"; |
| gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>; |
| label = "WAP-5813n:red:inet"; |
| gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>; |
| compatible = "brcm,enetsw-port"; |