Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /dts-v1/;
- #include "amazonse.dtsi"
- / {
- model = "ALL0333CJ - Allnet ALL0333CJ DSL Modem";
- chosen {
- bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
- aliases {
- led-boot = &power;
- led-failsafe = &power;
- led-running = &power;
- led-dsl = &dsl;
- led-internet = &online_green;
- };
- };
- memory@0 {
- reg = <0x0 0x01000000>; // 16M
- };
- fpi@10000000 {
- gpio: pinmux@E100B10 {
- pinctrl-names = "default";
- pinctrl-0 = <&state_default>;
- state_default: pinmux {
- asc {
- lantiq,groups = "asc";
- lantiq,function = "asc";
- };
- keys_in {
- lantiq,pins = "io0",/* "io25", */"io29";
- lantiq,pull = <2>;
- lantiq,open-drain = <1>;
- };
- };
- pins_spi_default: pins_spi_default {
- spi_in {
- lantiq,groups = "spi_di";
- lantiq,function = "spi";
- };
- spi_out {
- lantiq,groups = "spi_do", "spi_clk",
- "spi_cs1";
- lantiq,function = "spi";
- lantiq,output = <1>;
- };
- };
- };
- etop@E180000 {
- phy-mode = "mii";
- mac-address = [ 00 11 22 33 44 55 ];
- };
- };
- gpio-keys-polled {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <100>;
- reset {
- label = "reset";
- gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
- };
- /* XXX, adjust */
- gpio-leds {
- compatible = "gpio-leds";
- dsl: dsl {
- label = "all0333cj:green:dsl";
- gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
- default-state = "on";
- };
- online_green: online {
- label = "all0333cj:green:online";
- gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
- default-state = "on";
- };
- online2 {
- label = "all0333cj:red:online";
- gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
- default-state = "on";
- };
- power: power {
- label = "all0333cj:green:power";
- gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
- default-state = "keep";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement