diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
| -rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 102 | 
1 files changed, 102 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index c6121357c1e..99474fa5fac 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -69,6 +69,60 @@  			reg = <0x48200000 0x1000>;  		}; +		gpio1: gpio@48310000 { +			compatible = "ti,omap3-gpio"; +			ti,hwmods = "gpio1"; +			gpio-controller; +			#gpio-cells = <2>; +			interrupt-controller; +			#interrupt-cells = <1>; +		}; + +		gpio2: gpio@49050000 { +			compatible = "ti,omap3-gpio"; +			ti,hwmods = "gpio2"; +			gpio-controller; +			#gpio-cells = <2>; +			interrupt-controller; +			#interrupt-cells = <1>; +		}; + +		gpio3: gpio@49052000 { +			compatible = "ti,omap3-gpio"; +			ti,hwmods = "gpio3"; +			gpio-controller; +			#gpio-cells = <2>; +			interrupt-controller; +			#interrupt-cells = <1>; +		}; + +		gpio4: gpio@49054000 { +			compatible = "ti,omap3-gpio"; +			ti,hwmods = "gpio4"; +			gpio-controller; +			#gpio-cells = <2>; +			interrupt-controller; +			#interrupt-cells = <1>; +		}; + +		gpio5: gpio@49056000 { +			compatible = "ti,omap3-gpio"; +			ti,hwmods = "gpio5"; +			gpio-controller; +			#gpio-cells = <2>; +			interrupt-controller; +			#interrupt-cells = <1>; +		}; + +		gpio6: gpio@49058000 { +			compatible = "ti,omap3-gpio"; +			ti,hwmods = "gpio6"; +			gpio-controller; +			#gpio-cells = <2>; +			interrupt-controller; +			#interrupt-cells = <1>; +		}; +  		uart1: serial@4806a000 {  			compatible = "ti,omap3-uart";  			ti,hwmods = "uart1"; @@ -113,5 +167,53 @@  			#size-cells = <0>;  			ti,hwmods = "i2c3";  		}; + +		mcspi1: spi@48098000 { +			compatible = "ti,omap2-mcspi"; +			#address-cells = <1>; +			#size-cells = <0>; +			ti,hwmods = "mcspi1"; +			ti,spi-num-cs = <4>; +		}; + +		mcspi2: spi@4809a000 { +			compatible = "ti,omap2-mcspi"; +			#address-cells = <1>; +			#size-cells = <0>; +			ti,hwmods = "mcspi2"; +			ti,spi-num-cs = <2>; +		}; + +		mcspi3: spi@480b8000 { +			compatible = "ti,omap2-mcspi"; +			#address-cells = <1>; +			#size-cells = <0>; +			ti,hwmods = "mcspi3"; +			ti,spi-num-cs = <2>; +		}; + +		mcspi4: spi@480ba000 { +			compatible = "ti,omap2-mcspi"; +			#address-cells = <1>; +			#size-cells = <0>; +			ti,hwmods = "mcspi4"; +			ti,spi-num-cs = <1>; +		}; + +		mmc1: mmc@4809c000 { +			compatible = "ti,omap3-hsmmc"; +			ti,hwmods = "mmc1"; +			ti,dual-volt; +		}; + +		mmc2: mmc@480b4000 { +			compatible = "ti,omap3-hsmmc"; +			ti,hwmods = "mmc2"; +		}; + +		mmc3: mmc@480ad000 { +			compatible = "ti,omap3-hsmmc"; +			ti,hwmods = "mmc3"; +		};  	};  };  |