cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

kirkwood-dns320.dts (1229B)


      1// SPDX-License-Identifier: GPL-2.0
      2/dts-v1/;
      3
      4#include "kirkwood-dnskw.dtsi"
      5
      6/ {
      7	model = "D-Link DNS-320 NAS (Rev A1)";
      8	compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
      9
     10	memory {
     11		device_type = "memory";
     12		reg = <0x00000000 0x8000000>;
     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_320
     23			     &pmx_led_red_left_hdd &pmx_led_red_right_hdd
     24			     &pmx_led_white_usb>;
     25		pinctrl-names = "default";
     26
     27		blue-power {
     28			label = "dns320:blue:power";
     29			gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
     30			default-state = "keep";
     31		};
     32		blue-usb {
     33			label = "dns320:blue:usb";
     34			gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
     35		};
     36		orange-l_hdd {
     37			label = "dns320:orange:l_hdd";
     38			gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
     39		};
     40		orange-r_hdd {
     41			label = "dns320:orange:r_hdd";
     42			gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
     43		};
     44		orange-usb {
     45			label = "dns320:orange:usb";
     46			gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; /* GPIO 35 */
     47		};
     48	};
     49
     50	ocp@f1000000 {
     51		serial@12000 {
     52			status = "okay";
     53		};
     54
     55		serial@12100 {
     56			status = "okay";
     57		};
     58	};
     59};