| .. | .. |
|---|
| 1 | | -/* |
|---|
| 2 | | - * Copyright (C) 2015 Freescale Semiconductor, Inc. |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation. |
|---|
| 7 | | - */ |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | +// |
|---|
| 3 | +// Copyright (C) 2015 Freescale Semiconductor, Inc. |
|---|
| 8 | 4 | |
|---|
| 9 | 5 | #include "imx6sx-sdb.dtsi" |
|---|
| 10 | 6 | |
|---|
| 11 | 7 | / { |
|---|
| 12 | 8 | model = "Freescale i.MX6 SoloX SDB RevA Board"; |
|---|
| 9 | + compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx"; |
|---|
| 13 | 10 | }; |
|---|
| 14 | 11 | |
|---|
| 15 | 12 | &i2c1 { |
|---|
| .. | .. |
|---|
| 126 | 123 | pinctrl-0 = <&pinctrl_qspi2>; |
|---|
| 127 | 124 | status = "okay"; |
|---|
| 128 | 125 | |
|---|
| 129 | | - flash0: s25fl128s@0 { |
|---|
| 126 | + flash0: flash@0 { |
|---|
| 130 | 127 | reg = <0>; |
|---|
| 131 | 128 | #address-cells = <1>; |
|---|
| 132 | 129 | #size-cells = <1>; |
|---|
| 133 | 130 | compatible = "spansion,s25fl128s", "jedec,spi-nor"; |
|---|
| 134 | 131 | spi-max-frequency = <66000000>; |
|---|
| 132 | + spi-rx-bus-width = <4>; |
|---|
| 133 | + spi-tx-bus-width = <4>; |
|---|
| 135 | 134 | }; |
|---|
| 136 | 135 | |
|---|
| 137 | | - flash1: s25fl128s@1 { |
|---|
| 138 | | - reg = <1>; |
|---|
| 136 | + flash1: flash@2 { |
|---|
| 137 | + reg = <2>; |
|---|
| 139 | 138 | #address-cells = <1>; |
|---|
| 140 | 139 | #size-cells = <1>; |
|---|
| 141 | 140 | compatible = "spansion,s25fl128s", "jedec,spi-nor"; |
|---|
| 142 | 141 | spi-max-frequency = <66000000>; |
|---|
| 142 | + spi-rx-bus-width = <4>; |
|---|
| 143 | + spi-tx-bus-width = <4>; |
|---|
| 143 | 144 | }; |
|---|
| 144 | 145 | }; |
|---|
| 146 | + |
|---|
| 147 | +®_can_en { |
|---|
| 148 | + /* Transceiver EN/STBY is active high on RevA board */ |
|---|
| 149 | + gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>; |
|---|
| 150 | + enable-active-high; |
|---|
| 151 | +}; |
|---|
| 152 | + |
|---|
| 153 | +®_can_stby { |
|---|
| 154 | + gpio = <&gpio4 27 GPIO_ACTIVE_HIGH>; |
|---|
| 155 | + enable-active-high; |
|---|
| 156 | + vin-supply = <®_can_en>; |
|---|
| 157 | +}; |
|---|
| 158 | + |
|---|
| 159 | +®_vdd1p1 { |
|---|
| 160 | + vin-supply = <&vgen6_reg>; |
|---|
| 161 | +}; |
|---|
| 162 | + |
|---|
| 163 | +®_vdd2p5 { |
|---|
| 164 | + vin-supply = <&vgen6_reg>; |
|---|
| 165 | +}; |
|---|
| 166 | + |
|---|
| 167 | +&snvs_pwrkey { |
|---|
| 168 | + status = "okay"; |
|---|
| 169 | +}; |
|---|