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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/samsung/s3c6410-smdk6410.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ 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.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm/samsung/s3c6410-smdk6410.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/samsung/s3c6410-smdk6410.dts (Version linux-6.5.13)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 /*                                                  2 /*
  3  * Samsung S3C6410 based SMDK6410 board device      3  * Samsung S3C6410 based SMDK6410 board device tree source.
  4  *                                                  4  *
  5  * Copyright (c) 2013 Tomasz Figa <tomasz.figa@      5  * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
  6  *                                                  6  *
  7  * Device tree source file for Samsung SMDK641      7  * Device tree source file for Samsung SMDK6410 board which is based on
  8  * Samsung's S3C6410 SoC.                           8  * Samsung's S3C6410 SoC.
  9  */                                                 9  */
 10                                                    10 
 11 /dts-v1/;                                          11 /dts-v1/;
 12                                                    12 
 13 #include <dt-bindings/gpio/gpio.h>                 13 #include <dt-bindings/gpio/gpio.h>
 14 #include <dt-bindings/interrupt-controller/irq     14 #include <dt-bindings/interrupt-controller/irq.h>
 15                                                    15 
 16 #include "s3c6410.dtsi"                            16 #include "s3c6410.dtsi"
 17                                                    17 
 18 / {                                                18 / {
 19         model = "Samsung SMDK6410 board based      19         model = "Samsung SMDK6410 board based on S3C6410";
 20         compatible = "samsung,smdk6410", "sams     20         compatible = "samsung,smdk6410", "samsung,s3c6410";
 21                                                    21 
 22         memory@50000000 {                          22         memory@50000000 {
 23                 device_type = "memory";            23                 device_type = "memory";
 24                 reg = <0x50000000 0x8000000>;      24                 reg = <0x50000000 0x8000000>;
 25         };                                         25         };
 26                                                    26 
 27         chosen {                                   27         chosen {
 28                 bootargs = "console=ttySAC0,11     28                 bootargs = "console=ttySAC0,115200n8 earlyprintk rootwait root=/dev/mmcblk0p1";
 29         };                                         29         };
 30                                                    30 
 31         fin_pll: oscillator-0 {                    31         fin_pll: oscillator-0 {
 32                 compatible = "fixed-clock";        32                 compatible = "fixed-clock";
 33                 clock-frequency = <12000000>;      33                 clock-frequency = <12000000>;
 34                 clock-output-names = "fin_pll"     34                 clock-output-names = "fin_pll";
 35                 #clock-cells = <0>;                35                 #clock-cells = <0>;
 36         };                                         36         };
 37                                                    37 
 38         xusbxti: oscillator-1 {                    38         xusbxti: oscillator-1 {
 39                 compatible = "fixed-clock";        39                 compatible = "fixed-clock";
 40                 clock-output-names = "xusbxti"     40                 clock-output-names = "xusbxti";
 41                 clock-frequency = <48000000>;      41                 clock-frequency = <48000000>;
 42                 #clock-cells = <0>;                42                 #clock-cells = <0>;
 43         };                                         43         };
 44                                                    44 
 45         srom-cs1-bus@18000000 {                    45         srom-cs1-bus@18000000 {
 46                 compatible = "simple-bus";         46                 compatible = "simple-bus";
 47                 #address-cells = <1>;              47                 #address-cells = <1>;
 48                 #size-cells = <1>;                 48                 #size-cells = <1>;
 49                 reg = <0x18000000 0x8000000>;      49                 reg = <0x18000000 0x8000000>;
 50                 ranges;                            50                 ranges;
 51                                                    51 
 52                 ethernet@18000000 {                52                 ethernet@18000000 {
 53                         compatible = "smsc,lan     53                         compatible = "smsc,lan9115";
 54                         reg = <0x18000000 0x10     54                         reg = <0x18000000 0x10000>;
 55                         interrupt-parent = <&g     55                         interrupt-parent = <&gpn>;
 56                         interrupts = <10 IRQ_T     56                         interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
 57                         phy-mode = "mii";          57                         phy-mode = "mii";
 58                         reg-io-width = <4>;        58                         reg-io-width = <4>;
 59                         smsc,force-internal-ph     59                         smsc,force-internal-phy;
 60                 };                                 60                 };
 61         };                                         61         };
 62 };                                                 62 };
 63                                                    63 
 64 &clocks {                                          64 &clocks {
 65         clocks = <&fin_pll>;                       65         clocks = <&fin_pll>;
 66 };                                                 66 };
 67                                                    67 
 68 &sdhci0 {                                          68 &sdhci0 {
 69         pinctrl-names = "default";                 69         pinctrl-names = "default";
 70         pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&     70         pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
 71         bus-width = <4>;                           71         bus-width = <4>;
 72         status = "okay";                           72         status = "okay";
 73 };                                                 73 };
 74                                                    74 
 75 &uart0 {                                           75 &uart0 {
 76         pinctrl-names = "default";                 76         pinctrl-names = "default";
 77         pinctrl-0 = <&uart0_data>, <&uart0_fct     77         pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
 78         status = "okay";                           78         status = "okay";
 79 };                                                 79 };
 80                                                    80 
 81 &uart1 {                                           81 &uart1 {
 82         pinctrl-names = "default";                 82         pinctrl-names = "default";
 83         pinctrl-0 = <&uart1_data>;                 83         pinctrl-0 = <&uart1_data>;
 84         status = "okay";                           84         status = "okay";
 85 };                                                 85 };
 86                                                    86 
 87 &uart2 {                                           87 &uart2 {
 88         pinctrl-names = "default";                 88         pinctrl-names = "default";
 89         pinctrl-0 = <&uart2_data>;                 89         pinctrl-0 = <&uart2_data>;
 90         status = "okay";                           90         status = "okay";
 91 };                                                 91 };
 92                                                    92 
 93 &uart3 {                                           93 &uart3 {
 94         pinctrl-names = "default";                 94         pinctrl-names = "default";
 95         pinctrl-0 = <&uart3_data>;                 95         pinctrl-0 = <&uart3_data>;
 96         status = "okay";                           96         status = "okay";
 97 };                                                 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