sun8i-h3.dtsi 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. /*
  2. * Copyright (C) 2015 Jens Kuske <jenskuske@gmail.com>
  3. *
  4. * This file is dual-licensed: you can use it either under the terms
  5. * of the GPL or the X11 license, at your option. Note that this dual
  6. * licensing only applies to this file, and not this project as a
  7. * whole.
  8. *
  9. * a) This file is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License as
  11. * published by the Free Software Foundation; either version 2 of the
  12. * License, or (at your option) any later version.
  13. *
  14. * This file is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * Or, alternatively,
  20. *
  21. * b) Permission is hereby granted, free of charge, to any person
  22. * obtaining a copy of this software and associated documentation
  23. * files (the "Software"), to deal in the Software without
  24. * restriction, including without limitation the rights to use,
  25. * copy, modify, merge, publish, distribute, sublicense, and/or
  26. * sell copies of the Software, and to permit persons to whom the
  27. * Software is furnished to do so, subject to the following
  28. * conditions:
  29. *
  30. * The above copyright notice and this permission notice shall be
  31. * included in all copies or substantial portions of the Software.
  32. *
  33. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  34. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  35. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  36. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  37. * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  38. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  39. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  40. * OTHER DEALINGS IN THE SOFTWARE.
  41. */
  42. #include "skeleton.dtsi"
  43. #include <dt-bindings/clock/sun8i-h3-ccu.h>
  44. #include <dt-bindings/interrupt-controller/arm-gic.h>
  45. #include <dt-bindings/pinctrl/sun4i-a10.h>
  46. #include <dt-bindings/reset/sun8i-h3-ccu.h>
  47. / {
  48. interrupt-parent = <&gic>;
  49. aliases {
  50. ethernet0 = &emac;
  51. };
  52. cpus {
  53. #address-cells = <1>;
  54. #size-cells = <0>;
  55. cpu@0 {
  56. compatible = "arm,cortex-a7";
  57. device_type = "cpu";
  58. reg = <0>;
  59. };
  60. cpu@1 {
  61. compatible = "arm,cortex-a7";
  62. device_type = "cpu";
  63. reg = <1>;
  64. };
  65. cpu@2 {
  66. compatible = "arm,cortex-a7";
  67. device_type = "cpu";
  68. reg = <2>;
  69. };
  70. cpu@3 {
  71. compatible = "arm,cortex-a7";
  72. device_type = "cpu";
  73. reg = <3>;
  74. };
  75. };
  76. timer {
  77. compatible = "arm,armv7-timer";
  78. interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
  79. <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
  80. <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
  81. <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
  82. };
  83. clocks {
  84. #address-cells = <1>;
  85. #size-cells = <1>;
  86. ranges;
  87. osc24M: osc24M_clk {
  88. #clock-cells = <0>;
  89. compatible = "fixed-clock";
  90. clock-frequency = <24000000>;
  91. clock-output-names = "osc24M";
  92. };
  93. osc32k: osc32k_clk {
  94. #clock-cells = <0>;
  95. compatible = "fixed-clock";
  96. clock-frequency = <32768>;
  97. clock-output-names = "osc32k";
  98. };
  99. apb0: apb0_clk {
  100. compatible = "fixed-factor-clock";
  101. #clock-cells = <0>;
  102. clock-div = <1>;
  103. clock-mult = <1>;
  104. clocks = <&osc24M>;
  105. clock-output-names = "apb0";
  106. };
  107. apb0_gates: clk@01f01428 {
  108. compatible = "allwinner,sun8i-h3-apb0-gates-clk",
  109. "allwinner,sun4i-a10-gates-clk";
  110. reg = <0x01f01428 0x4>;
  111. #clock-cells = <1>;
  112. clocks = <&apb0>;
  113. clock-indices = <0>, <1>;
  114. clock-output-names = "apb0_pio", "apb0_ir";
  115. };
  116. ir_clk: ir_clk@01f01454 {
  117. compatible = "allwinner,sun4i-a10-mod0-clk";
  118. reg = <0x01f01454 0x4>;
  119. #clock-cells = <0>;
  120. clocks = <&osc32k>, <&osc24M>;
  121. clock-output-names = "ir";
  122. };
  123. };
  124. soc {
  125. compatible = "simple-bus";
  126. #address-cells = <1>;
  127. #size-cells = <1>;
  128. ranges;
  129. syscon: syscon@01c00000 {
  130. compatible = "allwinner,sun8i-h3-syscon","syscon";
  131. reg = <0x01c00000 0x34>;
  132. };
  133. dma: dma-controller@01c02000 {
  134. compatible = "allwinner,sun8i-h3-dma";
  135. reg = <0x01c02000 0x1000>;
  136. interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
  137. clocks = <&ccu CLK_BUS_DMA>;
  138. resets = <&ccu RST_BUS_DMA>;
  139. #dma-cells = <1>;
  140. };
  141. mmc0: mmc@01c0f000 {
  142. compatible = "allwinner,sun7i-a20-mmc",
  143. "allwinner,sun5i-a13-mmc";
  144. reg = <0x01c0f000 0x1000>;
  145. clocks = <&ccu CLK_BUS_MMC0>,
  146. <&ccu CLK_MMC0>,
  147. <&ccu CLK_MMC0_OUTPUT>,
  148. <&ccu CLK_MMC0_SAMPLE>;
  149. clock-names = "ahb",
  150. "mmc",
  151. "output",
  152. "sample";
  153. resets = <&ccu RST_BUS_MMC0>;
  154. reset-names = "ahb";
  155. interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
  156. status = "disabled";
  157. #address-cells = <1>;
  158. #size-cells = <0>;
  159. };
  160. mmc1: mmc@01c10000 {
  161. compatible = "allwinner,sun7i-a20-mmc",
  162. "allwinner,sun5i-a13-mmc";
  163. reg = <0x01c10000 0x1000>;
  164. clocks = <&ccu CLK_BUS_MMC1>,
  165. <&ccu CLK_MMC1>,
  166. <&ccu CLK_MMC1_OUTPUT>,
  167. <&ccu CLK_MMC1_SAMPLE>;
  168. clock-names = "ahb",
  169. "mmc",
  170. "output",
  171. "sample";
  172. resets = <&ccu RST_BUS_MMC1>;
  173. reset-names = "ahb";
  174. interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
  175. status = "disabled";
  176. #address-cells = <1>;
  177. #size-cells = <0>;
  178. };
  179. mmc2: mmc@01c11000 {
  180. compatible = "allwinner,sun7i-a20-mmc",
  181. "allwinner,sun5i-a13-mmc";
  182. reg = <0x01c11000 0x1000>;
  183. clocks = <&ccu CLK_BUS_MMC2>,
  184. <&ccu CLK_MMC2>,
  185. <&ccu CLK_MMC2_OUTPUT>,
  186. <&ccu CLK_MMC2_SAMPLE>;
  187. clock-names = "ahb",
  188. "mmc",
  189. "output",
  190. "sample";
  191. resets = <&ccu RST_BUS_MMC2>;
  192. reset-names = "ahb";
  193. interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
  194. status = "disabled";
  195. #address-cells = <1>;
  196. #size-cells = <0>;
  197. };
  198. usbphy: phy@01c19400 {
  199. compatible = "allwinner,sun8i-h3-usb-phy";
  200. reg = <0x01c19400 0x2c>,
  201. <0x01c1a800 0x4>,
  202. <0x01c1b800 0x4>,
  203. <0x01c1c800 0x4>,
  204. <0x01c1d800 0x4>;
  205. reg-names = "phy_ctrl",
  206. "pmu0",
  207. "pmu1",
  208. "pmu2",
  209. "pmu3";
  210. clocks = <&ccu CLK_USB_PHY0>,
  211. <&ccu CLK_USB_PHY1>,
  212. <&ccu CLK_USB_PHY2>,
  213. <&ccu CLK_USB_PHY3>;
  214. clock-names = "usb0_phy",
  215. "usb1_phy",
  216. "usb2_phy",
  217. "usb3_phy";
  218. resets = <&ccu RST_USB_PHY0>,
  219. <&ccu RST_USB_PHY1>,
  220. <&ccu RST_USB_PHY2>,
  221. <&ccu RST_USB_PHY3>;
  222. reset-names = "usb0_reset",
  223. "usb1_reset",
  224. "usb2_reset",
  225. "usb3_reset";
  226. status = "disabled";
  227. #phy-cells = <1>;
  228. };
  229. ehci1: usb@01c1b000 {
  230. compatible = "allwinner,sun8i-h3-ehci", "generic-ehci";
  231. reg = <0x01c1b000 0x100>;
  232. interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
  233. clocks = <&ccu CLK_BUS_EHCI1>, <&ccu CLK_BUS_OHCI1>;
  234. resets = <&ccu RST_BUS_EHCI1>, <&ccu RST_BUS_OHCI1>;
  235. phys = <&usbphy 1>;
  236. phy-names = "usb";
  237. status = "disabled";
  238. };
  239. ohci1: usb@01c1b400 {
  240. compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
  241. reg = <0x01c1b400 0x100>;
  242. interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
  243. clocks = <&ccu CLK_BUS_EHCI1>, <&ccu CLK_BUS_OHCI1>,
  244. <&ccu CLK_USB_OHCI1>;
  245. resets = <&ccu RST_BUS_EHCI1>, <&ccu RST_BUS_OHCI1>;
  246. phys = <&usbphy 1>;
  247. phy-names = "usb";
  248. status = "disabled";
  249. };
  250. ehci2: usb@01c1c000 {
  251. compatible = "allwinner,sun8i-h3-ehci", "generic-ehci";
  252. reg = <0x01c1c000 0x100>;
  253. interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
  254. clocks = <&ccu CLK_BUS_EHCI2>, <&ccu CLK_BUS_OHCI2>;
  255. resets = <&ccu RST_BUS_EHCI2>, <&ccu RST_BUS_OHCI2>;
  256. phys = <&usbphy 2>;
  257. phy-names = "usb";
  258. status = "disabled";
  259. };
  260. ohci2: usb@01c1c400 {
  261. compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
  262. reg = <0x01c1c400 0x100>;
  263. interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
  264. clocks = <&ccu CLK_BUS_EHCI2>, <&ccu CLK_BUS_OHCI2>,
  265. <&ccu CLK_USB_OHCI2>;
  266. resets = <&ccu RST_BUS_EHCI2>, <&ccu RST_BUS_OHCI2>;
  267. phys = <&usbphy 2>;
  268. phy-names = "usb";
  269. status = "disabled";
  270. };
  271. ehci3: usb@01c1d000 {
  272. compatible = "allwinner,sun8i-h3-ehci", "generic-ehci";
  273. reg = <0x01c1d000 0x100>;
  274. interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
  275. clocks = <&ccu CLK_BUS_EHCI3>, <&ccu CLK_BUS_OHCI3>;
  276. resets = <&ccu RST_BUS_EHCI3>, <&ccu RST_BUS_OHCI3>;
  277. phys = <&usbphy 3>;
  278. phy-names = "usb";
  279. status = "disabled";
  280. };
  281. ohci3: usb@01c1d400 {
  282. compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
  283. reg = <0x01c1d400 0x100>;
  284. interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
  285. clocks = <&ccu CLK_BUS_EHCI3>, <&ccu CLK_BUS_OHCI3>,
  286. <&ccu CLK_USB_OHCI3>;
  287. resets = <&ccu RST_BUS_EHCI3>, <&ccu RST_BUS_OHCI3>;
  288. phys = <&usbphy 3>;
  289. phy-names = "usb";
  290. status = "disabled";
  291. };
  292. ccu: clock@01c20000 {
  293. compatible = "allwinner,sun8i-h3-ccu";
  294. reg = <0x01c20000 0x400>;
  295. clocks = <&osc24M>, <&osc32k>;
  296. clock-names = "hosc", "losc";
  297. #clock-cells = <1>;
  298. #reset-cells = <1>;
  299. };
  300. pio: pinctrl@01c20800 {
  301. compatible = "allwinner,sun8i-h3-pinctrl";
  302. reg = <0x01c20800 0x400>;
  303. interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
  304. <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
  305. clocks = <&ccu CLK_BUS_PIO>;
  306. gpio-controller;
  307. #gpio-cells = <3>;
  308. interrupt-controller;
  309. #interrupt-cells = <3>;
  310. emac_rgmii_pins: emac0@0 {
  311. allwinner,pins = "PD0", "PD1", "PD2", "PD3",
  312. "PD4", "PD5", "PD7",
  313. "PD8", "PD9", "PD10",
  314. "PD12", "PD13", "PD15",
  315. "PD16", "PD17";
  316. allwinner,function = "emac";
  317. allwinner,drive = <SUN4I_PINCTRL_40_MA>;
  318. allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
  319. };
  320. mmc0_pins_a: mmc0@0 {
  321. allwinner,pins = "PF0", "PF1", "PF2", "PF3",
  322. "PF4", "PF5";
  323. allwinner,function = "mmc0";
  324. allwinner,drive = <SUN4I_PINCTRL_30_MA>;
  325. allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
  326. };
  327. mmc0_cd_pin: mmc0_cd_pin@0 {
  328. allwinner,pins = "PF6";
  329. allwinner,function = "gpio_in";
  330. allwinner,drive = <SUN4I_PINCTRL_10_MA>;
  331. allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
  332. };
  333. mmc1_pins_a: mmc1@0 {
  334. allwinner,pins = "PG0", "PG1", "PG2", "PG3",
  335. "PG4", "PG5";
  336. allwinner,function = "mmc1";
  337. allwinner,drive = <SUN4I_PINCTRL_30_MA>;
  338. allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
  339. };
  340. mmc2_8bit_pins: mmc2_8bit {
  341. allwinner,pins = "PC5", "PC6", "PC8",
  342. "PC9", "PC10", "PC11",
  343. "PC12", "PC13", "PC14",
  344. "PC15", "PC16";
  345. allwinner,function = "mmc2";
  346. allwinner,drive = <SUN4I_PINCTRL_30_MA>;
  347. allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
  348. };
  349. uart0_pins_a: uart0@0 {
  350. allwinner,pins = "PA4", "PA5";
  351. allwinner,function = "uart0";
  352. allwinner,drive = <SUN4I_PINCTRL_10_MA>;
  353. allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
  354. };
  355. uart1_pins_a: uart1@0 {
  356. allwinner,pins = "PG6", "PG7", "PG8", "PG9";
  357. allwinner,function = "uart1";
  358. allwinner,drive = <SUN4I_PINCTRL_10_MA>;
  359. allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
  360. };
  361. };
  362. timer@01c20c00 {
  363. compatible = "allwinner,sun4i-a10-timer";
  364. reg = <0x01c20c00 0xa0>;
  365. interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
  366. <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
  367. clocks = <&osc24M>;
  368. };
  369. wdt0: watchdog@01c20ca0 {
  370. compatible = "allwinner,sun6i-a31-wdt";
  371. reg = <0x01c20ca0 0x20>;
  372. interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
  373. };
  374. uart0: serial@01c28000 {
  375. compatible = "snps,dw-apb-uart";
  376. reg = <0x01c28000 0x400>;
  377. interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
  378. reg-shift = <2>;
  379. reg-io-width = <4>;
  380. clocks = <&ccu CLK_BUS_UART0>;
  381. resets = <&ccu RST_BUS_UART0>;
  382. dmas = <&dma 6>, <&dma 6>;
  383. dma-names = "rx", "tx";
  384. status = "disabled";
  385. };
  386. uart1: serial@01c28400 {
  387. compatible = "snps,dw-apb-uart";
  388. reg = <0x01c28400 0x400>;
  389. interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
  390. reg-shift = <2>;
  391. reg-io-width = <4>;
  392. clocks = <&ccu CLK_BUS_UART1>;
  393. resets = <&ccu RST_BUS_UART1>;
  394. dmas = <&dma 7>, <&dma 7>;
  395. dma-names = "rx", "tx";
  396. status = "disabled";
  397. };
  398. uart2: serial@01c28800 {
  399. compatible = "snps,dw-apb-uart";
  400. reg = <0x01c28800 0x400>;
  401. interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
  402. reg-shift = <2>;
  403. reg-io-width = <4>;
  404. clocks = <&ccu CLK_BUS_UART2>;
  405. resets = <&ccu RST_BUS_UART2>;
  406. dmas = <&dma 8>, <&dma 8>;
  407. dma-names = "rx", "tx";
  408. status = "disabled";
  409. };
  410. uart3: serial@01c28c00 {
  411. compatible = "snps,dw-apb-uart";
  412. reg = <0x01c28c00 0x400>;
  413. interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
  414. reg-shift = <2>;
  415. reg-io-width = <4>;
  416. clocks = <&ccu CLK_BUS_UART3>;
  417. resets = <&ccu RST_BUS_UART3>;
  418. dmas = <&dma 9>, <&dma 9>;
  419. dma-names = "rx", "tx";
  420. status = "disabled";
  421. };
  422. emac: ethernet@1c30000 {
  423. compatible = "allwinner,sun8i-h3-emac";
  424. reg = <0x01c30000 0x104>, <0x01c00030 0x4>;
  425. reg-names = "emac", "syscon";
  426. interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
  427. resets = <&ccu RST_BUS_EMAC>, <&ccu RST_BUS_EPHY>;
  428. reset-names = "ahb", "ephy";
  429. clocks = <&ccu CLK_BUS_EMAC>, <&ccu CLK_BUS_EPHY>;
  430. clock-names = "ahb", "ephy";
  431. #address-cells = <1>;
  432. #size-cells = <0>;
  433. status = "disabled";
  434. };
  435. gic: interrupt-controller@01c81000 {
  436. compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
  437. reg = <0x01c81000 0x1000>,
  438. <0x01c82000 0x1000>,
  439. <0x01c84000 0x2000>,
  440. <0x01c86000 0x2000>;
  441. interrupt-controller;
  442. #interrupt-cells = <3>;
  443. interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
  444. };
  445. rtc: rtc@01f00000 {
  446. compatible = "allwinner,sun6i-a31-rtc";
  447. reg = <0x01f00000 0x54>;
  448. interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
  449. <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
  450. };
  451. apb0_reset: reset@01f014b0 {
  452. reg = <0x01f014b0 0x4>;
  453. compatible = "allwinner,sun6i-a31-clock-reset";
  454. #reset-cells = <1>;
  455. };
  456. ir: ir@01f02000 {
  457. compatible = "allwinner,sun5i-a13-ir";
  458. clocks = <&apb0_gates 1>, <&ir_clk>;
  459. clock-names = "apb", "ir";
  460. resets = <&apb0_reset 1>;
  461. interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
  462. reg = <0x01f02000 0x40>;
  463. status = "disabled";
  464. };
  465. r_pio: pinctrl@01f02c00 {
  466. compatible = "allwinner,sun8i-h3-r-pinctrl";
  467. reg = <0x01f02c00 0x400>;
  468. interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
  469. clocks = <&apb0_gates 0>;
  470. resets = <&apb0_reset 0>;
  471. gpio-controller;
  472. #gpio-cells = <3>;
  473. interrupt-controller;
  474. #interrupt-cells = <3>;
  475. ir_pins_a: ir@0 {
  476. allwinner,pins = "PL11";
  477. allwinner,function = "s_cir_rx";
  478. allwinner,drive = <SUN4I_PINCTRL_10_MA>;
  479. allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
  480. };
  481. };
  482. };
  483. };