1 // SPDX-License-Identifier: GPL-2.0-only
3 * animeo_ip.dts - Device Tree file for Somfy Animeo IP Boards
5 * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9 #include "at91sam9260.dtsi"
12 model = "Somfy Animeo IP";
13 compatible = "somfy,animeo-ip", "atmel,at91sam9260", "atmel,at91sam9";
26 stdout-path = &usart2;
30 reg = <0x20000000 0x4000000>;
35 clock-frequency = <32768>;
39 clock-frequency = <18432000>;
45 tcb0: timer@fffa0000 {
47 compatible = "atmel,tcb-timer";
52 compatible = "atmel,tcb-timer";
57 usart0: serial@fffb0000 {
58 pinctrl-0 = <&pinctrl_usart0 &pinctrl_usart0_rts>;
59 linux,rs485-enabled-at-boot-time;
63 usart1: serial@fffb4000 {
64 pinctrl-0 = <&pinctrl_usart1 &pinctrl_usart1_rts>;
65 linux,rs485-enabled-at-boot-time;
69 usart2: serial@fffb8000 {
70 pinctrl-0 = <&pinctrl_usart2>;
74 macb0: ethernet@fffc4000 {
75 pinctrl-0 = <&pinctrl_macb_rmii &pinctrl_macb_rmii_mii>;
81 pinctrl-0 = <&pinctrl_mmc0_clk
82 &pinctrl_mmc0_slot1_cmd_dat0
83 &pinctrl_mmc0_slot1_dat1_3>;
84 pinctrl-names = "default";
101 nand_controller: nand-controller {
103 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
104 pinctrl-names = "default";
107 reg = <0x3 0x0 0x800000>;
108 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
109 cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>;
110 nand-bus-width = <8>;
111 nand-ecc-mode = "soft";
113 label = "atmel_nand";
116 compatible = "fixed-partitions";
117 #address-cells = <1>;
126 label = "u_boot_env";
127 reg = <0x58000 0x8000>;
132 reg = <0x60000 0x1FA0000>;
141 atmel,vbus-gpio = <&pioB 15 GPIO_ACTIVE_LOW>;
147 compatible = "gpio-leds";
150 label = "power_green";
151 gpios = <&pioC 17 GPIO_ACTIVE_HIGH>;
152 linux,default-trigger = "heartbeat";
157 gpios = <&pioA 2 GPIO_ACTIVE_HIGH>;
162 gpios = <&pioC 19 GPIO_ACTIVE_HIGH>;
167 gpios = <&pioC 18 GPIO_ACTIVE_HIGH>;
172 compatible = "gpio-keys";
173 #address-cells = <1>;
177 label = "keyswitch_in";
178 gpios = <&pioB 1 GPIO_ACTIVE_HIGH>;
185 gpios = <&pioB 2 GPIO_ACTIVE_HIGH>;
192 gpios = <&pioC 23 GPIO_ACTIVE_HIGH>;