123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- /dts-v1/;
- #include "bcm6328.dtsi"
- #include <dt-bindings/input/input.h>
- / {
- model = "Sercomm AD1018 (SPI flash mod)";
- compatible = "sercomm,ad1018-nor", "brcm,bcm6328";
- chosen {
- bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
- stdout-path = "serial0:115200n8";
- };
- gpio-keys-polled {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <20>;
- debounce-interval = <60>;
- wps {
- label = "wps";
- gpios = <&pinctrl 24 1>;
- linux,code = <KEY_WPS_BUTTON>;
- };
- wifi {
- label = "wifi";
- gpios = <&pinctrl 25 1>;
- linux,code = <KEY_WLAN>;
- };
- reset {
- label = "reset";
- gpios = <&pinctrl 31 1>;
- linux,code = <KEY_RESTART>;
- };
- };
- };
- &pinctrl {
- pinctrl_leds: leds {
- function = "led";
- pins = "gpio0", "gpio1";
- };
- };
- &leds {
- status = "ok";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led
- &pinctrl_ephy0_spd_led &pinctrl_ephy1_act_led
- &pinctrl_ephy2_act_led &pinctrl_ephy3_act_led>;
- brcm,serial-leds;
- brcm,serial-shift-inv;
- brcm,serial-dat-low;
- inet_red@0 {
- reg = <0>;
- active-low;
- label = "AD1018:red:internet";
- };
- inet_green@1 {
- reg = <1>;
- active-low;
- label = "AD1018:green:internet";
- };
- power_green@8 {
- reg = <8>;
- active-low;
- label = "AD1018:green:power";
- default-state = "on";
- };
- adsl_green@10 {
- reg = <10>;
- active-low;
- label = "AD1018:green:adsl";
- };
- adsl_red@11 {
- reg = <11>;
- active-low;
- label = "AD1018:red:adsl";
- };
- phone_green@12 {
- reg = <12>;
- active-low;
- label = "AD1018:green:phone";
- };
- wps_green@13 {
- reg = <13>;
- active-low;
- label = "AD1018:green:wps";
- };
- wifi_green@14 {
- reg = <14>;
- active-low;
- label = "AD1018:green:wifi";
- };
- usb_green@15 {
- reg = <15>;
- active-low;
- label = "AD1018:green:usb";
- };
- ephy0_spd@17 {
- reg = <17>;
- brcm,hardware-controlled;
- };
- };
- &hsspi {
- status = "ok";
- flash@0 {
- compatible = "jedec,spi-nor";
- spi-max-frequency = <16666667>;
- spi-tx-bus-width = <2>;
- spi-rx-bus-width = <2>;
- reg = <0>;
- #address-cells = <1>;
- #size-cells = <1>;
- linux,part-probe = "bcm63xxpart";
- partitions {
- compatible = "brcm,bcm963xx-cfe-nor-partitions";
- };
- };
- };
- &uart0 {
- status = "ok";
- };
|