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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/marvell/kirkwood-dns325.dts

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ 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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0
  2 /dts-v1/;
  3 
  4 #include "kirkwood-dnskw.dtsi"
  5 
  6 / {
  7         model = "D-Link DNS-325 NAS (Rev A1)";
  8         compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  9 
 10         memory {
 11                 device_type = "memory";
 12                 reg = <0x00000000 0x10000000>;
 13         };
 14 
 15         chosen {
 16                 bootargs = "console=ttyS0,115200n8 earlyprintk";
 17                 stdout-path = &uart0;
 18         };
 19 
 20         gpio-leds {
 21                 compatible = "gpio-leds";
 22                 pinctrl-0 = <&pmx_led_power &pmx_led_red_usb_325
 23                              &pmx_led_red_left_hdd &pmx_led_red_right_hdd
 24                              &pmx_led_white_usb>;
 25                 pinctrl-names = "default";
 26 
 27                 led-white-power {
 28                         label = "dns325:white:power";
 29                         gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
 30                         default-state = "keep";
 31                 };
 32                 led-white-usb {
 33                         label = "dns325:white:usb";
 34                         gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; /* GPIO 43 */
 35                 };
 36                 led-red-l_hdd {
 37                         label = "dns325:red:l_hdd";
 38                         gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
 39                 };
 40                 led-red-r_hdd {
 41                         label = "dns325:red:r_hdd";
 42                         gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
 43                 };
 44                 led-red-usb {
 45                         label = "dns325:red:usb";
 46                         gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
 47                 };
 48         };
 49 
 50         ocp@f1000000 {
 51                 i2c@11000 {
 52                         status = "okay";
 53 
 54                         lm75: lm75@48 {
 55                                 compatible = "national,lm75";
 56                                 reg = <0x48>;
 57                         };
 58                 };
 59                 serial@12000 {
 60                         status = "okay";
 61                 };
 62         };
 63 };

~ [ 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