/* * Copyright (C) 2014-2015 Freescale Semiconductor, Inc. * * 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. */ #include "imx6sx-sdb.dts" /{ memory { linux,usable-memory = <0x80000000 0x1ff00000>, <0xa0000000 0x1ff00000>; }; }; &iomuxc { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_hog>; }; /* * The flollowing modules are conflicting with M4, disable them when m4 * is running. */ &adc1 { status = "disabled"; }; &adc2 { status = "disabled"; }; &flexcan1 { status = "disabled"; }; &flexcan2 { status = "disabled"; }; &i2c3 { status = "disabled"; }; &ocram { reg = <0x00901000 0xf000>; }; &qspi2 { status = "disabled"; }; &qspi_m4 { status = "okay"; }; &rpmsg{ vdev-nums = <1>; reg = <0xbfff0000 0x10000>; status = "okay"; }; &uart2 { status = "disabled"; }; &clks { fsl,shared-clks-number = <0x23>; fsl,shared-clks-index = ; fsl,shared-mem-addr = <0x91F000>; fsl,shared-mem-size = <0x1000>; };