2019-05-19 13:51:34 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2012-07-05 08:56:09 +00:00
|
|
|
/*
|
|
|
|
* at91sam9x25ek.dts - Device Tree file for AT91SAM9X25-EK board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012 Atmel,
|
|
|
|
* 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
2013-05-14 17:21:50 +00:00
|
|
|
#include "at91sam9x25.dtsi"
|
|
|
|
#include "at91sam9x5ek.dtsi"
|
2012-07-05 08:56:09 +00:00
|
|
|
|
|
|
|
/ {
|
2013-05-07 20:06:57 +00:00
|
|
|
model = "Atmel AT91SAM9X25-EK";
|
2012-07-05 08:56:09 +00:00
|
|
|
compatible = "atmel,at91sam9x25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
|
2019-08-12 21:27:55 +00:00
|
|
|
};
|
2013-03-22 13:47:54 +00:00
|
|
|
|
2019-08-12 21:27:55 +00:00
|
|
|
&can1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2017-10-10 10:09:47 +00:00
|
|
|
|
2019-08-12 21:27:55 +00:00
|
|
|
&macb0 {
|
|
|
|
phy-mode = "rmii";
|
|
|
|
status = "okay";
|
|
|
|
};
|
2013-03-22 13:47:54 +00:00
|
|
|
|
2019-08-12 21:27:55 +00:00
|
|
|
&macb1 {
|
|
|
|
phy-mode = "rmii";
|
|
|
|
status = "okay";
|
|
|
|
};
|
2017-10-10 10:09:48 +00:00
|
|
|
|
2019-08-12 21:27:55 +00:00
|
|
|
&pwm0 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_pwm0_pwm0_1>;
|
|
|
|
status = "okay";
|
2012-07-05 08:56:09 +00:00
|
|
|
};
|