| /* |
| * Copyright (C) 2015 Freescale Semiconductor, Inc. |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| */ |
| |
| #include "imx6sx-sdb.dtsi" |
| |
| / { |
| model = "Freescale i.MX6 SoloX SDB RevB Board"; |
| |
| regulators { |
| /* Transceiver EN/STBY is active low on RevB board */ |
| reg_can_stby: regulator@10 { |
| gpio = <&gpio4 27 GPIO_ACTIVE_LOW>; |
| }; |
| }; |
| }; |
| |
| &cpu0 { |
| operating-points = < |
| /* kHz uV */ |
| 996000 1250000 |
| 792000 1175000 |
| 396000 1175000 |
| >; |
| fsl,soc-operating-points = < |
| /* ARM kHz SOC uV */ |
| 996000 1250000 |
| 792000 1175000 |
| 396000 1175000 |
| >; |
| |
| fsl,arm-soc-shared = <1>; |
| }; |
| |
| ®_arm { |
| vin-supply = <&sw1a_reg>; |
| regulator-allow-bypass; |
| }; |
| |
| ®_soc { |
| vin-supply = <&sw1a_reg>; |
| regulator-allow-bypass; |
| }; |
| |
| &qspi2 { |
| pinctrl-names = "default"; |
| pinctrl-0 = <&pinctrl_qspi2>; |
| status = "okay"; |
| |
| #ifndef SPANSIONFLASH |
| ddrsmp=<0>; |
| |
| flash0: n25q256a@0 { |
| #address-cells = <1>; |
| #size-cells = <1>; |
| compatible = "micron,n25q256a", "jedec,spi-nor"; |
| spi-max-frequency = <29000000>; |
| reg = <0>; |
| }; |
| |
| flash1: n25q256a@1 { |
| #address-cells = <1>; |
| #size-cells = <1>; |
| compatible = "micron,n25q256a", "jedec,spi-nor"; |
| spi-max-frequency = <29000000>; |
| reg = <1>; |
| }; |
| #endif |
| }; |
| |
| &usbphy1 { |
| fsl,tx-d-cal = <106>; |
| }; |
| |
| &usbphy2 { |
| fsl,tx-d-cal = <106>; |
| }; |