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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/nuvoton/ma35d1-iot-512m.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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0
  2 /*
  3  * Copyright (C) 2023 Nuvoton Technology Corp.
  4  * Author: Shan-Chun Hung <schung@nuvoton.com>
  5  *         Jacky huang <ychuang3@nuvoton.com>
  6  */
  7 
  8 /dts-v1/;
  9 #include "ma35d1.dtsi"
 10 
 11 / {
 12         model = "Nuvoton MA35D1-IoT";
 13         compatible = "nuvoton,ma35d1-iot", "nuvoton,ma35d1";
 14 
 15         aliases {
 16                 serial0 = &uart0;
 17                 serial10 = &uart10;
 18                 serial12 = &uart12;
 19                 serial13 = &uart13;
 20                 serial14 = &uart14;
 21         };
 22 
 23         chosen {
 24                 stdout-path = "serial0:115200n8";
 25         };
 26 
 27         mem: memory@80000000 {
 28                 device_type = "memory";
 29                 reg = <0x00000000 0x80000000 0 0x20000000>; /* 512M DRAM */
 30         };
 31 
 32         clk_hxt: clock-hxt {
 33                 compatible = "fixed-clock";
 34                 #clock-cells = <0>;
 35                 clock-frequency = <24000000>;
 36                 clock-output-names = "clk_hxt";
 37         };
 38 };
 39 
 40 &clk {
 41         assigned-clocks = <&clk CAPLL>,
 42                           <&clk DDRPLL>,
 43                           <&clk APLL>,
 44                           <&clk EPLL>,
 45                           <&clk VPLL>;
 46         assigned-clock-rates = <800000000>,
 47                                <266000000>,
 48                                <180000000>,
 49                                <500000000>,
 50                                <102000000>;
 51         nuvoton,pll-mode = "integer",
 52                            "fractional",
 53                            "integer",
 54                            "integer",
 55                            "integer";
 56 };
 57 
 58 &pinctrl {
 59         uart-grp {
 60                 pinctrl_uart0: uart0-pins {
 61                         nuvoton,pins = <4 14 1>,
 62                                        <4 15 1>;
 63                         bias-disable;
 64                         power-source = <1>;
 65                 };
 66 
 67                 pinctrl_uart10: uart10-pins {
 68                         nuvoton,pins = <7 4 2>,
 69                                        <7 5 2>,
 70                                        <7 6 2>,
 71                                        <7 7 2>;
 72                         bias-disable;
 73                         power-source = <1>;
 74                 };
 75 
 76                 pinctrl_uart12: uart12-pins {
 77                         nuvoton,pins = <2 13 2>,
 78                                        <2 14 2>,
 79                                        <2 15 2>;
 80                         bias-disable;
 81                         power-source = <1>;
 82                 };
 83 
 84                 pinctrl_uart13: uart13-pins {
 85                         nuvoton,pins = <7 12 3>,
 86                                        <7 13 3>;
 87                         bias-disable;
 88                         power-source = <1>;
 89                 };
 90 
 91                 pinctrl_uart14: uart14-pins {
 92                         nuvoton,pins = <7 14 2>,
 93                                        <7 15 2>;
 94                         bias-disable;
 95                         power-source = <1>;
 96                 };
 97         };
 98 };
 99 
100 &uart0 {
101         pinctrl-names = "default";
102         pinctrl-0 = <&pinctrl_uart0>;
103         status = "okay";
104 };
105 
106 &uart10 {
107         pinctrl-names = "default";
108         pinctrl-0 = <&pinctrl_uart10>;
109         status = "okay";
110 };
111 
112 &uart12 {
113         pinctrl-names = "default";
114         pinctrl-0 = <&pinctrl_uart12>;
115         status = "okay";
116 };
117 
118 &uart13 {
119         pinctrl-names = "default";
120         pinctrl-0 = <&pinctrl_uart13>;
121         status = "okay";
122 };
123 
124 &uart14 {
125         pinctrl-names = "default";
126         pinctrl-0 = <&pinctrl_uart14>;
127         status = "okay";
128 };

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