1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * at91-dvk_som60.dts - Device Tree file for the DVK SOM60 board 4 * 5 * Copyright (C) 2018 Laird, 6 * 2018 Ben Whitten <ben.whitten@lairdtech.com> 7 * 8 */ 9 /dts-v1/; 10 #include "at91-som60.dtsi" 11 #include "at91-dvk_su60_somc.dtsi" 12 #include "at91-dvk_su60_somc_lcm.dtsi" 13 14 / { 15 model = "Laird DVK SOM60"; 16 compatible = "laird,dvk-som60", "laird,som60", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5"; 17 18 chosen { 19 stdout-path = &dbgu; 20 tick-timer = &pit; 21 }; 22 }; 23 24 &mmc0 { 25 status = "okay"; 26 }; 27 28 &spi0 { 29 status = "okay"; 30 }; 31 32 &ssc0 { 33 status = "okay"; 34 }; 35 36 &i2c0 { 37 status = "okay"; 38 }; 39 40 &i2c1 { 41 status = "okay"; 42 }; 43 44 &usart1 { 45 status = "okay"; 46 }; 47 48 &usart2 { 49 status = "okay"; 50 }; 51 52 &usart3 { 53 status = "okay"; 54 }; 55 56 &uart0 { 57 status = "okay"; 58 }; 59 60 &dbgu { 61 status = "okay"; 62 }; 63 64 &pit { 65 status = "okay"; 66 }; 67 68 &adc0 { 69 status = "okay"; 70 }; 71 72 &can1 { 73 status = "okay"; 74 }; 75 76 &macb0 { 77 status = "okay"; 78 }; 79 80 &macb1 { 81 status = "okay"; 82 }; 83 84 &usb0 { 85 status = "okay"; 86 }; 87 88 &usb1 { 89 status = "okay"; 90 }; 91 92 &usb2 { 93 status = "okay"; 94 }; 95
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.