meson-g12b-odroid-n2.dtsi 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2019 BayLibre, SAS
  4. * Author: Neil Armstrong <[email protected]>
  5. */
  6. #include <dt-bindings/input/input.h>
  7. #include <dt-bindings/gpio/meson-g12a-gpio.h>
  8. #include <dt-bindings/sound/meson-g12a-toacodec.h>
  9. #include <dt-bindings/sound/meson-g12a-tohdmitx.h>
  10. / {
  11. aliases {
  12. serial0 = &uart_AO;
  13. ethernet0 = &ethmac;
  14. rtc0 = &rtc;
  15. rtc1 = &vrtc;
  16. };
  17. dio2133: audio-amplifier-0 {
  18. compatible = "simple-audio-amplifier";
  19. enable-gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>;
  20. VCC-supply = <&vcc_5v>;
  21. sound-name-prefix = "U19";
  22. status = "okay";
  23. };
  24. chosen {
  25. stdout-path = "serial0:115200n8";
  26. };
  27. memory@0 {
  28. device_type = "memory";
  29. reg = <0x0 0x0 0x0 0x40000000>;
  30. };
  31. emmc_pwrseq: emmc-pwrseq {
  32. compatible = "mmc-pwrseq-emmc";
  33. reset-gpios = <&gpio BOOT_12 GPIO_ACTIVE_LOW>;
  34. };
  35. leds {
  36. compatible = "gpio-leds";
  37. led-blue {
  38. label = "n2:blue";
  39. gpios = <&gpio_ao GPIOAO_11 GPIO_ACTIVE_HIGH>;
  40. linux,default-trigger = "heartbeat";
  41. };
  42. };
  43. tflash_vdd: regulator-tflash_vdd {
  44. compatible = "regulator-fixed";
  45. regulator-name = "TFLASH_VDD";
  46. regulator-min-microvolt = <3300000>;
  47. regulator-max-microvolt = <3300000>;
  48. gpio = <&gpio_ao GPIOAO_8 GPIO_ACTIVE_HIGH>;
  49. enable-active-high;
  50. regulator-always-on;
  51. };
  52. tf_io: gpio-regulator-tf_io {
  53. compatible = "regulator-gpio";
  54. regulator-name = "TF_IO";
  55. regulator-min-microvolt = <1800000>;
  56. regulator-max-microvolt = <3300000>;
  57. gpios = <&gpio_ao GPIOAO_9 GPIO_ACTIVE_HIGH>;
  58. gpios-states = <0>;
  59. states = <3300000 0>,
  60. <1800000 1>;
  61. };
  62. flash_1v8: regulator-flash_1v8 {
  63. compatible = "regulator-fixed";
  64. regulator-name = "FLASH_1V8";
  65. regulator-min-microvolt = <1800000>;
  66. regulator-max-microvolt = <1800000>;
  67. vin-supply = <&vcc_3v3>;
  68. regulator-always-on;
  69. };
  70. main_12v: regulator-main_12v {
  71. compatible = "regulator-fixed";
  72. regulator-name = "12V";
  73. regulator-min-microvolt = <12000000>;
  74. regulator-max-microvolt = <12000000>;
  75. regulator-always-on;
  76. };
  77. vcc_5v: regulator-vcc_5v {
  78. compatible = "regulator-fixed";
  79. regulator-name = "5V";
  80. regulator-min-microvolt = <5000000>;
  81. regulator-max-microvolt = <5000000>;
  82. regulator-always-on;
  83. vin-supply = <&main_12v>;
  84. gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>;
  85. enable-active-high;
  86. };
  87. vcc_1v8: regulator-vcc_1v8 {
  88. compatible = "regulator-fixed";
  89. regulator-name = "VCC_1V8";
  90. regulator-min-microvolt = <1800000>;
  91. regulator-max-microvolt = <1800000>;
  92. vin-supply = <&vcc_3v3>;
  93. regulator-always-on;
  94. };
  95. vcc_3v3: regulator-vcc_3v3 {
  96. compatible = "regulator-fixed";
  97. regulator-name = "VCC_3V3";
  98. regulator-min-microvolt = <3300000>;
  99. regulator-max-microvolt = <3300000>;
  100. vin-supply = <&vddao_3v3>;
  101. regulator-always-on;
  102. /* FIXME: actually controlled by VDDCPU_B_EN */
  103. };
  104. vddcpu_a: regulator-vddcpu-a {
  105. /*
  106. * MP8756GD Regulator.
  107. */
  108. compatible = "pwm-regulator";
  109. regulator-name = "VDDCPU_A";
  110. regulator-min-microvolt = <721000>;
  111. regulator-max-microvolt = <1022000>;
  112. pwm-supply = <&main_12v>;
  113. pwms = <&pwm_ab 0 1250 0>;
  114. pwm-dutycycle-range = <100 0>;
  115. regulator-boot-on;
  116. regulator-always-on;
  117. };
  118. vddcpu_b: regulator-vddcpu-b {
  119. /*
  120. * Silergy SY8120B1ABC Regulator.
  121. */
  122. compatible = "pwm-regulator";
  123. regulator-name = "VDDCPU_B";
  124. regulator-min-microvolt = <721000>;
  125. regulator-max-microvolt = <1022000>;
  126. pwm-supply = <&main_12v>;
  127. pwms = <&pwm_AO_cd 1 1250 0>;
  128. pwm-dutycycle-range = <100 0>;
  129. regulator-boot-on;
  130. regulator-always-on;
  131. };
  132. hub_5v: regulator-hub_5v {
  133. compatible = "regulator-fixed";
  134. regulator-name = "HUB_5V";
  135. regulator-min-microvolt = <5000000>;
  136. regulator-max-microvolt = <5000000>;
  137. vin-supply = <&vcc_5v>;
  138. /* Connected to the Hub CHIPENABLE, LOW sets low power state */
  139. gpio = <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>;
  140. enable-active-high;
  141. };
  142. usb_pwr_en: regulator-usb_pwr_en {
  143. compatible = "regulator-fixed";
  144. regulator-name = "USB_PWR_EN";
  145. regulator-min-microvolt = <5000000>;
  146. regulator-max-microvolt = <5000000>;
  147. vin-supply = <&vcc_5v>;
  148. /* Connected to the microUSB port power enable */
  149. gpio = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
  150. enable-active-high;
  151. };
  152. vddao_1v8: regulator-vddao_1v8 {
  153. compatible = "regulator-fixed";
  154. regulator-name = "VDDAO_1V8";
  155. regulator-min-microvolt = <1800000>;
  156. regulator-max-microvolt = <1800000>;
  157. vin-supply = <&vddao_3v3>;
  158. regulator-always-on;
  159. };
  160. vddao_3v3: regulator-vddao_3v3 {
  161. compatible = "regulator-fixed";
  162. regulator-name = "VDDAO_3V3";
  163. regulator-min-microvolt = <3300000>;
  164. regulator-max-microvolt = <3300000>;
  165. vin-supply = <&main_12v>;
  166. regulator-always-on;
  167. };
  168. hdmi-connector {
  169. compatible = "hdmi-connector";
  170. type = "a";
  171. port {
  172. hdmi_connector_in: endpoint {
  173. remote-endpoint = <&hdmi_tx_tmds_out>;
  174. };
  175. };
  176. };
  177. sound {
  178. compatible = "amlogic,axg-sound-card";
  179. model = "ODROID-N2";
  180. audio-widgets = "Line", "Lineout";
  181. audio-aux-devs = <&tdmout_b>, <&tdmout_c>, <&tdmin_a>,
  182. <&tdmin_b>, <&tdmin_c>, <&tdmin_lb>,
  183. <&dio2133>;
  184. audio-routing = "TDMOUT_B IN 0", "FRDDR_A OUT 1",
  185. "TDMOUT_B IN 1", "FRDDR_B OUT 1",
  186. "TDMOUT_B IN 2", "FRDDR_C OUT 1",
  187. "TDM_B Playback", "TDMOUT_B OUT",
  188. "TDMOUT_C IN 0", "FRDDR_A OUT 2",
  189. "TDMOUT_C IN 1", "FRDDR_B OUT 2",
  190. "TDMOUT_C IN 2", "FRDDR_C OUT 2",
  191. "TDM_C Playback", "TDMOUT_C OUT",
  192. "TDMIN_A IN 4", "TDM_B Loopback",
  193. "TDMIN_B IN 4", "TDM_B Loopback",
  194. "TDMIN_C IN 4", "TDM_B Loopback",
  195. "TDMIN_LB IN 1", "TDM_B Loopback",
  196. "TDMIN_A IN 5", "TDM_C Loopback",
  197. "TDMIN_B IN 5", "TDM_C Loopback",
  198. "TDMIN_C IN 5", "TDM_C Loopback",
  199. "TDMIN_LB IN 2", "TDM_C Loopback",
  200. "TODDR_A IN 0", "TDMIN_A OUT",
  201. "TODDR_B IN 0", "TDMIN_A OUT",
  202. "TODDR_C IN 0", "TDMIN_A OUT",
  203. "TODDR_A IN 1", "TDMIN_B OUT",
  204. "TODDR_B IN 1", "TDMIN_B OUT",
  205. "TODDR_C IN 1", "TDMIN_B OUT",
  206. "TODDR_A IN 2", "TDMIN_C OUT",
  207. "TODDR_B IN 2", "TDMIN_C OUT",
  208. "TODDR_C IN 2", "TDMIN_C OUT",
  209. "TODDR_A IN 6", "TDMIN_LB OUT",
  210. "TODDR_B IN 6", "TDMIN_LB OUT",
  211. "TODDR_C IN 6", "TDMIN_LB OUT",
  212. "U19 INL", "ACODEC LOLP",
  213. "U19 INR", "ACODEC LORP",
  214. "Lineout", "U19 OUTL",
  215. "Lineout", "U19 OUTR";
  216. assigned-clocks = <&clkc CLKID_MPLL2>,
  217. <&clkc CLKID_MPLL0>,
  218. <&clkc CLKID_MPLL1>;
  219. assigned-clock-parents = <0>, <0>, <0>;
  220. assigned-clock-rates = <294912000>,
  221. <270950400>,
  222. <393216000>;
  223. status = "okay";
  224. dai-link-0 {
  225. sound-dai = <&frddr_a>;
  226. };
  227. dai-link-1 {
  228. sound-dai = <&frddr_b>;
  229. };
  230. dai-link-2 {
  231. sound-dai = <&frddr_c>;
  232. };
  233. dai-link-3 {
  234. sound-dai = <&toddr_a>;
  235. };
  236. dai-link-4 {
  237. sound-dai = <&toddr_b>;
  238. };
  239. dai-link-5 {
  240. sound-dai = <&toddr_c>;
  241. };
  242. /* 8ch hdmi interface */
  243. dai-link-6 {
  244. sound-dai = <&tdmif_b>;
  245. dai-format = "i2s";
  246. dai-tdm-slot-tx-mask-0 = <1 1>;
  247. dai-tdm-slot-tx-mask-1 = <1 1>;
  248. dai-tdm-slot-tx-mask-2 = <1 1>;
  249. dai-tdm-slot-tx-mask-3 = <1 1>;
  250. mclk-fs = <256>;
  251. codec-0 {
  252. sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>;
  253. };
  254. codec-1 {
  255. sound-dai = <&toacodec TOACODEC_IN_B>;
  256. };
  257. };
  258. /* i2s jack output interface */
  259. dai-link-7 {
  260. sound-dai = <&tdmif_c>;
  261. dai-format = "i2s";
  262. dai-tdm-slot-tx-mask-0 = <1 1>;
  263. mclk-fs = <256>;
  264. codec-0 {
  265. sound-dai = <&tohdmitx TOHDMITX_I2S_IN_C>;
  266. };
  267. codec-1 {
  268. sound-dai = <&toacodec TOACODEC_IN_C>;
  269. };
  270. };
  271. /* hdmi glue */
  272. dai-link-8 {
  273. sound-dai = <&tohdmitx TOHDMITX_I2S_OUT>;
  274. codec {
  275. sound-dai = <&hdmi_tx>;
  276. };
  277. };
  278. /* acodec glue */
  279. dai-link-9 {
  280. sound-dai = <&toacodec TOACODEC_OUT>;
  281. codec {
  282. sound-dai = <&acodec>;
  283. };
  284. };
  285. };
  286. };
  287. &acodec {
  288. AVDD-supply = <&vddao_1v8>;
  289. status = "okay";
  290. };
  291. &arb {
  292. status = "okay";
  293. };
  294. &cec_AO {
  295. pinctrl-0 = <&cec_ao_a_h_pins>;
  296. pinctrl-names = "default";
  297. status = "disabled";
  298. hdmi-phandle = <&hdmi_tx>;
  299. };
  300. &cecb_AO {
  301. pinctrl-0 = <&cec_ao_b_h_pins>;
  302. pinctrl-names = "default";
  303. status = "okay";
  304. hdmi-phandle = <&hdmi_tx>;
  305. };
  306. &clkc_audio {
  307. status = "okay";
  308. };
  309. &cpu0 {
  310. cpu-supply = <&vddcpu_b>;
  311. operating-points-v2 = <&cpu_opp_table_0>;
  312. clocks = <&clkc CLKID_CPU_CLK>;
  313. clock-latency = <50000>;
  314. };
  315. &cpu1 {
  316. cpu-supply = <&vddcpu_b>;
  317. operating-points-v2 = <&cpu_opp_table_0>;
  318. clocks = <&clkc CLKID_CPU_CLK>;
  319. clock-latency = <50000>;
  320. };
  321. &cpu100 {
  322. cpu-supply = <&vddcpu_a>;
  323. operating-points-v2 = <&cpub_opp_table_1>;
  324. clocks = <&clkc CLKID_CPUB_CLK>;
  325. clock-latency = <50000>;
  326. };
  327. &cpu101 {
  328. cpu-supply = <&vddcpu_a>;
  329. operating-points-v2 = <&cpub_opp_table_1>;
  330. clocks = <&clkc CLKID_CPUB_CLK>;
  331. clock-latency = <50000>;
  332. };
  333. &cpu102 {
  334. cpu-supply = <&vddcpu_a>;
  335. operating-points-v2 = <&cpub_opp_table_1>;
  336. clocks = <&clkc CLKID_CPUB_CLK>;
  337. clock-latency = <50000>;
  338. };
  339. &cpu103 {
  340. cpu-supply = <&vddcpu_a>;
  341. operating-points-v2 = <&cpub_opp_table_1>;
  342. clocks = <&clkc CLKID_CPUB_CLK>;
  343. clock-latency = <50000>;
  344. };
  345. &ext_mdio {
  346. external_phy: ethernet-phy@0 {
  347. /* Realtek RTL8211F (0x001cc916) */
  348. reg = <0>;
  349. max-speed = <1000>;
  350. reset-assert-us = <10000>;
  351. reset-deassert-us = <80000>;
  352. reset-gpios = <&gpio GPIOZ_15 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>;
  353. interrupt-parent = <&gpio_intc>;
  354. /* MAC_INTR on GPIOZ_14 */
  355. interrupts = <26 IRQ_TYPE_LEVEL_LOW>;
  356. };
  357. };
  358. &ethmac {
  359. pinctrl-0 = <&eth_pins>, <&eth_rgmii_pins>;
  360. pinctrl-names = "default";
  361. status = "okay";
  362. phy-mode = "rgmii";
  363. phy-handle = <&external_phy>;
  364. amlogic,tx-delay-ns = <2>;
  365. };
  366. &frddr_a {
  367. status = "okay";
  368. };
  369. &frddr_b {
  370. status = "okay";
  371. };
  372. &frddr_c {
  373. status = "okay";
  374. };
  375. &gpio {
  376. gpio-line-names =
  377. /* GPIOZ */
  378. "", "", "", "", "", "", "", "",
  379. "", "", "", "", "", "", "", "",
  380. /* GPIOH */
  381. "", "", "", "", "", "", "", "",
  382. "",
  383. /* BOOT */
  384. "", "", "", "", "", "", "", "",
  385. "", "", "", "", "", "", "", "",
  386. /* GPIOC */
  387. "", "", "", "", "", "", "", "",
  388. /* GPIOA */
  389. "PIN_44", /* GPIOA_0 */
  390. "PIN_46", /* GPIOA_1 */
  391. "PIN_45", /* GPIOA_2 */
  392. "PIN_47", /* GPIOA_3 */
  393. "PIN_26", /* GPIOA_4 */
  394. "", "", "", "", "", "",
  395. "PIN_42", /* GPIOA_11 */
  396. "PIN_32", /* GPIOA_12 */
  397. "PIN_7", /* GPIOA_13 */
  398. "PIN_27", /* GPIOA_14 */
  399. "PIN_28", /* GPIOA_15 */
  400. /* GPIOX */
  401. "PIN_16", /* GPIOX_0 */
  402. "PIN_18", /* GPIOX_1 */
  403. "PIN_22", /* GPIOX_2 */
  404. "PIN_11", /* GPIOX_3 */
  405. "PIN_13", /* GPIOX_4 */
  406. "PIN_33", /* GPIOX_5 */
  407. "PIN_35", /* GPIOX_6 */
  408. "PIN_15", /* GPIOX_7 */
  409. "PIN_19", /* GPIOX_8 */
  410. "PIN_21", /* GPIOX_9 */
  411. "PIN_24", /* GPIOX_10 */
  412. "PIN_23", /* GPIOX_11 */
  413. "PIN_8", /* GPIOX_12 */
  414. "PIN_10", /* GPIOX_13 */
  415. "PIN_29", /* GPIOX_14 */
  416. "PIN_31", /* GPIOX_15 */
  417. "PIN_12", /* GPIOX_16 */
  418. "PIN_3", /* GPIOX_17 */
  419. "PIN_5", /* GPIOX_18 */
  420. "PIN_36"; /* GPIOX_19 */
  421. /*
  422. * WARNING: The USB Hub on the Odroid-N2 needs a reset signal
  423. * to be turned high in order to be detected by the USB Controller
  424. * This signal should be handled by a USB specific power sequence
  425. * in order to reset the Hub when USB bus is powered down.
  426. */
  427. hog-0 {
  428. gpio-hog;
  429. gpios = <GPIOH_4 GPIO_ACTIVE_HIGH>;
  430. output-high;
  431. line-name = "usb-hub-reset";
  432. };
  433. };
  434. &hdmi_tx {
  435. status = "okay";
  436. pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>;
  437. pinctrl-names = "default";
  438. hdmi-supply = <&vcc_5v>;
  439. };
  440. &hdmi_tx_tmds_port {
  441. hdmi_tx_tmds_out: endpoint {
  442. remote-endpoint = <&hdmi_connector_in>;
  443. };
  444. };
  445. &ir {
  446. status = "okay";
  447. pinctrl-0 = <&remote_input_ao_pins>;
  448. pinctrl-names = "default";
  449. linux,rc-map-name = "rc-odroid";
  450. };
  451. &i2c3 {
  452. status = "okay";
  453. pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3_sck_a_pins>;
  454. pinctrl-names = "default";
  455. rtc: rtc@51 {
  456. compatible = "nxp,pcf8563";
  457. reg = <0x51>;
  458. wakeup-source;
  459. };
  460. };
  461. &pwm_ab {
  462. pinctrl-0 = <&pwm_a_e_pins>;
  463. pinctrl-names = "default";
  464. clocks = <&xtal>;
  465. clock-names = "clkin0";
  466. status = "okay";
  467. };
  468. &pwm_AO_cd {
  469. pinctrl-0 = <&pwm_ao_d_e_pins>;
  470. pinctrl-names = "default";
  471. clocks = <&xtal>;
  472. clock-names = "clkin1";
  473. status = "okay";
  474. };
  475. &saradc {
  476. status = "okay";
  477. vref-supply = <&vddao_1v8>;
  478. };
  479. /* SD card */
  480. &sd_emmc_b {
  481. status = "okay";
  482. pinctrl-0 = <&sdcard_c_pins>;
  483. pinctrl-1 = <&sdcard_clk_gate_c_pins>;
  484. pinctrl-names = "default", "clk-gate";
  485. bus-width = <4>;
  486. cap-sd-highspeed;
  487. max-frequency = <50000000>;
  488. disable-wp;
  489. cd-gpios = <&gpio GPIOC_6 GPIO_ACTIVE_LOW>;
  490. vmmc-supply = <&tflash_vdd>;
  491. vqmmc-supply = <&tf_io>;
  492. };
  493. /* eMMC */
  494. &sd_emmc_c {
  495. status = "okay";
  496. pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_8b_pins>, <&emmc_ds_pins>;
  497. pinctrl-1 = <&emmc_clk_gate_pins>;
  498. pinctrl-names = "default", "clk-gate";
  499. bus-width = <8>;
  500. cap-mmc-highspeed;
  501. mmc-ddr-1_8v;
  502. mmc-hs200-1_8v;
  503. max-frequency = <200000000>;
  504. disable-wp;
  505. mmc-pwrseq = <&emmc_pwrseq>;
  506. vmmc-supply = <&vcc_3v3>;
  507. vqmmc-supply = <&flash_1v8>;
  508. };
  509. /*
  510. * EMMC_D4, EMMC_D5, EMMC_D6 and EMMC_D7 pins are shared between SPI NOR pins
  511. * and eMMC Data 4 to 7 pins.
  512. * Replace emmc_data_8b_pins to emmc_data_4b_pins from sd_emmc_c pinctrl-0,
  513. * and change bus-width to 4 then spifc can be enabled.
  514. * The SW1 slide should also be set to the correct position.
  515. */
  516. &spifc {
  517. status = "disabled";
  518. pinctrl-0 = <&nor_pins>;
  519. pinctrl-names = "default";
  520. mx25u64: flash@0 {
  521. #address-cells = <1>;
  522. #size-cells = <1>;
  523. compatible = "mxicy,mx25u6435f", "jedec,spi-nor";
  524. reg = <0>;
  525. spi-max-frequency = <104000000>;
  526. };
  527. };
  528. &tdmif_b {
  529. status = "okay";
  530. };
  531. &tdmif_c {
  532. status = "okay";
  533. };
  534. &tdmin_a {
  535. status = "okay";
  536. };
  537. &tdmin_b {
  538. status = "okay";
  539. };
  540. &tdmin_c {
  541. status = "okay";
  542. };
  543. &tdmin_lb {
  544. status = "okay";
  545. };
  546. &tdmout_b {
  547. status = "okay";
  548. };
  549. &tdmout_c {
  550. status = "okay";
  551. };
  552. &toacodec {
  553. status = "okay";
  554. };
  555. &tohdmitx {
  556. status = "okay";
  557. };
  558. &toddr_a {
  559. status = "okay";
  560. };
  561. &toddr_b {
  562. status = "okay";
  563. };
  564. &toddr_c {
  565. status = "okay";
  566. };
  567. &uart_AO {
  568. status = "okay";
  569. pinctrl-0 = <&uart_ao_a_pins>;
  570. pinctrl-names = "default";
  571. };
  572. &usb {
  573. status = "okay";
  574. vbus-supply = <&usb_pwr_en>;
  575. };
  576. &usb2_phy0 {
  577. phy-supply = <&vcc_5v>;
  578. };
  579. &usb2_phy1 {
  580. /* Enable the hub which is connected to this port */
  581. phy-supply = <&hub_5v>;
  582. };