···11+/*22+ * This file is dual-licensed: you can use it either under the terms33+ * of the GPL or the X11 license, at your option. Note that this dual44+ * licensing only applies to this file, and not this project as a55+ * whole.66+ *77+ * a) This file is free software; you can redistribute it and/or88+ * modify it under the terms of the GNU General Public License as99+ * published by the Free Software Foundation; either version 2 of the1010+ * License, or (at your option) any later version.1111+ *1212+ * This file is distributed in the hope that it will be useful,1313+ * but WITHOUT ANY WARRANTY; without even the implied warranty of1414+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1515+ * GNU General Public License for more details.1616+ *1717+ * Or, alternatively,1818+ *1919+ * b) Permission is hereby granted, free of charge, to any person2020+ * obtaining a copy of this software and associated documentation2121+ * files (the "Software"), to deal in the Software without2222+ * restriction, including without limitation the rights to use,2323+ * copy, modify, merge, publish, distribute, sublicense, and/or2424+ * sell copies of the Software, and to permit persons to whom the2525+ * Software is furnished to do so, subject to the following2626+ * conditions:2727+ *2828+ * The above copyright notice and this permission notice shall be2929+ * included in all copies or substantial portions of the Software.3030+ *3131+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,3232+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES3333+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND3434+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT3535+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,3636+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING3737+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR3838+ * OTHER DEALINGS IN THE SOFTWARE.3939+ */4040+4141+/dts-v1/;4242+4343+#include "rk3228.dtsi"4444+4545+/ {4646+ model = "Rockchip RK3228 Evaluation board";4747+ compatible = "rockchip,rk3228-evb", "rockchip,rk3228";4848+4949+ memory {5050+ device_type = "memory";5151+ reg = <0x60000000 0x40000000>;5252+ };5353+};5454+5555+&emmc {5656+ broken-cd;5757+ cap-mmc-highspeed;5858+ mmc-ddr-1_8v;5959+ disable-wp;6060+ non-removable;6161+ status = "okay";6262+};6363+6464+&uart2 {6565+ status = "okay";6666+};