| // SPDX-License-Identifier: GPL-2.0+ |
| * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> |
| #include "brcm,bcm3380.dtsi" |
| model = "Netgear CG3100D"; |
| compatible = "netgear,cg3100d", "brcm,bcm3380"; |
| stdout-path = "serial0:115200n8"; |
| compatible = "gpio-leds"; |
| label = "CG3100D:green:wifi"; |
| gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; |
| label = "CG3100D:green:wps"; |
| gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>; |
| label = "CG3100D:red:power"; |
| gpios = <&gpio0 19 GPIO_ACTIVE_LOW>; |
| label = "CG3100D:green:power"; |
| label = "CG3100D:green:downlink"; |
| label = "CG3100D:orange:downlink"; |
| label = "CG3100D:green:uplink"; |
| label = "CG3100D:orange:uplink"; |
| label = "CG3100D:green:inet"; |
| label = "CG3100D:green:stby"; |
| compatible = "jedec,spi-nor"; |
| spi-max-frequency = <25000000>; |