1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module
5 * Copyright (C) 2012 Atmel,
6 * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
11 reg = <0x20000000 0x8000000>;
16 clock-frequency = <32768>;
20 clock-frequency = <12000000>;
26 tcb0: timer@f8008000 {
28 compatible = "atmel,tcb-timer";
33 compatible = "atmel,tcb-timer";
40 pinctrl_1wire_cm: 1wire_cm-0 {
41 atmel,pins = <AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; /* PB18 multidrive, conflicts with led */
52 pinctrl-0 = <&pinctrl_ebi_addr_nand
53 &pinctrl_ebi_data_0_7>;
54 pinctrl-names = "default";
57 nand_controller: nand-controller {
59 pinctrl-0 = <&pinctrl_nand_oe_we
62 pinctrl-names = "default";
65 reg = <0x3 0x0 0x800000>;
66 rb-gpios = <&pioD 5 GPIO_ACTIVE_HIGH>;
67 cs-gpios = <&pioD 4 GPIO_ACTIVE_HIGH>;
70 nand-ecc-strength = <2>;
71 nand-ecc-step-size = <512>;
76 compatible = "fixed-partitions";
81 label = "at91bootstrap";
87 reg = <0x40000 0xc0000>;
91 label = "U-Boot Env Redundant";
92 reg = <0x100000 0x40000>;
97 reg = <0x140000 0x40000>;
101 label = "device tree";
102 reg = <0x180000 0x80000>;
107 reg = <0x200000 0x600000>;
112 reg = <0x800000 0x0f800000>;
121 compatible = "gpio-leds";
125 gpios = <&pioB 18 GPIO_ACTIVE_LOW>;
126 linux,default-trigger = "heartbeat";
131 gpios = <&pioD 21 GPIO_ACTIVE_HIGH>;
136 compatible = "w1-gpio";
137 gpios = <&pioB 18 GPIO_ACTIVE_HIGH>;
139 pinctrl-names = "default";
140 pinctrl-0 = <&pinctrl_1wire_cm>;