aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/OLINUXINO-RT5350F.dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-06-05 14:12:25 +0000
committerJohn Crispin <blogic@openwrt.org>2015-06-05 14:12:25 +0000
commit29007ace1a88b15c14b1fce47de88b69f6d2b3c7 (patch)
tree790da9a2eb6e5febdacfce14940861e4782f1128 /target/linux/ramips/dts/OLINUXINO-RT5350F.dts
parent1a05fc5f497fa6ec03563d9b34cac85325744509 (diff)
downloadmaster-187ad058-29007ace1a88b15c14b1fce47de88b69f6d2b3c7.tar.gz
master-187ad058-29007ace1a88b15c14b1fce47de88b69f6d2b3c7.tar.bz2
master-187ad058-29007ace1a88b15c14b1fce47de88b69f6d2b3c7.zip
ramips: Add support for RT5350F-OLinuXino V2
Version 2 : White spaces and alphabetical order problems fixed Support for Olimex RT5350F-OLinuXino Boards, tested with RT5350F-OLinuXino and RT5350F-OLinuXino-EVB boards. More Info : https://www.olimex.com/Products/OLinuXino/RT5350F/RT5350F-OLinuXino/open-source-hardware Signed-off-by: Dimitar Gamishev HeHoPMaJIeH <gamishev@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45902 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/OLINUXINO-RT5350F.dts')
-rw-r--r--target/linux/ramips/dts/OLINUXINO-RT5350F.dts79
1 files changed, 79 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/OLINUXINO-RT5350F.dts b/target/linux/ramips/dts/OLINUXINO-RT5350F.dts
new file mode 100644
index 0000000000..984e701276
--- /dev/null
+++ b/target/linux/ramips/dts/OLINUXINO-RT5350F.dts
@@ -0,0 +1,79 @@
+/dts-v1/;
+
+/include/ "rt5350.dtsi"
+
+/ {
+ compatible = "RT5350F-OLINUXINO", "ralink,rt5350-soc";
+ model = "RT5350F-OLINUXINO";
+
+ palmbus@10000000 {
+ spi@b00 {
+ status = "okay";
+ m25p80@0 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "s25fl064k";
+ reg = <0 0>;
+ linux,modalias = "m25p80", "s25fl064k";
+ spi-max-frequency = <10000000>;
+
+ 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 {
+ label = "firmware";
+ reg = <0x50000 0x3b0000>;
+ };
+ };
+ };
+ gpio1: gpio@660 {
+ status = "okay";
+ };
+ };
+
+ pinctrl {
+ state_default: pinctrl0 {
+ gpio {
+ ralink,group = "jtag", "rgmii", "mdio", "uartf";
+ ralink,function = "gpio";
+ };
+ };
+ };
+
+ ethernet@10100000 {
+ mtd-mac-address = <&factory 0x4>;
+ };
+
+ esw@10110000 {
+ ralink,portmap = <0x2f>;
+ ralink,led_polarity = <0x17>;
+ };
+
+ wmac@10180000 {
+ ralink,mtd-eeprom = <&factory 0>;
+ };
+
+ ehci@101c0000 {
+ status = "okay";
+ };
+
+ ohci@101c1000 {
+ status = "okay";
+ };
+
+};