From patchwork Thu Aug 2 15:56:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [2/2] ARM: imx/pcm043: add oftree support X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 174775 Message-Id: <1343922986-32469-2-git-send-email-u.kleine-koenig@pengutronix.de> To: kernel@pengutronix.de Cc: Shawn Guo , linux-arm-kernel@lists.infradead.org Date: Thu, 2 Aug 2012 17:56:26 +0200 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Signed-off-by: Uwe Kleine-König --- arch/arm/boot/dts/phytec-pcm043.dtsi | 49 ++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 arch/arm/boot/dts/phytec-pcm043.dtsi diff --git a/arch/arm/boot/dts/phytec-pcm043.dtsi b/arch/arm/boot/dts/phytec-pcm043.dtsi new file mode 100644 index 0000000..420627c --- /dev/null +++ b/arch/arm/boot/dts/phytec-pcm043.dtsi @@ -0,0 +1,49 @@ +/include/ "imx35.dtsi" + +/ { + soc { + aips@40000000 { /* AIPS1 */ + i2c@43f80000 { + status = "okay"; + + tempsens@4a { + compatible = "maxim,ds75"; + reg = <0x4a>; + }; + rtc8564@51 { + compatible = "nxp,pcf8563"; + reg = <0x51>; + }; + at24@52 { + compatible = "at,24c32"; + reg = <0x52>; + pagesize = <32>; + }; + }; + uart@43f90000 { + status = "okay"; + }; + uart@43f94000 { + status = "okay"; + }; + }; + spba@50000000 { + uart@5000c000 { + status = "okay"; + }; + fec@50038000 { + status = "okay"; + }; + }; + + nor@a0000000 { + compatible = "cfi-flash"; + reg = <0xa0000000 0x2000000>; + bank-width = <2>; + }; + + nand@bb000000 { + status = "okay"; + }; + }; +};