1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * ge863_pro3.dtsi - Device Tree file for Telit GE863-PRO3
5 * Copyright (C) 2012 Telit,
6 * 2012 Fabio Porcedda <fabio.porcedda@gmail.com>
9 #include "at91sam9260.dtsi"
14 clock-frequency = <6000000>;
20 tcb0: timer@fffa0000 {
22 compatible = "atmel,tcb-timer";
27 compatible = "atmel,tcb-timer";
32 dbgu: serial@fffff200 {
40 nand_controller: nand-controller {
42 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
43 pinctrl-names = "default";
46 reg = <0x3 0x0 0x800000>;
47 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
48 cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>;
50 nand-ecc-mode = "soft";
55 compatible = "fixed-partitions";
66 reg = <0x7c0000 0x7840000>;
75 bootargs = "console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs";