aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/MOFI3500-3GN.dts
Commit message (Expand)AuthorAgeFilesLines
* ramips: dts: Unify naming of gpio-led nodesPetr Štetiar2019-02-051-1/+1
* ramips: dts: Unify naming of gpio-keys nodesPetr Štetiar2019-02-051-1/+1
* ramips: specify "firmware" partition formatINAGAKI Hiroshi2018-11-291-0/+1
* ramips: add support for indicating the boot state using multiple ledsMathias Kresin2018-10-071-1/+4
* ramips: set usb led trigger via devicetreeMathias Kresin2018-10-071-0/+2
* ramips: move partitions into partition table nodeAlex Maclean2018-08-041-23/+27
* ramips: fix dtc warningsMathias Kresin2018-08-041-2/+0
* ramips: Use dts alias based status ledChuanhong Guo2018-07-161-1/+5
* ramips: update device tree source filesL. D. Pinney2017-08-031-8/+9
* treewide: dts: use keycode defines from input dt-bindingMathias Kresin2016-11-131-3/+5
* ramips: DTS reworkStanislav Galabov2016-05-121-19/+19
* ramips: Change all '/include/' clauses to '#include' so preprocessing canStanislav Galabov2016-05-101-1/+1
* ralink: fixup devicetree files to work with new ethernet driverJohn Crispin2015-12-171-1/+1
* ramips: fix indentation and other mistakes in .dts{, i} filesJohn Crispin2015-08-171-1/+7
* ramips: soc wmac eeprom cleanupJohn Crispin2014-07-171-0/+1
* ralink: add pinctrl driverJohn Crispin2013-09-171-16/+6
* move memory detect node to dtsi filesJohn Crispin2013-04-091-4/+0
* remove bootargs from dtsJohn Crispin2013-04-091-4/+0
* add ofpart info to the devicetreesJohn Crispin2013-04-091-0/+23
* ramips: remove top-level {address,size}-cells properties from .dts filesGabor Juhos2013-04-071-2/+0
* fix typo pinmmux -> pinmuxJohn Crispin2013-04-061-1/+1
* fix typo that made gpiomuxing failJohn Crispin2013-04-051-1/+1
* add the dts files that describe the boards in futureJohn Crispin2013-04-031-0/+101
">}; leds { compatible = "gpio-leds"; lan { label = "zl5900v2:green:lan"; gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; }; led_power: power { label = "zl5900v2:blue:power"; gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; }; }; keys { compatible = "gpio-keys-polled"; poll-interval = <20>; reset { label = "reset"; gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; linux,code = <KEY_RESTART>; }; }; }; &spi0 { status = "okay"; m25p80@0 { compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x0 0x30000>; read-only; }; partition@30000 { label = "u-boot-env"; reg = <0x30000 0x10000>; read-only; }; factory: partition@40000 { label = "factory"; reg = <0x40000 0x10000>; read-only; }; partition@50000 { compatible = "denx,uimage"; label = "firmware"; reg = <0x50000 0x7b0000>; }; }; }; }; &pinctrl { state_default: pinctrl0 { gpio { ralink,group = "jtag", "uartf"; ralink,function = "gpio"; }; }; }; &ethernet { mtd-mac-address = <&factory 0x4>; }; &esw { mediatek,portmap = <0>; mediatek,portdisable = <0x2f>; }; &wmac { ralink,mtd-eeprom = <&factory 0>; };