/* * Copyright (c) 2013 Heiko Stuebner * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /dts-v1/; #include "rk3188.dtsi" / { model = "Radxa Rock"; compatible = "radxa,rock", "rockchip,rk3188"; memory { reg = <0x60000000 0x80000000>; }; soc { uart2: serial@20064000 { pinctrl-names = "default"; pinctrl-0 = <&uart2_xfer>; status = "okay"; }; }; };