The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/nspire-tp.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0-only
    2 /*
    3  *  linux/arch/arm/boot/nspire-tp.dts
    4  *
    5  *  Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
    6  */
    7 /dts-v1/;
    8 
    9 /include/ "nspire-classic.dtsi"
   10 
   11 &keypad {
   12         linux,keymap = <
   13         0x0000001c      0x0001001c      0x00040039
   14         0x0005002c      0x00060015      0x0007000b
   15         0x0008000f      0x0100002d      0x01010011
   16         0x0102002f      0x01030004      0x01040016
   17         0x01050014      0x0106001f      0x01070002
   18         0x010a006a      0x02000013      0x02010010
   19         0x02020019      0x02030007      0x02040018
   20         0x02050031      0x02060032      0x02070005
   21         0x02080028      0x0209006c      0x03000026
   22         0x03010025      0x03020024      0x0303000a
   23         0x03040017      0x03050023      0x03060022
   24         0x03070008      0x03080035      0x03090069
   25         0x04000021      0x04010012      0x04020020
   26         0x0404002e      0x04050030      0x0406001e
   27         0x0407000d      0x04080037      0x04090067
   28         0x05010038      0x0502000c      0x0503001b
   29         0x05040034      0x0505001a      0x05060006
   30         0x05080027      0x0509000e      0x050a006f
   31         0x0600002b      0x0602004e      0x06030068
   32         0x06040003      0x0605006d      0x06060009
   33         0x06070001      0x0609000f      0x0708002a
   34         0x0709001d      0x070a0033      >;
   35 };
   36 
   37 / {
   38         model = "TI-NSPIRE Touchpad";
   39         compatible = "ti,nspire-tp";
   40 };

Cache object: 07383d5efc4266806e40877a1074c681


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.