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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/samsung/exynos5422-odroidxu3-lite.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
  2 /*
  3  * Hardkernel Odroid XU3-Lite board device tree source
  4  *
  5  * Copyright (c) 2015 Krzysztof Kozlowski
  6  * Copyright (c) 2014 Collabora Ltd.
  7  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  8  *              http://www.samsung.com
  9  */
 10 
 11 /dts-v1/;
 12 #include "exynos5422-odroidxu3-common.dtsi"
 13 #include "exynos5422-odroidxu3-audio.dtsi"
 14 #include "exynos54xx-odroidxu-leds.dtsi"
 15 
 16 / {
 17         model = "Hardkernel Odroid XU3 Lite";
 18         compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
 19 
 20         aliases {
 21                 ethernet = &ethernet;
 22         };
 23 };
 24 
 25 &arm_a7_pmu {
 26         status = "disabled";
 27 };
 28 
 29 &arm_a15_pmu {
 30         status = "disabled";
 31 };
 32 
 33 &chipid {
 34         samsung,asv-bin = <2>;
 35 };
 36 
 37 /*
 38  * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies
 39  * than Odroid XU3/XU4 boards: 1.8 GHz for A15 cores & 1.3 GHz for A7 cores.
 40  * Therefore we need to update OPPs tables and thermal maps accordingly.
 41  */
 42 &cluster_a15_opp_table {
 43         /delete-node/opp-2000000000;
 44         /delete-node/opp-1900000000;
 45 };
 46 
 47 &cluster_a7_opp_table {
 48         /delete-node/opp-1400000000;
 49 };
 50 
 51 &cpu0_cooling_map4 {
 52         cooling-device = <&cpu0 3 7>,
 53                          <&cpu1 3 7>,
 54                          <&cpu2 3 7>,
 55                          <&cpu3 3 7>,
 56                          <&cpu4 3 12>,
 57                          <&cpu5 3 12>,
 58                          <&cpu6 3 12>,
 59                          <&cpu7 3 12>;
 60 };
 61 
 62 &cpu1_cooling_map4 {
 63         cooling-device = <&cpu0 3 7>,
 64                          <&cpu1 3 7>,
 65                          <&cpu2 3 7>,
 66                          <&cpu3 3 7>,
 67                          <&cpu4 3 12>,
 68                          <&cpu5 3 12>,
 69                          <&cpu6 3 12>,
 70                          <&cpu7 3 12>;
 71 };
 72 
 73 &cpu2_cooling_map4 {
 74         cooling-device = <&cpu0 3 7>,
 75                          <&cpu1 3 7>,
 76                          <&cpu2 3 7>,
 77                          <&cpu3 3 7>,
 78                          <&cpu4 3 12>,
 79                          <&cpu5 3 12>,
 80                          <&cpu6 3 12>,
 81                          <&cpu7 3 12>;
 82 };
 83 
 84 &cpu3_cooling_map4 {
 85         cooling-device = <&cpu0 3 7>,
 86                          <&cpu1 3 7>,
 87                          <&cpu2 3 7>,
 88                          <&cpu3 3 7>,
 89                          <&cpu4 3 12>,
 90                          <&cpu5 3 12>,
 91                          <&cpu6 3 12>,
 92                          <&cpu7 3 12>;
 93 };
 94 
 95 &pwm {
 96         /*
 97          * PWM 0 -- fan
 98          * PWM 1 -- Green LED
 99          * PWM 2 -- Blue LED
100          * PWM 3 -- on MIPI connector for backlight
101          */
102         pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
103         pinctrl-names = "default";
104         status = "okay";
105 };
106 
107 &usbdrd_dwc3_1 {
108         dr_mode = "peripheral";
109 };
110 
111 &usbhost2 {
112         #address-cells = <1>;
113         #size-cells = <0>;
114 
115         hub@1 {
116                 compatible = "usb424,9514";
117                 reg = <1>;
118                 #address-cells = <1>;
119                 #size-cells = <0>;
120 
121                 ethernet: ethernet@1 {
122                         compatible = "usb424,ec00";
123                         reg = <1>;
124                         local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
125                 };
126         };
127 };

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