| #include "bcm6318.dtsi" |
| |
| #include <dt-bindings/input/input.h> |
| |
| / { |
| model = "Comtrend AR-5315u"; |
| compatible = "comtrend,ar-5315u", "brcm,bcm6318"; |
| |
| aliases { |
| led-boot = &led_power_green; |
| led-failsafe = &led_power_green; |
| led-running = &led_power_green; |
| led-upgrade = &led_power_green; |
| }; |
| |
| chosen { |
| bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; |
| stdout-path = "serial0:115200n8"; |
| }; |
| |
| keys { |
| compatible = "gpio-keys-polled"; |
| #address-cells = <1>; |
| #size-cells = <0>; |
| poll-interval = <20>; |
| |
| wps { |
| label = "wps"; |
| gpios = <&pinctrl 3 1>; |
| linux,code = <KEY_WPS_BUTTON>; |
| debounce-interval = <60>; |
| }; |
| |
| reset { |
| label = "reset"; |
| gpios = <&pinctrl 33 1>; |
| linux,code = <KEY_RESTART>; |
| debounce-interval = <60>; |
| }; |
| }; |
| }; |
| |
| &hsspi { |
| status = "okay"; |
| |
| flash@0 { |
| compatible = "jedec,spi-nor"; |
| spi-max-frequency = <62500000>; |
| spi-tx-bus-width = <2>; |
| spi-rx-bus-width = <2>; |
| reg = <0>; |
| |
| #address-cells = <1>; |
| #size-cells = <1>; |
| |
| partitions { |
| compatible = "fixed-partitions"; |
| #address-cells = <1>; |
| #size-cells = <1>; |
| |
| cfe@0 { |
| reg = <0x000000 0x010000>; |
| label = "cfe"; |
| read-only; |
| }; |
| |
| linux@10000 { |
| reg = <0x010000 0xfe0000>; |
| label = "linux"; |
| compatible = "brcm,bcm963xx-imagetag"; |
| }; |
| |
| nvram@ff0000 { |
| reg = <0xff0000 0x010000>; |
| label = "nvram"; |
| }; |
| }; |
| }; |
| }; |
| |
| &leds { |
| status = "okay"; |
| |
| pinctrl-names = "default"; |
| pinctrl-0 = <&pinctrl_leds |
| &pinctrl_ephy0_act_led &pinctrl_ephy1_act_led |
| &pinctrl_ephy2_act_led &pinctrl_ephy3_act_led>; |
| |
| led@0 { |
| reg = <0>; |
| active-low; |
| label = "green:wps"; |
| }; |
| |
| led_power_green: led@1 { |
| reg = <1>; |
| active-low; |
| label = "green:power"; |
| default-state = "on"; |
| }; |
| |
| led@2 { |
| reg = <2>; |
| active-low; |
| label = "green:usb"; |
| }; |
| |
| led@4 { |
| reg = <4>; |
| brcm,hardware-controlled; |
| brcm,link-signal-sources = <4>; |
| /* EPHY0 Act */ |
| }; |
| |
| led@5 { |
| reg = <5>; |
| brcm,hardware-controlled; |
| brcm,link-signal-sources = <5>; |
| /* EPHY1 Act */ |
| }; |
| |
| led@6 { |
| reg = <6>; |
| brcm,hardware-controlled; |
| brcm,link-signal-sources = <6>; |
| /* EPHY2 Act */ |
| }; |
| |
| led@7 { |
| reg = <7>; |
| brcm,hardware-controlled; |
| brcm,link-signal-sources = <7>; |
| /* EPHY3 Act */ |
| }; |
| |
| led@8 { |
| reg = <8>; |
| active-low; |
| label = "green:inet"; |
| }; |
| |
| led@9 { |
| reg = <9>; |
| active-low; |
| label = "red:inet"; |
| }; |
| |
| led@10 { |
| reg = <10>; |
| active-low; |
| label = "green:dsl"; |
| }; |
| |
| led@11 { |
| reg = <11>; |
| active-low; |
| label = "red:power"; |
| }; |
| }; |
| |
| &pinctrl { |
| pinctrl_leds: leds { |
| function = "led"; |
| pins = "gpio0", "gpio1", |
| "gpio2", "gpio8", |
| "gpio9", "gpio10", |
| "gpio11"; |
| }; |
| }; |
| |
| &uart0 { |
| status = "okay"; |
| }; |