aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3883.dtsi
Commit message (Expand)AuthorAgeFilesLines
* ramips: DTS modificationsStanislav Galabov2016-06-241-0/+7
* ramips: DTS reworkStanislav Galabov2016-06-241-12/+12
* ramips: Add hex prefix (0x) to dtsi reg properties where needed.Luka Perkov2016-06-191-2/+2
* ramips: introduce serial0 aliasesLuka Perkov2016-06-191-1/+2
* ralink: update the usb phy driver to the version sent upstreamJohn Crispin2016-01-041-1/+1
* ralink: fix USB compatible stringsJohn Crispin2016-01-041-2/+2
* ralink: fixup devicetree files to work with new ethernet driverJohn Crispin2015-12-171-1/+1
* ramips: update dtsi files to support second spi deviceJohn Crispin2015-11-221-1/+24
* ramips: fix indentation and other mistakes in .dts{, i} filesJohn Crispin2015-08-171-0/+1
* ralink: add 3.18 supportJohn Crispin2015-02-091-1/+8
* ralink: add ethernet fe and esw reset control bitFelix Fietkau2015-01-181-0/+3
* ramips: rt3883: Fix a typo in rt3883.dtsiJohn Crispin2014-01-151-1/+1
* ralink: add pinctrl driverJohn Crispin2013-09-171-6/+29
* ramips: dts file cleanupJohn Crispin2013-08-141-1/+1
* ramips: revert gpio regulator dts updateJohn Crispin2013-06-241-2/+2
* ralink: update patchesJohn Crispin2013-06-231-4/+59
* ramips: add gpio base properties to dtsi filesJohn Crispin2013-05-061-0/+4
* [ramips] move memory detect node to dtsi filesJohn Crispin2013-04-091-0/+4
* ramips: add mdio-bus node to rt3883.dtsiGabor Juhos2013-04-081-0/+7
* ramips: add PCI node for rt3883.dtsiGabor Juhos2013-04-071-0/+86
* ramips: remove trailing whitespaces from dts filesGabor Juhos2013-04-071-1/+1
* [ramips] add the dts files that describe the boards in futureJohn Crispin2013-04-031-0/+190
{ compatible = "zyxel,keenetic-start", "ralink,rt5350-soc"; model = "ZyXEL Keenetic Start"; aliases { led-boot = &led_status; led-failsafe = &led_status; led-running = &led_status; led-upgrade = &led_status; label-mac-device = &ethernet; }; leds { compatible = "gpio-leds"; led_status: power { label = "zyxel:green:power"; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; internet { label = "zyxel:green:internet"; gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; }; }; keys { compatible = "gpio-keys-polled"; poll-interval = <20>; reset { label = "reset"; gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; linux,code = <KEY_RESTART>; }; wps { label = "wps"; gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; linux,code = <KEY_WPS_BUTTON>; }; }; }; &spi0 { status = "okay"; flash@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 0x3b0000>; }; }; }; }; &state_default { gpio { ralink,group = "i2c", "jtag", "uartf"; ralink,function = "gpio"; }; }; &ethernet { mtd-mac-address = <&factory 0x28>; }; &esw { mediatek,portmap = <0x2f>; mediatek,led_polarity = <0x17>; }; &wmac { status = "okay"; ralink,led-polarity = <1>; ralink,mtd-eeprom = <&factory 0>; };