]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/arm/boot/dts/at91sam9x25ek.dts
Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / at91sam9x25ek.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * at91sam9x25ek.dts - Device Tree file for AT91SAM9X25-EK board
4 *
5 * Copyright (C) 2012 Atmel,
6 * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
7 */
8 /dts-v1/;
9 #include "at91sam9x25.dtsi"
10 #include "at91sam9x5ek.dtsi"
11
12 / {
13 model = "Atmel AT91SAM9X25-EK";
14 compatible = "atmel,at91sam9x25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
15
16 ahb {
17 apb {
18 can1: can@f8004000 {
19 status = "okay";
20 };
21
22 macb0: ethernet@f802c000 {
23 phy-mode = "rmii";
24 status = "okay";
25 };
26
27 macb1: ethernet@f8030000 {
28 phy-mode = "rmii";
29 status = "okay";
30 };
31
32 pwm0: pwm@f8034000 {
33 pinctrl-names = "default";
34 pinctrl-0 = <&pinctrl_pwm0_pwm0_1>;
35 status = "okay";
36 };
37 };
38 };
39 };