Deleted Added
full compact
11a12,13
> #include <dt-bindings/clk/ti-dra7-atl.h>
> #include <dt-bindings/input/input.h>
22c24
< mmc2_3v3: fixedregulator-mmc2 {
---
> evm_3v3_sd: fixedregulator-sd {
24c26
< regulator-name = "mmc2_3v3";
---
> regulator-name = "evm_3v3_sd";
26a29,30
> enable-active-high;
> gpio = <&pcf_gpio_21 5 GPIO_ACTIVE_HIGH>;
28a33,48
> evm_3v3_sw: fixedregulator-evm_3v3_sw {
> compatible = "regulator-fixed";
> regulator-name = "evm_3v3_sw";
> regulator-min-microvolt = <3300000>;
> regulator-max-microvolt = <3300000>;
> };
>
> aic_dvdd: fixedregulator-aic_dvdd {
> /* TPS77018DBVT */
> compatible = "regulator-fixed";
> regulator-name = "aic_dvdd";
> vin-supply = <&evm_3v3_sw>;
> regulator-min-microvolt = <1800000>;
> regulator-max-microvolt = <1800000>;
> };
>
48a69,148
>
> sound0: sound@0 {
> compatible = "simple-audio-card";
> simple-audio-card,name = "DRA7xx-EVM";
> simple-audio-card,widgets =
> "Headphone", "Headphone Jack",
> "Line", "Line Out",
> "Microphone", "Mic Jack",
> "Line", "Line In";
> simple-audio-card,routing =
> "Headphone Jack", "HPLOUT",
> "Headphone Jack", "HPROUT",
> "Line Out", "LLOUT",
> "Line Out", "RLOUT",
> "MIC3L", "Mic Jack",
> "MIC3R", "Mic Jack",
> "Mic Jack", "Mic Bias",
> "LINE1L", "Line In",
> "LINE1R", "Line In";
> simple-audio-card,format = "dsp_b";
> simple-audio-card,bitclock-master = <&sound0_master>;
> simple-audio-card,frame-master = <&sound0_master>;
> simple-audio-card,bitclock-inversion;
>
> sound0_master: simple-audio-card,cpu {
> sound-dai = <&mcasp3>;
> system-clock-frequency = <5644800>;
> };
>
> simple-audio-card,codec {
> sound-dai = <&tlv320aic3106>;
> clocks = <&atl_clkin2_ck>;
> };
> };
>
> leds {
> compatible = "gpio-leds";
> led@0 {
> label = "dra7:usr1";
> gpios = <&pcf_lcd 4 GPIO_ACTIVE_LOW>;
> default-state = "off";
> };
>
> led@1 {
> label = "dra7:usr2";
> gpios = <&pcf_lcd 5 GPIO_ACTIVE_LOW>;
> default-state = "off";
> };
>
> led@2 {
> label = "dra7:usr3";
> gpios = <&pcf_lcd 6 GPIO_ACTIVE_LOW>;
> default-state = "off";
> };
>
> led@3 {
> label = "dra7:usr4";
> gpios = <&pcf_lcd 7 GPIO_ACTIVE_LOW>;
> default-state = "off";
> };
> };
>
> gpio_keys {
> compatible = "gpio-keys";
> #address-cells = <1>;
> #size-cells = <0>;
> autorepeat;
>
> USER1 {
> label = "btnUser1";
> linux,code = <BTN_0>;
> gpios = <&pcf_lcd 2 GPIO_ACTIVE_LOW>;
> };
>
> USER2 {
> label = "btnUser2";
> linux,code = <BTN_1>;
> gpios = <&pcf_lcd 3 GPIO_ACTIVE_LOW>;
> };
> };
57c157
< 0x3b4 (PIN_OUTPUT | MUX_MODE14) /* spi1_cs1.gpio7_11 */
---
> DRA7XX_CORE_IOPAD(0x37b4, PIN_OUTPUT | MUX_MODE14) /* spi1_cs1.gpio7_11 */
63,64c163,164
< 0x400 (PIN_INPUT | MUX_MODE0) /* i2c1_sda */
< 0x404 (PIN_INPUT | MUX_MODE0) /* i2c1_scl */
---
> DRA7XX_CORE_IOPAD(0x3800, PIN_INPUT | MUX_MODE0) /* i2c1_sda */
> DRA7XX_CORE_IOPAD(0x3804, PIN_INPUT | MUX_MODE0) /* i2c1_scl */
70,71c170,171
< 0x408 (PIN_INPUT | MUX_MODE0) /* i2c2_sda */
< 0x40c (PIN_INPUT | MUX_MODE0) /* i2c2_scl */
---
> DRA7XX_CORE_IOPAD(0x3808, PIN_INPUT | MUX_MODE0) /* i2c2_sda */
> DRA7XX_CORE_IOPAD(0x380c, PIN_INPUT | MUX_MODE0) /* i2c2_scl */
77,78c177,178
< 0x288 (PIN_INPUT | MUX_MODE9) /* gpio6_14.i2c3_sda */
< 0x28c (PIN_INPUT | MUX_MODE9) /* gpio6_15.i2c3_scl */
---
> DRA7XX_CORE_IOPAD(0x3688, PIN_INPUT | MUX_MODE9) /* gpio6_14.i2c3_sda */
> DRA7XX_CORE_IOPAD(0x368c, PIN_INPUT | MUX_MODE9) /* gpio6_15.i2c3_scl */
84,89c184,189
< 0x3a4 (PIN_INPUT | MUX_MODE0) /* spi1_sclk */
< 0x3a8 (PIN_INPUT | MUX_MODE0) /* spi1_d1 */
< 0x3ac (PIN_INPUT | MUX_MODE0) /* spi1_d0 */
< 0x3b0 (PIN_INPUT_SLEW | MUX_MODE0) /* spi1_cs0 */
< 0x3b8 (PIN_INPUT_SLEW | MUX_MODE6) /* spi1_cs2.hdmi1_hpd */
< 0x3bc (PIN_INPUT_SLEW | MUX_MODE6) /* spi1_cs3.hdmi1_cec */
---
> DRA7XX_CORE_IOPAD(0x37a4, PIN_INPUT | MUX_MODE0) /* spi1_sclk */
> DRA7XX_CORE_IOPAD(0x37a8, PIN_INPUT | MUX_MODE0) /* spi1_d1 */
> DRA7XX_CORE_IOPAD(0x37ac, PIN_INPUT | MUX_MODE0) /* spi1_d0 */
> DRA7XX_CORE_IOPAD(0x37b0, PIN_INPUT_SLEW | MUX_MODE0) /* spi1_cs0 */
> DRA7XX_CORE_IOPAD(0x37b8, PIN_INPUT_SLEW | MUX_MODE6) /* spi1_cs2.hdmi1_hpd */
> DRA7XX_CORE_IOPAD(0x37bc, PIN_INPUT_SLEW | MUX_MODE6) /* spi1_cs3.hdmi1_cec */
95,98c195,198
< 0x3c0 (PIN_INPUT | MUX_MODE0) /* spi2_sclk */
< 0x3c4 (PIN_INPUT_SLEW | MUX_MODE0) /* spi2_d1 */
< 0x3c8 (PIN_INPUT_SLEW | MUX_MODE0) /* spi2_d1 */
< 0x3cc (PIN_INPUT_SLEW | MUX_MODE0) /* spi2_cs0 */
---
> DRA7XX_CORE_IOPAD(0x37c0, PIN_INPUT | MUX_MODE0) /* spi2_sclk */
> DRA7XX_CORE_IOPAD(0x37c4, PIN_INPUT_SLEW | MUX_MODE0) /* spi2_d1 */
> DRA7XX_CORE_IOPAD(0x37c8, PIN_INPUT_SLEW | MUX_MODE0) /* spi2_d1 */
> DRA7XX_CORE_IOPAD(0x37cc, PIN_INPUT_SLEW | MUX_MODE0) /* spi2_cs0 */
104,107c204,207
< 0x3e0 (PIN_INPUT_SLEW | MUX_MODE0) /* uart1_rxd */
< 0x3e4 (PIN_INPUT_SLEW | MUX_MODE0) /* uart1_txd */
< 0x3e8 (PIN_INPUT | MUX_MODE3) /* uart1_ctsn */
< 0x3ec (PIN_INPUT | MUX_MODE3) /* uart1_rtsn */
---
> DRA7XX_CORE_IOPAD(0x37e0, PIN_INPUT_SLEW | MUX_MODE0) /* uart1_rxd */
> DRA7XX_CORE_IOPAD(0x37e4, PIN_INPUT_SLEW | MUX_MODE0) /* uart1_txd */
> DRA7XX_CORE_IOPAD(0x37e8, PIN_INPUT | MUX_MODE3) /* uart1_ctsn */
> DRA7XX_CORE_IOPAD(0x37ec, PIN_INPUT | MUX_MODE3) /* uart1_rtsn */
113,116c213,216
< 0x3f0 (PIN_INPUT | MUX_MODE0) /* uart2_rxd */
< 0x3f4 (PIN_INPUT | MUX_MODE0) /* uart2_txd */
< 0x3f8 (PIN_INPUT | MUX_MODE0) /* uart2_ctsn */
< 0x3fc (PIN_INPUT | MUX_MODE0) /* uart2_rtsn */
---
> DRA7XX_CORE_IOPAD(0x37f0, PIN_INPUT | MUX_MODE0) /* uart2_rxd */
> DRA7XX_CORE_IOPAD(0x37f4, PIN_INPUT | MUX_MODE0) /* uart2_txd */
> DRA7XX_CORE_IOPAD(0x37f8, PIN_INPUT | MUX_MODE0) /* uart2_ctsn */
> DRA7XX_CORE_IOPAD(0x37fc, PIN_INPUT | MUX_MODE0) /* uart2_rtsn */
122,123c222,223
< 0x248 (PIN_INPUT_SLEW | MUX_MODE0) /* uart3_rxd */
< 0x24c (PIN_INPUT_SLEW | MUX_MODE0) /* uart3_txd */
---
> DRA7XX_CORE_IOPAD(0x3648, PIN_INPUT_SLEW | MUX_MODE0) /* uart3_rxd */
> DRA7XX_CORE_IOPAD(0x364c, PIN_INPUT_SLEW | MUX_MODE0) /* uart3_txd */
129,138c229,238
< 0x4c (PIN_INPUT | MUX_MODE1) /* gpmc_a3.qspi1_cs2 */
< 0x50 (PIN_INPUT | MUX_MODE1) /* gpmc_a4.qspi1_cs3 */
< 0x74 (PIN_INPUT | MUX_MODE1) /* gpmc_a13.qspi1_rtclk */
< 0x78 (PIN_INPUT | MUX_MODE1) /* gpmc_a14.qspi1_d3 */
< 0x7c (PIN_INPUT | MUX_MODE1) /* gpmc_a15.qspi1_d2 */
< 0x80 (PIN_INPUT | MUX_MODE1) /* gpmc_a16.qspi1_d1 */
< 0x84 (PIN_INPUT | MUX_MODE1) /* gpmc_a17.qspi1_d0 */
< 0x88 (PIN_INPUT | MUX_MODE1) /* qpmc_a18.qspi1_sclk */
< 0xb8 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs2.qspi1_cs0 */
< 0xbc (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs3.qspi1_cs1 */
---
> DRA7XX_CORE_IOPAD(0x344c, PIN_INPUT | MUX_MODE1) /* gpmc_a3.qspi1_cs2 */
> DRA7XX_CORE_IOPAD(0x3450, PIN_INPUT | MUX_MODE1) /* gpmc_a4.qspi1_cs3 */
> DRA7XX_CORE_IOPAD(0x3474, PIN_INPUT | MUX_MODE1) /* gpmc_a13.qspi1_rtclk */
> DRA7XX_CORE_IOPAD(0x3478, PIN_INPUT | MUX_MODE1) /* gpmc_a14.qspi1_d3 */
> DRA7XX_CORE_IOPAD(0x347c, PIN_INPUT | MUX_MODE1) /* gpmc_a15.qspi1_d2 */
> DRA7XX_CORE_IOPAD(0x3480, PIN_INPUT | MUX_MODE1) /* gpmc_a16.qspi1_d1 */
> DRA7XX_CORE_IOPAD(0x3484, PIN_INPUT | MUX_MODE1) /* gpmc_a17.qspi1_d0 */
> DRA7XX_CORE_IOPAD(0x3488, PIN_INPUT | MUX_MODE1) /* qpmc_a18.qspi1_sclk */
> DRA7XX_CORE_IOPAD(0x34b8, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs2.qspi1_cs0 */
> DRA7XX_CORE_IOPAD(0x34bc, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs3.qspi1_cs1 */
144c244
< 0x280 (PIN_INPUT_SLEW | MUX_MODE0) /* usb1_drvvbus */
---
> DRA7XX_CORE_IOPAD(0x3680, PIN_INPUT_SLEW | MUX_MODE0) /* usb1_drvvbus */
150c250
< 0x284 (PIN_INPUT_SLEW | MUX_MODE0) /* usb2_drvvbus */
---
> DRA7XX_CORE_IOPAD(0x3684, PIN_INPUT_SLEW | MUX_MODE0) /* usb2_drvvbus */
160,181c260,281
< 0x0 (PIN_INPUT | MUX_MODE0) /* gpmc_ad0 */
< 0x4 (PIN_INPUT | MUX_MODE0) /* gpmc_ad1 */
< 0x8 (PIN_INPUT | MUX_MODE0) /* gpmc_ad2 */
< 0xc (PIN_INPUT | MUX_MODE0) /* gpmc_ad3 */
< 0x10 (PIN_INPUT | MUX_MODE0) /* gpmc_ad4 */
< 0x14 (PIN_INPUT | MUX_MODE0) /* gpmc_ad5 */
< 0x18 (PIN_INPUT | MUX_MODE0) /* gpmc_ad6 */
< 0x1c (PIN_INPUT | MUX_MODE0) /* gpmc_ad7 */
< 0x20 (PIN_INPUT | MUX_MODE0) /* gpmc_ad8 */
< 0x24 (PIN_INPUT | MUX_MODE0) /* gpmc_ad9 */
< 0x28 (PIN_INPUT | MUX_MODE0) /* gpmc_ad10 */
< 0x2c (PIN_INPUT | MUX_MODE0) /* gpmc_ad11 */
< 0x30 (PIN_INPUT | MUX_MODE0) /* gpmc_ad12 */
< 0x34 (PIN_INPUT | MUX_MODE0) /* gpmc_ad13 */
< 0x38 (PIN_INPUT | MUX_MODE0) /* gpmc_ad14 */
< 0x3c (PIN_INPUT | MUX_MODE0) /* gpmc_ad15 */
< 0xd8 (PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_wait0 */
< 0xcc (PIN_OUTPUT | MUX_MODE0) /* gpmc_wen */
< 0xb4 (PIN_OUTPUT_PULLUP | MUX_MODE0) /* gpmc_csn0 */
< 0xc4 (PIN_OUTPUT | MUX_MODE0) /* gpmc_advn_ale */
< 0xc8 (PIN_OUTPUT | MUX_MODE0) /* gpmc_oen_ren */
< 0xd0 (PIN_OUTPUT | MUX_MODE0) /* gpmc_be0n_cle */
---
> DRA7XX_CORE_IOPAD(0x3400, PIN_INPUT | MUX_MODE0) /* gpmc_ad0 */
> DRA7XX_CORE_IOPAD(0x3404, PIN_INPUT | MUX_MODE0) /* gpmc_ad1 */
> DRA7XX_CORE_IOPAD(0x3408, PIN_INPUT | MUX_MODE0) /* gpmc_ad2 */
> DRA7XX_CORE_IOPAD(0x340c, PIN_INPUT | MUX_MODE0) /* gpmc_ad3 */
> DRA7XX_CORE_IOPAD(0x3410, PIN_INPUT | MUX_MODE0) /* gpmc_ad4 */
> DRA7XX_CORE_IOPAD(0x3414, PIN_INPUT | MUX_MODE0) /* gpmc_ad5 */
> DRA7XX_CORE_IOPAD(0x3418, PIN_INPUT | MUX_MODE0) /* gpmc_ad6 */
> DRA7XX_CORE_IOPAD(0x341c, PIN_INPUT | MUX_MODE0) /* gpmc_ad7 */
> DRA7XX_CORE_IOPAD(0x3420, PIN_INPUT | MUX_MODE0) /* gpmc_ad8 */
> DRA7XX_CORE_IOPAD(0x3424, PIN_INPUT | MUX_MODE0) /* gpmc_ad9 */
> DRA7XX_CORE_IOPAD(0x3428, PIN_INPUT | MUX_MODE0) /* gpmc_ad10 */
> DRA7XX_CORE_IOPAD(0x342c, PIN_INPUT | MUX_MODE0) /* gpmc_ad11 */
> DRA7XX_CORE_IOPAD(0x3430, PIN_INPUT | MUX_MODE0) /* gpmc_ad12 */
> DRA7XX_CORE_IOPAD(0x3434, PIN_INPUT | MUX_MODE0) /* gpmc_ad13 */
> DRA7XX_CORE_IOPAD(0x3438, PIN_INPUT | MUX_MODE0) /* gpmc_ad14 */
> DRA7XX_CORE_IOPAD(0x343c, PIN_INPUT | MUX_MODE0) /* gpmc_ad15 */
> DRA7XX_CORE_IOPAD(0x34d8, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_wait0 */
> DRA7XX_CORE_IOPAD(0x34cc, PIN_OUTPUT | MUX_MODE0) /* gpmc_wen */
> DRA7XX_CORE_IOPAD(0x34b4, PIN_OUTPUT_PULLUP | MUX_MODE0) /* gpmc_csn0 */
> DRA7XX_CORE_IOPAD(0x34c4, PIN_OUTPUT | MUX_MODE0) /* gpmc_advn_ale */
> DRA7XX_CORE_IOPAD(0x34c8, PIN_OUTPUT | MUX_MODE0) /* gpmc_oen_ren */
> DRA7XX_CORE_IOPAD(0x34d0, PIN_OUTPUT | MUX_MODE0) /* gpmc_be0n_cle */
188,199c288,299
< 0x250 (PIN_OUTPUT | MUX_MODE0) /* rgmii0_txc.rgmii0_txc */
< 0x254 (PIN_OUTPUT | MUX_MODE0) /* rgmii0_txctl.rgmii0_txctl */
< 0x258 (PIN_OUTPUT | MUX_MODE0) /* rgmii0_td3.rgmii0_txd3 */
< 0x25c (PIN_OUTPUT | MUX_MODE0) /* rgmii0_txd2.rgmii0_txd2 */
< 0x260 (PIN_OUTPUT | MUX_MODE0) /* rgmii0_txd1.rgmii0_txd1 */
< 0x264 (PIN_OUTPUT | MUX_MODE0) /* rgmii0_txd0.rgmii0_txd0 */
< 0x268 (PIN_INPUT | MUX_MODE0) /* rgmii0_rxc.rgmii0_rxc */
< 0x26c (PIN_INPUT | MUX_MODE0) /* rgmii0_rxctl.rgmii0_rxctl */
< 0x270 (PIN_INPUT | MUX_MODE0) /* rgmii0_rxd3.rgmii0_rxd3 */
< 0x274 (PIN_INPUT | MUX_MODE0) /* rgmii0_rxd2.rgmii0_rxd2 */
< 0x278 (PIN_INPUT | MUX_MODE0) /* rgmii0_rxd1.rgmii0_rxd1 */
< 0x27c (PIN_INPUT | MUX_MODE0) /* rgmii0_rxd0.rgmii0_rxd0 */
---
> DRA7XX_CORE_IOPAD(0x3650, PIN_OUTPUT | MUX_MODE0) /* rgmii0_txc.rgmii0_txc */
> DRA7XX_CORE_IOPAD(0x3654, PIN_OUTPUT | MUX_MODE0) /* rgmii0_txctl.rgmii0_txctl */
> DRA7XX_CORE_IOPAD(0x3658, PIN_OUTPUT | MUX_MODE0) /* rgmii0_td3.rgmii0_txd3 */
> DRA7XX_CORE_IOPAD(0x365c, PIN_OUTPUT | MUX_MODE0) /* rgmii0_txd2.rgmii0_txd2 */
> DRA7XX_CORE_IOPAD(0x3660, PIN_OUTPUT | MUX_MODE0) /* rgmii0_txd1.rgmii0_txd1 */
> DRA7XX_CORE_IOPAD(0x3664, PIN_OUTPUT | MUX_MODE0) /* rgmii0_txd0.rgmii0_txd0 */
> DRA7XX_CORE_IOPAD(0x3668, PIN_INPUT | MUX_MODE0) /* rgmii0_rxc.rgmii0_rxc */
> DRA7XX_CORE_IOPAD(0x366c, PIN_INPUT | MUX_MODE0) /* rgmii0_rxctl.rgmii0_rxctl */
> DRA7XX_CORE_IOPAD(0x3670, PIN_INPUT | MUX_MODE0) /* rgmii0_rxd3.rgmii0_rxd3 */
> DRA7XX_CORE_IOPAD(0x3674, PIN_INPUT | MUX_MODE0) /* rgmii0_rxd2.rgmii0_rxd2 */
> DRA7XX_CORE_IOPAD(0x3678, PIN_INPUT | MUX_MODE0) /* rgmii0_rxd1.rgmii0_rxd1 */
> DRA7XX_CORE_IOPAD(0x367c, PIN_INPUT | MUX_MODE0) /* rgmii0_rxd0.rgmii0_rxd0 */
202,213c302,313
< 0x198 (PIN_OUTPUT | MUX_MODE3) /* vin2a_d12.rgmii1_txc */
< 0x19c (PIN_OUTPUT | MUX_MODE3) /* vin2a_d13.rgmii1_tctl */
< 0x1a0 (PIN_OUTPUT | MUX_MODE3) /* vin2a_d14.rgmii1_td3 */
< 0x1a4 (PIN_OUTPUT | MUX_MODE3) /* vin2a_d15.rgmii1_td2 */
< 0x1a8 (PIN_OUTPUT | MUX_MODE3) /* vin2a_d16.rgmii1_td1 */
< 0x1ac (PIN_OUTPUT | MUX_MODE3) /* vin2a_d17.rgmii1_td0 */
< 0x1b0 (PIN_INPUT | MUX_MODE3) /* vin2a_d18.rgmii1_rclk */
< 0x1b4 (PIN_INPUT | MUX_MODE3) /* vin2a_d19.rgmii1_rctl */
< 0x1b8 (PIN_INPUT | MUX_MODE3) /* vin2a_d20.rgmii1_rd3 */
< 0x1bc (PIN_INPUT | MUX_MODE3) /* vin2a_d21.rgmii1_rd2 */
< 0x1c0 (PIN_INPUT | MUX_MODE3) /* vin2a_d22.rgmii1_rd1 */
< 0x1c4 (PIN_INPUT | MUX_MODE3) /* vin2a_d23.rgmii1_rd0 */
---
> DRA7XX_CORE_IOPAD(0x3598, PIN_OUTPUT | MUX_MODE3) /* vin2a_d12.rgmii1_txc */
> DRA7XX_CORE_IOPAD(0x359c, PIN_OUTPUT | MUX_MODE3) /* vin2a_d13.rgmii1_tctl */
> DRA7XX_CORE_IOPAD(0x35a0, PIN_OUTPUT | MUX_MODE3) /* vin2a_d14.rgmii1_td3 */
> DRA7XX_CORE_IOPAD(0x35a4, PIN_OUTPUT | MUX_MODE3) /* vin2a_d15.rgmii1_td2 */
> DRA7XX_CORE_IOPAD(0x35a8, PIN_OUTPUT | MUX_MODE3) /* vin2a_d16.rgmii1_td1 */
> DRA7XX_CORE_IOPAD(0x35ac, PIN_OUTPUT | MUX_MODE3) /* vin2a_d17.rgmii1_td0 */
> DRA7XX_CORE_IOPAD(0x35b0, PIN_INPUT | MUX_MODE3) /* vin2a_d18.rgmii1_rclk */
> DRA7XX_CORE_IOPAD(0x35b4, PIN_INPUT | MUX_MODE3) /* vin2a_d19.rgmii1_rctl */
> DRA7XX_CORE_IOPAD(0x35b8, PIN_INPUT | MUX_MODE3) /* vin2a_d20.rgmii1_rd3 */
> DRA7XX_CORE_IOPAD(0x35bc, PIN_INPUT | MUX_MODE3) /* vin2a_d21.rgmii1_rd2 */
> DRA7XX_CORE_IOPAD(0x35c0, PIN_INPUT | MUX_MODE3) /* vin2a_d22.rgmii1_rd1 */
> DRA7XX_CORE_IOPAD(0x35c4, PIN_INPUT | MUX_MODE3) /* vin2a_d23.rgmii1_rd0 */
221,232c321,332
< 0x250 (MUX_MODE15)
< 0x254 (MUX_MODE15)
< 0x258 (MUX_MODE15)
< 0x25c (MUX_MODE15)
< 0x260 (MUX_MODE15)
< 0x264 (MUX_MODE15)
< 0x268 (MUX_MODE15)
< 0x26c (MUX_MODE15)
< 0x270 (MUX_MODE15)
< 0x274 (MUX_MODE15)
< 0x278 (MUX_MODE15)
< 0x27c (MUX_MODE15)
---
> DRA7XX_CORE_IOPAD(0x3650, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3654, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3658, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x365c, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3660, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3664, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3668, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x366c, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3670, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3674, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3678, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x367c, MUX_MODE15)
235,246c335,346
< 0x198 (MUX_MODE15)
< 0x19c (MUX_MODE15)
< 0x1a0 (MUX_MODE15)
< 0x1a4 (MUX_MODE15)
< 0x1a8 (MUX_MODE15)
< 0x1ac (MUX_MODE15)
< 0x1b0 (MUX_MODE15)
< 0x1b4 (MUX_MODE15)
< 0x1b8 (MUX_MODE15)
< 0x1bc (MUX_MODE15)
< 0x1c0 (MUX_MODE15)
< 0x1c4 (MUX_MODE15)
---
> DRA7XX_CORE_IOPAD(0x3598, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x359c, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35a0, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35a4, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35a8, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35ac, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35b0, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35b4, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35b8, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35bc, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35c0, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x35c4, MUX_MODE15)
252,253c352,353
< 0x23c (PIN_OUTPUT_PULLUP | MUX_MODE0) /* mdio_d.mdio_d */
< 0x240 (PIN_INPUT_PULLUP | MUX_MODE0) /* mdio_clk.mdio_clk */
---
> DRA7XX_CORE_IOPAD(0x363c, PIN_OUTPUT_PULLUP | MUX_MODE0) /* mdio_d.mdio_d */
> DRA7XX_CORE_IOPAD(0x3640, PIN_INPUT_PULLUP | MUX_MODE0) /* mdio_clk.mdio_clk */
259,260c359,360
< 0x23c (MUX_MODE15)
< 0x240 (MUX_MODE15)
---
> DRA7XX_CORE_IOPAD(0x363c, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3640, MUX_MODE15)
266,268c366,367
< 0x3d0 (PIN_OUTPUT | MUX_MODE0) /* dcan1_tx */
< 0x3d4 (MUX_MODE15) /* dcan1_rx.off */
< 0x418 (PULL_DIS | MUX_MODE1) /* wakeup0.dcan1_rx */
---
> DRA7XX_CORE_IOPAD(0x37d0, PIN_OUTPUT_PULLUP | MUX_MODE0) /* dcan1_tx */
> DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */
274,276c373,374
< 0x3d0 (MUX_MODE15) /* dcan1_tx.off */
< 0x3d4 (MUX_MODE15) /* dcan1_rx.off */
< 0x418 (MUX_MODE15) /* wakeup0.off */
---
> DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */
> DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
278a377,401
>
> atl_pins: pinmux_atl_pins {
> pinctrl-single,pins = <
> DRA7XX_CORE_IOPAD(0x3698, PIN_OUTPUT | MUX_MODE5) /* xref_clk1.atl_clk1 */
> DRA7XX_CORE_IOPAD(0x369c, PIN_OUTPUT | MUX_MODE5) /* xref_clk2.atl_clk2 */
> >;
> };
>
> mcasp3_pins: pinmux_mcasp3_pins {
> pinctrl-single,pins = <
> DRA7XX_CORE_IOPAD(0x3724, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* mcasp3_aclkx */
> DRA7XX_CORE_IOPAD(0x3728, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* mcasp3_fsx */
> DRA7XX_CORE_IOPAD(0x372c, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* mcasp3_axr0 */
> DRA7XX_CORE_IOPAD(0x3730, PIN_INPUT_PULLDOWN | MUX_MODE0) /* mcasp3_axr1 */
> >;
> };
>
> mcasp3_sleep_pins: pinmux_mcasp3_sleep_pins {
> pinctrl-single,pins = <
> DRA7XX_CORE_IOPAD(0x3724, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3728, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x372c, MUX_MODE15)
> DRA7XX_CORE_IOPAD(0x3730, MUX_MODE15)
> >;
> };
353a477
> regulator-always-on;
382a507
> regulator-allow-bypass;
404a530,540
> pcf_lcd: gpio@20 {
> compatible = "nxp,pcf8575";
> reg = <0x20>;
> gpio-controller;
> #gpio-cells = <2>;
> interrupt-parent = <&gpio6>;
> interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
> interrupt-controller;
> #interrupt-cells = <2>;
> };
>
416a553,566
> tlv320aic3106: tlv320aic3106@19 {
> #sound-dai-cells = <0>;
> compatible = "ti,tlv320aic3106";
> reg = <0x19>;
> adc-settle-ms = <40>;
> ai3x-micbias-vg = <1>; /* 2.0V */
> status = "okay";
>
> /* Regulators */
> AVDD-supply = <&evm_3v3_sw>;
> IOVDD-supply = <&evm_3v3_sw>;
> DRVDD-supply = <&evm_3v3_sw>;
> DVDD-supply = <&aic_dvdd>;
> };
423a574,587
>
> pcf_hdmi: gpio@26 {
> compatible = "nxp,pcf8575";
> reg = <0x26>;
> gpio-controller;
> #gpio-cells = <2>;
> p1 {
> /* vin6_sel_s0: high: VIN6, low: audio */
> gpio-hog;
> gpios = <1 GPIO_ACTIVE_HIGH>;
> output-low;
> line-name = "vin6_sel_s0";
> };
> };
449c613
< interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
---
> interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
467c631,632
< vmmc-supply = <&ldo1_reg>;
---
> vmmc-supply = <&evm_3v3_sd>;
> vmmc_aux-supply = <&ldo1_reg>;
468a634,638
> /*
> * SDCD signal is not being used here - using the fact that GPIO mode
> * is always hardwired.
> */
> cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>;
473c643
< vmmc-supply = <&mmc2_3v3>;
---
> vmmc-supply = <&evm_3v3_sw>;
691,692c861,862
< pinctrl-names = "default", "sleep";
< pinctrl-0 = <&dcan1_pins_default>;
---
> pinctrl-names = "default", "sleep", "active";
> pinctrl-0 = <&dcan1_pins_sleep>;
693a864
> pinctrl-2 = <&dcan1_pins_default>;
694a866,924
>
> &atl {
> pinctrl-names = "default";
> pinctrl-0 = <&atl_pins>;
>
> assigned-clocks = <&abe_dpll_sys_clk_mux>,
> <&atl_gfclk_mux>,
> <&dpll_abe_ck>,
> <&dpll_abe_m2x2_ck>,
> <&atl_clkin2_ck>;
> assigned-clock-parents = <&sys_clkin2>, <&dpll_abe_m2_ck>;
> assigned-clock-rates = <0>, <0>, <180633600>, <361267200>, <5644800>;
>
> status = "okay";
>
> atl2 {
> bws = <DRA7_ATL_WS_MCASP2_FSX>;
> aws = <DRA7_ATL_WS_MCASP3_FSX>;
> };
> };
>
> &mcasp3 {
> #sound-dai-cells = <0>;
> pinctrl-names = "default", "sleep";
> pinctrl-0 = <&mcasp3_pins>;
> pinctrl-1 = <&mcasp3_sleep_pins>;
>
> assigned-clocks = <&mcasp3_ahclkx_mux>;
> assigned-clock-parents = <&atl_clkin2_ck>;
>
> status = "okay";
>
> op-mode = <0>; /* MCASP_IIS_MODE */
> tdm-slots = <2>;
> /* 4 serializer */
> serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
> 1 2 0 0
> >;
> };
>
> &mailbox5 {
> status = "okay";
> mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {
> status = "okay";
> };
> mbox_dsp1_ipc3x: mbox_dsp1_ipc3x {
> status = "okay";
> };
> };
>
> &mailbox6 {
> status = "okay";
> mbox_ipu2_ipc3x: mbox_ipu2_ipc3x {
> status = "okay";
> };
> mbox_dsp2_ipc3x: mbox_dsp2_ipc3x {
> status = "okay";
> };
> };