diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-04-02 13:15:16 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 22:53:38 +0800 |
commit | 082d33d08fe4bc8f73854d7692384905ec1cfcff (patch) | |
tree | aa7b9e612875ac545e153499cc94bf0afaf4fcd3 /arch/arm/boot/dts/imx6q-sabreauto.dts | |
parent | 21e59123a8737544bfdc547e6fbb63aef2f9d284 (diff) | |
download | talos-op-linux-082d33d08fe4bc8f73854d7692384905ec1cfcff.tar.gz talos-op-linux-082d33d08fe4bc8f73854d7692384905ec1cfcff.zip |
ARM: dts: imx: make sabreauto and sabresd common
The sabreauto and sabresd boards are common for imx6q and imx6dl.
Create imx6qdl-sabreauto.dtsi and imx6qdl-sabresd.dtsi for those
common parts.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabreauto.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabreauto.dts | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabreauto.dts b/arch/arm/boot/dts/imx6q-sabreauto.dts index 5e273eca3f19..49d6f2831ec9 100644 --- a/arch/arm/boot/dts/imx6q-sabreauto.dts +++ b/arch/arm/boot/dts/imx6q-sabreauto.dts @@ -11,15 +11,13 @@ */ /dts-v1/; + #include "imx6q.dtsi" +#include "imx6qdl-sabreauto.dtsi" / { model = "Freescale i.MX6 Quad SABRE Automotive Board"; compatible = "fsl,imx6q-sabreauto", "fsl,imx6q"; - - memory { - reg = <0x10000000 0x80000000>; - }; }; &iomuxc { @@ -35,24 +33,3 @@ }; }; }; - -&uart4 { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_uart4_1>; - status = "okay"; -}; - -&fec { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_enet_2>; - phy-mode = "rgmii"; - status = "okay"; -}; - -&usdhc3 { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_usdhc3_1>; - cd-gpios = <&gpio6 15 0>; - wp-gpios = <&gpio1 13 0>; - status = "okay"; -}; |