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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/amlogic/meson8-minix-neo-x8.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 OR MIT
  2 /*
  3  * Copyright 2014 Beniamino Galvani <b.galvani@gmail.com>
  4  */
  5 
  6 /dts-v1/;
  7 #include <dt-bindings/gpio/gpio.h>
  8 #include "meson8.dtsi"
  9 
 10 / {
 11         model = "MINIX NEO-X8";
 12         compatible = "minix,neo-x8", "amlogic,meson8";
 13 
 14         aliases {
 15                 serial0 = &uart_AO;
 16         };
 17 
 18         chosen {
 19                 stdout-path = "serial0:115200n8";
 20         };
 21 
 22         memory {
 23                 device_type = "memory";
 24                 reg = <0x40000000 0x80000000>;
 25         };
 26 
 27         gpio-leds {
 28                 compatible = "gpio-leds";
 29 
 30                 led-blue {
 31                         label = "x8:blue:power";
 32                         gpios = <&gpio_ao GPIO_TEST_N GPIO_ACTIVE_HIGH>;
 33                 };
 34         };
 35 };
 36 
 37 &uart_AO {
 38         status = "okay";
 39         pinctrl-0 = <&uart_ao_a_pins>;
 40         pinctrl-names = "default";
 41 };
 42 
 43 &i2c_AO {
 44         status = "okay";
 45         pinctrl-0 = <&i2c_ao_pins>;
 46         pinctrl-names = "default";
 47 
 48         pmic@32 {
 49                 compatible = "ricoh,rn5t618";
 50                 reg = <0x32>;
 51                 system-power-controller;
 52 
 53                 regulators {
 54                 };
 55         };
 56 
 57         rtc@51 {
 58                 compatible = "nxp,pcf8563";
 59                 reg = <0x51>;
 60         };
 61 };
 62 
 63 &spifc {
 64         status = "okay";
 65         pinctrl-0 = <&spi_nor_pins>;
 66         pinctrl-names = "default";
 67 
 68         flash@0 {
 69                 compatible = "mxicy,mx25l1606e";
 70                 #address-cells = <1>;
 71                 #size-cells = <1>;
 72                 reg = <0>;
 73                 spi-max-frequency = <30000000>;
 74 
 75                 partition@0 {
 76                         label = "boot";
 77                         reg = <0x0 0x100000>;
 78                 };
 79 
 80                 partition@100000 {
 81                         label = "env";
 82                         reg = <0x100000 0x10000>;
 83                 };
 84         };
 85 };
 86 
 87 &ir_receiver {
 88         status = "okay";
 89         pinctrl-0 = <&ir_recv_pins>;
 90         pinctrl-names = "default";
 91 };
 92 
 93 &ethmac {
 94         status = "okay";
 95         pinctrl-0 = <&eth_pins>;
 96         pnictrl-names = "default";
 97 };

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