From 4f5efcb39b25a2a9c24c36c467e7f14ce6e818a5 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 10 May 2019 17:10:10 -0500 Subject: Device Tree Overlay Example --- mtcdt/alt-mtcdt-0.0.dtso | 60 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 mtcdt/alt-mtcdt-0.0.dtso (limited to 'mtcdt/alt-mtcdt-0.0.dtso') diff --git a/mtcdt/alt-mtcdt-0.0.dtso b/mtcdt/alt-mtcdt-0.0.dtso new file mode 100644 index 0000000..3e585d2 --- /dev/null +++ b/mtcdt/alt-mtcdt-0.0.dtso @@ -0,0 +1,60 @@ +/* + * DTS overlay for MTCDT 0.0 hardware version. + */ +/dts-v1/; +/plugin/; + +#include +#include +#include +#include +#include +#define AT91_PINCTRL_OUT_INIT_0 (AT91_PINCTRL_OUTPUT|AT91_PINCTRL_OUTPUT_VAL(0)) +#define AT91_PINCTRL_OUT_INIT_1 (AT91_PINCTRL_OUTPUT|AT91_PINCTRL_OUTPUT_VAL(1)) + +/ { + compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + fragment@0 { + target-path = "/ahb/apb/pinctrl@fffff400"; + __overlay__ { + mts_io { + radio_reset { + atmel,pins = ; + label = "radio-reset"; + alias = "radio-power"; + }; /* radio */ + device_reset { + atmel,pins = ; + label = "reset"; + active-low; + }; + eth_reset { + atmel,pins = ; + label = "eth-reset"; + }; /* eth */ + ls_led { + atmel,pins = ; + label = "led-ls"; + active_low; + }; + status_led { + atmel,pins = ; + label = "led-status"; + active_low; + }; + led5 { + atmel,pins = ; + label = "led-cd"; + alias = "led-a"; + active_low; + }; + led1 { + atmel,pins = ; + label = "led-sig1"; + alias = "led-b"; + active_low; + }; + }; /* mtsio */ + }; /* overlay */ + }; /* fragment@0 */ +}; -- cgit v1.2.3