Skip to content

Commit

Permalink
Merge branch 'omap-for-v3.14/board-removal' into omap-for-v3.14/omap3…
Browse files Browse the repository at this point in the history
…-board-removal
  • Loading branch information
Tony Lindgren committed Dec 8, 2013
2 parents f2e2c9d + 218077a commit 841af81
Show file tree
Hide file tree
Showing 26 changed files with 518 additions and 3,694 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,17 @@ dtb-$(CONFIG_ARCH_NSPIRE) += nspire-cx.dtb \
nspire-tp.dtb \
nspire-clp.dtb
dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
omap2430-sdp.dtb \
omap2420-n800.dtb \
omap2420-n810.dtb \
omap2420-n810-wimax.dtb \
omap3430-sdp.dtb \
omap3-beagle.dtb \
omap3-devkit8000.dtb \
omap3-beagle-xm.dtb \
omap3-evm.dtb \
omap3-evm-37xx.dtb \
omap3-ldp.dtb \
omap3-n900.dtb \
omap3-n9.dtb \
omap3-n950.dtb \
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap2420-n800.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/dts-v1/;

#include "omap2420-n8x0-common.dtsi"

/ {
model = "Nokia N800";
compatible = "nokia,n800", "nokia,n8x0", "ti,omap2420", "ti,omap2";
};
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap2420-n810-wimax.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/dts-v1/;

#include "omap2420-n8x0-common.dtsi"

/ {
model = "Nokia N810 WiMax";
compatible = "nokia,n810-wimax", "nokia,n8x0", "ti,omap2420", "ti,omap2";
};
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap2420-n810.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/dts-v1/;

#include "omap2420-n8x0-common.dtsi"

/ {
model = "Nokia N810";
compatible = "nokia,n810", "nokia,n8x0", "ti,omap2420", "ti,omap2";
};
99 changes: 99 additions & 0 deletions arch/arm/boot/dts/omap2420-n8x0-common.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
#include "omap2420.dtsi"

/ {
memory {
device_type = "memory";
reg = <0x80000000 0x8000000>; /* 128 MB */
};

ocp {
i2c@0 {
compatible = "i2c-cbus-gpio";
gpios = <&gpio3 2 0 /* gpio66 clk */
&gpio3 1 0 /* gpio65 dat */
&gpio3 0 0 /* gpio64 sel */
>;
#address-cells = <1>;
#size-cells = <0>;
retu_mfd: retu@1 {
compatible = "retu-mfd";
interrupt-parent = <&gpio4>;
interrupts = <12 IRQ_TYPE_EDGE_RISING>;
reg = <0x1>;
};
};
};
};

&i2c1 {
clock-frequency = <400000>;
};

&i2c2 {
clock-frequency = <400000>;
};

&gpmc {
ranges = <0 0 0x04000000 0x10000000>;

/* gpio-irq for dma: 26 */

onenand@0,0 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0 0 0x10000000>;

gpmc,sync-read;
gpmc,burst-length = <16>;
gpmc,burst-read;
gpmc,burst-wrap;
gpmc,device-width = <2>;
gpmc,mux-add-data = <2>;
gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <127>;
gpmc,cs-wr-off-ns = <109>;
gpmc,adv-on-ns = <0>;
gpmc,adv-rd-off-ns = <18>;
gpmc,adv-wr-off-ns = <18>;
gpmc,oe-on-ns = <27>;
gpmc,oe-off-ns = <127>;
gpmc,we-on-ns = <27>;
gpmc,we-off-ns = <72>;
gpmc,rd-cycle-ns = <145>;
gpmc,wr-cycle-ns = <136>;
gpmc,access-ns = <118>;
gpmc,page-burst-access-ns = <27>;
gpmc,bus-turnaround-ns = <0>;
gpmc,cycle2cycle-delay-ns = <0>;
gpmc,wait-monitoring-ns = <0>;
gpmc,clk-activation-ns = <9>;
gpmc,sync-clk-ps = <27000>;

/* MTD partition table corresponding to old board-n8x0 file. */
partition@0 {
label = "bootloader";
reg = <0x00000000 0x00020000>;
read-only;
};
partition@1 {
label = "config";
reg = <0x00020000 0x00060000>;
};
partition@2 {
label = "kernel";
reg = <0x00080000 0x00200000>;
};
partition@3 {
label = "initfs";
reg = <0x00280000 0x00400000>;
};
partition@4 {
label = "rootfs";
reg = <0x00680000 0x0f980000>;
};
partition@5 {
label = "omap2-onenand";
reg = <0x00000000 0x10000000>;
};
};
};
49 changes: 49 additions & 0 deletions arch/arm/boot/dts/omap2430-sdp.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
/*
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;

#include "omap2430.dtsi"

/ {
model = "TI OMAP2430 SDP";
compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";

memory {
device_type = "memory";
reg = <0x80000000 0x8000000>; /* 128 MB */
};
};

&i2c2 {
clock-frequency = <100000>;

twl: twl@48 {
reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */
};
};

#include "twl4030.dtsi"

&mmc1 {
vmmc-supply = <&vmmc1>;
bus-width = <4>;
};

&gpmc {
ranges = <5 0 0x08000000 0x01000000>;
ethernet@gpmc {
compatible = "smsc,lan91c94";
interrupt-parent = <&gpio5>;
interrupts = <21 IRQ_TYPE_LEVEL_LOW>; /* gpio149 */
reg = <5 0x300 0xf>;
bank-width = <2>;
gpmc,mux-add-data;
};
};

Loading

0 comments on commit 841af81

Please sign in to comment.