Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.10 56 lines 939 B view raw
1/* 2 * sama5d35ek.dts - Device Tree file for SAMA5D35-EK board 3 * 4 * Copyright (C) 2013 Atmel, 5 * 2013 Ludovic Desroches <ludovic.desroches@atmel.com> 6 * 7 * Licensed under GPLv2 or later. 8 */ 9/dts-v1/; 10/include/ "sama5d3xmb.dtsi" 11 12/ { 13 model = "Atmel SAMA5D35-EK"; 14 compatible = "atmel,sama5d35ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5"; 15 16 ahb { 17 apb { 18 spi0: spi@f0004000 { 19 status = "okay"; 20 }; 21 22 can0: can@f000c000 { 23 status = "okay"; 24 }; 25 26 i2c1: i2c@f0018000 { 27 status = "okay"; 28 }; 29 30 macb0: ethernet@f0028000 { 31 status = "okay"; 32 }; 33 34 isi: isi@f0034000 { 35 status = "okay"; 36 }; 37 38 macb1: ethernet@f802c000 { 39 status = "okay"; 40 }; 41 }; 42 }; 43 44 gpio_keys { 45 compatible = "gpio-keys"; 46 #address-cells = <1>; 47 #size-cells = <0>; 48 49 pb_user1 { 50 label = "pb_user1"; 51 gpios = <&pioE 27 0>; 52 linux,code = <0x100>; 53 gpio-key,wakeup; 54 }; 55 }; 56};