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

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

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ 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-nsa3x0-common.dtsi"
  5 
  6 / {
  7         compatible = "zyxel,nsa310", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  8 
  9         memory {
 10                 device_type = "memory";
 11                 reg = <0x00000000 0x10000000>;
 12         };
 13 
 14         chosen {
 15                 bootargs = "console=ttyS0,115200";
 16                 stdout-path = &uart0;
 17         };
 18 
 19         ocp@f1000000 {
 20                 pinctrl: pin-controller@10000 {
 21                         pinctrl-0 = <&pmx_unknown>;
 22                         pinctrl-names = "default";
 23 
 24                         pmx_led_esata_green: pmx-led-esata-green {
 25                                 marvell,pins = "mpp12";
 26                                 marvell,function = "gpio";
 27                         };
 28 
 29                         pmx_led_esata_red: pmx-led-esata-red {
 30                                 marvell,pins = "mpp13";
 31                                 marvell,function = "gpio";
 32                         };
 33 
 34                         pmx_led_usb_green: pmx-led-usb-green {
 35                                 marvell,pins = "mpp15";
 36                                 marvell,function = "gpio";
 37                         };
 38 
 39                         pmx_led_usb_red: pmx-led-usb-red {
 40                                 marvell,pins = "mpp16";
 41                                 marvell,function = "gpio";
 42                         };
 43 
 44                         pmx_led_sys_green: pmx-led-sys-green {
 45                                 marvell,pins = "mpp28";
 46                                 marvell,function = "gpio";
 47                         };
 48 
 49                         pmx_led_sys_red: pmx-led-sys-red {
 50                                 marvell,pins = "mpp29";
 51                                 marvell,function = "gpio";
 52                         };
 53 
 54                         pmx_led_hdd_green: pmx-led-hdd-green {
 55                                 marvell,pins = "mpp41";
 56                                 marvell,function = "gpio";
 57                         };
 58 
 59                         pmx_led_hdd_red: pmx-led-hdd-red {
 60                                 marvell,pins = "mpp42";
 61                                 marvell,function = "gpio";
 62                         };
 63 
 64                         pmx_unknown: pmx-unknown {
 65                                 marvell,pins = "mpp44";
 66                                 marvell,function = "gpio";
 67                         };
 68 
 69                 };
 70 
 71                 i2c@11000 {
 72                         status = "okay";
 73 
 74                         adt7476: adt7476a@2e {
 75                                 compatible = "adi,adt7476";
 76                                 reg = <0x2e>;
 77                         };
 78                 };
 79         };
 80 
 81         gpio-leds {
 82                 compatible = "gpio-leds";
 83                 pinctrl-0 = <&pmx_led_esata_green &pmx_led_esata_red
 84                              &pmx_led_usb_green &pmx_led_usb_red
 85                              &pmx_led_sys_green &pmx_led_sys_red
 86                              &pmx_led_copy_green &pmx_led_copy_red
 87                              &pmx_led_hdd_green &pmx_led_hdd_red>;
 88                 pinctrl-names = "default";
 89 
 90                 led-green-sys {
 91                         label = "nsa310:green:sys";
 92                         gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
 93                 };
 94                 led-red-sys {
 95                         label = "nsa310:red:sys";
 96                         gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
 97                 };
 98                 led-green-hdd {
 99                         label = "nsa310:green:hdd";
100                         gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
101                 };
102                 led-red-hdd {
103                         label = "nsa310:red:hdd";
104                         gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
105                 };
106                 led-green-esata {
107                         label = "nsa310:green:esata";
108                         gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
109                 };
110                 led-red-esata {
111                         label = "nsa310:red:esata";
112                         gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
113                 };
114                 led-green-usb {
115                         label = "nsa310:green:usb";
116                         gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
117                 };
118                 led-red-usb {
119                         label = "nsa310:red:usb";
120                         gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
121                 };
122                 led-green-copy {
123                         label = "nsa310:green:copy";
124                         gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
125                 };
126                 led-red-copy {
127                         label = "nsa310:red:copy";
128                         gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
129                 };
130         };
131 };
132 
133 &pciec {
134         status = "okay";
135 };
136 
137 &pcie0 {
138         status = "okay";
139 };

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