~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/microchip/at91-smartkiz.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0
  2 /*
  3  * Copyright (C) 2017-2018 Overkiz SAS
  4  *   Author: Mickael Gardet <m.gardet@overkiz.com>
  5  *           Kévin Raymond <k.raymond@overkiz.com>
  6  *           Dorian Rocipon <d.rocipon@overkiz.com>
  7  */
  8 /dts-v1/;
  9 #include "at91-kizboxmini-common.dtsi"
 10 
 11 / {
 12         model = "Overkiz SmartKiz";
 13         compatible = "overkiz,smartkiz", "atmel,at91sam9g25",
 14                      "atmel,at91sam9x5", "atmel,at91sam9";
 15 
 16         clocks {
 17                 adc_op_clk {
 18                         status = "okay";
 19                 };
 20         };
 21 
 22         aliases {
 23                 serial5 = &uart0;
 24         };
 25 
 26         pio_keys {
 27                 hk_reset {
 28                         label = "HK_RESET";
 29                         gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
 30                 };
 31 
 32                 power_rf {
 33                         label = "POWER_RF";
 34                         gpios = <&pioA 20 GPIO_ACTIVE_HIGH>;
 35                 };
 36 
 37                 power_wifi {
 38                         label = "POWER_WIFI";
 39                         gpios = <&pioA 21 GPIO_ACTIVE_HIGH>;
 40                 };
 41         };
 42 };
 43 
 44 &pinctrl {
 45         i2c1 {
 46                 pinctrl_i2c1: i2c1-0 {
 47                         atmel,pins =
 48                                 <AT91_PIOC 0 AT91_PERIPH_C AT91_PINCTRL_PULL_UP
 49                                 AT91_PIOC 1 AT91_PERIPH_C AT91_PINCTRL_PULL_UP>;
 50                 };
 51         };
 52 
 53         adc0 {
 54                 pinctrl_adc0_ad0: adc0_ad0-0 {
 55                         /* pull-up disable */
 56                         atmel,pins = <AT91_PIOB 11 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
 57                 };
 58                 pinctrl_adc0_ad5: adc0_ad5-0 {
 59                         /* pull-up disable */
 60                         atmel,pins = <AT91_PIOB 16 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
 61                 };
 62                 pinctrl_adc0_ad6: adc0_ad6-0 {
 63                         /* pull-up disable */
 64                         atmel,pins = <AT91_PIOB 17 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
 65                 };
 66                 pinctrl_adc0_ad11: adc0_ad11-0 {
 67                         /* pull-up disable */
 68                         atmel,pins = <AT91_PIOB 10 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
 69                 };
 70         };
 71 };
 72 
 73 &i2c1 {
 74         dmas = <0>, <0>;
 75         pinctrl-0 = <&pinctrl_i2c1>;
 76         status = "disabled";
 77 };
 78 
 79 &macb0 {
 80         status = "disabled";
 81 };
 82 
 83 &rtc {
 84         status = "okay";
 85 };
 86 
 87 &led_blue {
 88         status = "okay";
 89 };
 90 
 91 &adc0 {
 92         atmel,adc-vref = <2500>;
 93         pinctrl-names = "default";
 94         pinctrl-0 = <
 95                 &pinctrl_adc0_ad0
 96                 &pinctrl_adc0_ad5
 97                 &pinctrl_adc0_ad6
 98                 &pinctrl_adc0_ad11
 99         >;
100         atmel,adc-channels-used = <0x0861>;
101         status = "okay";
102 };
103 
104 &uart0 {
105         status = "okay";
106 };
107 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php