ARM: dts: am57xx: sync DT with latest Linux
Sync all am57xx based dts files with latest Linux Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
736a57e02f
commit
a0c0b97c6b
@ -140,6 +140,7 @@ dtb-$(CONFIG_ARCH_SOCFPGA) += \
|
|||||||
dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb \
|
dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb \
|
||||||
dra72-evm-revc.dtb dra71-evm.dtb
|
dra72-evm-revc.dtb dra71-evm.dtb
|
||||||
dtb-$(CONFIG_TARGET_AM57XX_EVM) += am57xx-beagle-x15.dtb \
|
dtb-$(CONFIG_TARGET_AM57XX_EVM) += am57xx-beagle-x15.dtb \
|
||||||
|
am57xx-beagle-x15-revb1.dtb \
|
||||||
am572x-idk.dtb
|
am572x-idk.dtb
|
||||||
dtb-$(CONFIG_TARGET_STV0991) += stv0991.dtb
|
dtb-$(CONFIG_TARGET_STV0991) += stv0991.dtb
|
||||||
|
|
||||||
|
@ -18,11 +18,7 @@
|
|||||||
compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74",
|
compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74",
|
||||||
"ti,dra7";
|
"ti,dra7";
|
||||||
|
|
||||||
chosen {
|
memory@0 {
|
||||||
stdout-path = &uart3;
|
|
||||||
};
|
|
||||||
|
|
||||||
memory {
|
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x80000000 0x0 0x80000000>;
|
reg = <0x0 0x80000000 0x0 0x80000000>;
|
||||||
};
|
};
|
||||||
|
600
arch/arm/dts/am57xx-beagle-x15-common.dtsi
Normal file
600
arch/arm/dts/am57xx-beagle-x15-common.dtsi
Normal file
@ -0,0 +1,600 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
|
||||||
|
*
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "dra74x.dtsi"
|
||||||
|
#include "am57xx-commercial-grade.dtsi"
|
||||||
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
|
|
||||||
|
/ {
|
||||||
|
compatible = "ti,am572x-beagle-x15", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
stdout-path = &uart3;
|
||||||
|
};
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
rtc0 = &mcp_rtc;
|
||||||
|
rtc1 = &tps659038_rtc;
|
||||||
|
rtc2 = &rtc;
|
||||||
|
display0 = &hdmi0;
|
||||||
|
};
|
||||||
|
|
||||||
|
memory@0 {
|
||||||
|
device_type = "memory";
|
||||||
|
reg = <0x0 0x80000000 0x0 0x80000000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
vdd_3v3: fixedregulator-vdd_3v3 {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "vdd_3v3";
|
||||||
|
vin-supply = <®en1>;
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
aic_dvdd: fixedregulator-aic_dvdd {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "aic_dvdd_fixed";
|
||||||
|
vin-supply = <&vdd_3v3>;
|
||||||
|
regulator-min-microvolt = <1800000>;
|
||||||
|
regulator-max-microvolt = <1800000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
vtt_fixed: fixedregulator-vtt {
|
||||||
|
/* TPS51200 */
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "vtt_fixed";
|
||||||
|
vin-supply = <&smps3_reg>;
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
enable-active-high;
|
||||||
|
gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
|
||||||
|
leds {
|
||||||
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
|
led0 {
|
||||||
|
label = "beagle-x15:usr0";
|
||||||
|
gpios = <&gpio7 9 GPIO_ACTIVE_HIGH>;
|
||||||
|
linux,default-trigger = "heartbeat";
|
||||||
|
default-state = "off";
|
||||||
|
};
|
||||||
|
|
||||||
|
led1 {
|
||||||
|
label = "beagle-x15:usr1";
|
||||||
|
gpios = <&gpio7 8 GPIO_ACTIVE_HIGH>;
|
||||||
|
linux,default-trigger = "cpu0";
|
||||||
|
default-state = "off";
|
||||||
|
};
|
||||||
|
|
||||||
|
led2 {
|
||||||
|
label = "beagle-x15:usr2";
|
||||||
|
gpios = <&gpio7 14 GPIO_ACTIVE_HIGH>;
|
||||||
|
linux,default-trigger = "mmc0";
|
||||||
|
default-state = "off";
|
||||||
|
};
|
||||||
|
|
||||||
|
led3 {
|
||||||
|
label = "beagle-x15:usr3";
|
||||||
|
gpios = <&gpio7 15 GPIO_ACTIVE_HIGH>;
|
||||||
|
linux,default-trigger = "disk-activity";
|
||||||
|
default-state = "off";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
gpio_fan: gpio_fan {
|
||||||
|
/* Based on 5v 500mA AFB02505HHB */
|
||||||
|
compatible = "gpio-fan";
|
||||||
|
gpios = <&tps659038_gpio 2 GPIO_ACTIVE_HIGH>;
|
||||||
|
gpio-fan,speed-map = <0 0>,
|
||||||
|
<13000 1>;
|
||||||
|
#cooling-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
|
hdmi0: connector {
|
||||||
|
compatible = "hdmi-connector";
|
||||||
|
label = "hdmi";
|
||||||
|
|
||||||
|
type = "a";
|
||||||
|
|
||||||
|
port {
|
||||||
|
hdmi_connector_in: endpoint {
|
||||||
|
remote-endpoint = <&tpd12s015_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
tpd12s015: encoder {
|
||||||
|
compatible = "ti,tpd12s015";
|
||||||
|
|
||||||
|
ports {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
port@0 {
|
||||||
|
reg = <0>;
|
||||||
|
|
||||||
|
tpd12s015_in: endpoint {
|
||||||
|
remote-endpoint = <&hdmi_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
port@1 {
|
||||||
|
reg = <1>;
|
||||||
|
|
||||||
|
tpd12s015_out: endpoint {
|
||||||
|
remote-endpoint = <&hdmi_connector_in>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sound0: sound0 {
|
||||||
|
compatible = "simple-audio-card";
|
||||||
|
simple-audio-card,name = "BeagleBoard-X15";
|
||||||
|
simple-audio-card,widgets =
|
||||||
|
"Line", "Line Out",
|
||||||
|
"Line", "Line In";
|
||||||
|
simple-audio-card,routing =
|
||||||
|
"Line Out", "LLOUT",
|
||||||
|
"Line Out", "RLOUT",
|
||||||
|
"MIC2L", "Line In",
|
||||||
|
"MIC2R", "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;
|
||||||
|
|
||||||
|
simple-audio-card,cpu {
|
||||||
|
sound-dai = <&mcasp3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
sound0_master: simple-audio-card,codec {
|
||||||
|
sound-dai = <&tlv320aic3104>;
|
||||||
|
clocks = <&clkout2_clk>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&dra7_pmx_core {
|
||||||
|
mmc1_pins_default: mmc1_pins_default {
|
||||||
|
pinctrl-single,pins = <
|
||||||
|
DRA7XX_CORE_IOPAD(0x376c, PIN_INPUT | MUX_MODE14) /* mmc1sdcd.gpio219 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x3754, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_clk.clk */
|
||||||
|
DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
|
||||||
|
DRA7XX_CORE_IOPAD(0x375c, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat0.dat0 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x3760, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat1.dat1 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x3764, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat2.dat2 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x3768, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat3.dat3 */
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
|
||||||
|
mmc2_pins_default: mmc2_pins_default {
|
||||||
|
pinctrl-single,pins = <
|
||||||
|
DRA7XX_CORE_IOPAD(0x349c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
|
||||||
|
DRA7XX_CORE_IOPAD(0x34b0, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
|
||||||
|
DRA7XX_CORE_IOPAD(0x34a0, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x34a4, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x34a8, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x34ac, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x348c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x3490, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x3494, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
|
||||||
|
DRA7XX_CORE_IOPAD(0x3498, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
&i2c1 {
|
||||||
|
status = "okay";
|
||||||
|
clock-frequency = <400000>;
|
||||||
|
|
||||||
|
tps659038: tps659038@58 {
|
||||||
|
compatible = "ti,tps659038";
|
||||||
|
reg = <0x58>;
|
||||||
|
interrupt-parent = <&gpio1>;
|
||||||
|
interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
interrupt-controller;
|
||||||
|
|
||||||
|
ti,system-power-controller;
|
||||||
|
|
||||||
|
tps659038_pmic {
|
||||||
|
compatible = "ti,tps659038-pmic";
|
||||||
|
|
||||||
|
regulators {
|
||||||
|
smps12_reg: smps12 {
|
||||||
|
/* VDD_MPU */
|
||||||
|
regulator-name = "smps12";
|
||||||
|
regulator-min-microvolt = < 850000>;
|
||||||
|
regulator-max-microvolt = <1250000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
smps3_reg: smps3 {
|
||||||
|
/* VDD_DDR */
|
||||||
|
regulator-name = "smps3";
|
||||||
|
regulator-min-microvolt = <1350000>;
|
||||||
|
regulator-max-microvolt = <1350000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
smps45_reg: smps45 {
|
||||||
|
/* VDD_DSPEVE, VDD_IVA, VDD_GPU */
|
||||||
|
regulator-name = "smps45";
|
||||||
|
regulator-min-microvolt = < 850000>;
|
||||||
|
regulator-max-microvolt = <1250000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
smps6_reg: smps6 {
|
||||||
|
/* VDD_CORE */
|
||||||
|
regulator-name = "smps6";
|
||||||
|
regulator-min-microvolt = <850000>;
|
||||||
|
regulator-max-microvolt = <1150000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
/* SMPS7 unused */
|
||||||
|
|
||||||
|
smps8_reg: smps8 {
|
||||||
|
/* VDD_1V8 */
|
||||||
|
regulator-name = "smps8";
|
||||||
|
regulator-min-microvolt = <1800000>;
|
||||||
|
regulator-max-microvolt = <1800000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
/* SMPS9 unused */
|
||||||
|
|
||||||
|
ldo1_reg: ldo1 {
|
||||||
|
/* VDD_SD / VDDSHV8 */
|
||||||
|
regulator-name = "ldo1";
|
||||||
|
regulator-min-microvolt = <1800000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
regulator-boot-on;
|
||||||
|
regulator-always-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
ldo2_reg: ldo2 {
|
||||||
|
/* VDD_SHV5 */
|
||||||
|
regulator-name = "ldo2";
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
ldo3_reg: ldo3 {
|
||||||
|
/* VDDA_1V8_PHYA */
|
||||||
|
regulator-name = "ldo3";
|
||||||
|
regulator-min-microvolt = <1800000>;
|
||||||
|
regulator-max-microvolt = <1800000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
ldo4_reg: ldo4 {
|
||||||
|
/* VDDA_1V8_PHYB */
|
||||||
|
regulator-name = "ldo4";
|
||||||
|
regulator-min-microvolt = <1800000>;
|
||||||
|
regulator-max-microvolt = <1800000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
ldo9_reg: ldo9 {
|
||||||
|
/* VDD_RTC */
|
||||||
|
regulator-name = "ldo9";
|
||||||
|
regulator-min-microvolt = <1050000>;
|
||||||
|
regulator-max-microvolt = <1050000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
ldoln_reg: ldoln {
|
||||||
|
/* VDDA_1V8_PLL */
|
||||||
|
regulator-name = "ldoln";
|
||||||
|
regulator-min-microvolt = <1800000>;
|
||||||
|
regulator-max-microvolt = <1800000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
ldousb_reg: ldousb {
|
||||||
|
/* VDDA_3V_USB: VDDA_USBHS33 */
|
||||||
|
regulator-name = "ldousb";
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
|
regen1: regen1 {
|
||||||
|
/* VDD_3V3_ON */
|
||||||
|
regulator-name = "regen1";
|
||||||
|
regulator-boot-on;
|
||||||
|
regulator-always-on;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
tps659038_rtc: tps659038_rtc {
|
||||||
|
compatible = "ti,palmas-rtc";
|
||||||
|
interrupt-parent = <&tps659038>;
|
||||||
|
interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
|
||||||
|
wakeup-source;
|
||||||
|
};
|
||||||
|
|
||||||
|
tps659038_pwr_button: tps659038_pwr_button {
|
||||||
|
compatible = "ti,palmas-pwrbutton";
|
||||||
|
interrupt-parent = <&tps659038>;
|
||||||
|
interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
|
||||||
|
wakeup-source;
|
||||||
|
ti,palmas-long-press-seconds = <12>;
|
||||||
|
};
|
||||||
|
|
||||||
|
tps659038_gpio: tps659038_gpio {
|
||||||
|
compatible = "ti,palmas-gpio";
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
|
extcon_usb2: tps659038_usb {
|
||||||
|
compatible = "ti,palmas-usb-vid";
|
||||||
|
ti,enable-vbus-detection;
|
||||||
|
vbus-gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
tmp102: tmp102@48 {
|
||||||
|
compatible = "ti,tmp102";
|
||||||
|
reg = <0x48>;
|
||||||
|
interrupt-parent = <&gpio7>;
|
||||||
|
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
#thermal-sensor-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
tlv320aic3104: tlv320aic3104@18 {
|
||||||
|
#sound-dai-cells = <0>;
|
||||||
|
compatible = "ti,tlv320aic3104";
|
||||||
|
reg = <0x18>;
|
||||||
|
assigned-clocks = <&clkoutmux2_clk_mux>;
|
||||||
|
assigned-clock-parents = <&sys_clk2_dclk_div>;
|
||||||
|
|
||||||
|
status = "okay";
|
||||||
|
adc-settle-ms = <40>;
|
||||||
|
|
||||||
|
AVDD-supply = <&vdd_3v3>;
|
||||||
|
IOVDD-supply = <&vdd_3v3>;
|
||||||
|
DRVDD-supply = <&vdd_3v3>;
|
||||||
|
DVDD-supply = <&aic_dvdd>;
|
||||||
|
};
|
||||||
|
|
||||||
|
eeprom: eeprom@50 {
|
||||||
|
compatible = "at,24c32";
|
||||||
|
reg = <0x50>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&i2c3 {
|
||||||
|
status = "okay";
|
||||||
|
clock-frequency = <400000>;
|
||||||
|
|
||||||
|
mcp_rtc: rtc@6f {
|
||||||
|
compatible = "microchip,mcp7941x";
|
||||||
|
reg = <0x6f>;
|
||||||
|
interrupts-extended = <&crossbar_mpu GIC_SPI 2 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&dra7_pmx_core 0x424>;
|
||||||
|
interrupt-names = "irq", "wakeup";
|
||||||
|
|
||||||
|
vcc-supply = <&vdd_3v3>;
|
||||||
|
wakeup-source;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&gpio7 {
|
||||||
|
ti,no-reset-on-init;
|
||||||
|
ti,no-idle-on-init;
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
cpu0-supply = <&smps12_reg>;
|
||||||
|
voltage-tolerance = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&uart3 {
|
||||||
|
status = "okay";
|
||||||
|
interrupts-extended = <&crossbar_mpu GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<&dra7_pmx_core 0x3f8>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mac {
|
||||||
|
status = "okay";
|
||||||
|
dual_emac;
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpsw_emac0 {
|
||||||
|
phy_id = <&davinci_mdio>, <1>;
|
||||||
|
phy-mode = "rgmii";
|
||||||
|
dual_emac_res_vlan = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpsw_emac1 {
|
||||||
|
phy_id = <&davinci_mdio>, <2>;
|
||||||
|
phy-mode = "rgmii";
|
||||||
|
dual_emac_res_vlan = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mmc1 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&mmc1_pins_default>;
|
||||||
|
|
||||||
|
bus-width = <4>;
|
||||||
|
cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>; /* gpio 219 */
|
||||||
|
};
|
||||||
|
|
||||||
|
&mmc2 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&mmc2_pins_default>;
|
||||||
|
|
||||||
|
vmmc-supply = <&vdd_3v3>;
|
||||||
|
bus-width = <8>;
|
||||||
|
ti,non-removable;
|
||||||
|
cap-mmc-dual-data-rate;
|
||||||
|
};
|
||||||
|
|
||||||
|
&sata {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb2_phy1 {
|
||||||
|
phy-supply = <&ldousb_reg>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb2_phy2 {
|
||||||
|
phy-supply = <&ldousb_reg>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb1 {
|
||||||
|
dr_mode = "host";
|
||||||
|
};
|
||||||
|
|
||||||
|
&omap_dwc3_2 {
|
||||||
|
extcon = <&extcon_usb2>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb2 {
|
||||||
|
/*
|
||||||
|
* Stand alone usage is peripheral only.
|
||||||
|
* However, with some resistor modifications
|
||||||
|
* this port can be used via expansion connectors
|
||||||
|
* as "host" or "dual-role". If so, provide
|
||||||
|
* the necessary dr_mode override in the expansion
|
||||||
|
* board's DT.
|
||||||
|
*/
|
||||||
|
dr_mode = "peripheral";
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu_trips {
|
||||||
|
cpu_alert1: cpu_alert1 {
|
||||||
|
temperature = <50000>; /* millicelsius */
|
||||||
|
hysteresis = <2000>; /* millicelsius */
|
||||||
|
type = "active";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu_cooling_maps {
|
||||||
|
map1 {
|
||||||
|
trip = <&cpu_alert1>;
|
||||||
|
cooling-device = <&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&thermal_zones {
|
||||||
|
board_thermal: board_thermal {
|
||||||
|
polling-delay-passive = <1250>; /* milliseconds */
|
||||||
|
polling-delay = <1500>; /* milliseconds */
|
||||||
|
|
||||||
|
/* sensor ID */
|
||||||
|
thermal-sensors = <&tmp102 0>;
|
||||||
|
|
||||||
|
board_trips: trips {
|
||||||
|
board_alert0: board_alert {
|
||||||
|
temperature = <40000>; /* millicelsius */
|
||||||
|
hysteresis = <2000>; /* millicelsius */
|
||||||
|
type = "active";
|
||||||
|
};
|
||||||
|
|
||||||
|
board_crit: board_crit {
|
||||||
|
temperature = <105000>; /* millicelsius */
|
||||||
|
hysteresis = <0>; /* millicelsius */
|
||||||
|
type = "critical";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
board_cooling_maps: cooling-maps {
|
||||||
|
map0 {
|
||||||
|
trip = <&board_alert0>;
|
||||||
|
cooling-device =
|
||||||
|
<&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&dss {
|
||||||
|
status = "ok";
|
||||||
|
|
||||||
|
vdda_video-supply = <&ldoln_reg>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&hdmi {
|
||||||
|
status = "ok";
|
||||||
|
vdda-supply = <&ldo4_reg>;
|
||||||
|
|
||||||
|
port {
|
||||||
|
hdmi_out: endpoint {
|
||||||
|
remote-endpoint = <&tpd12s015_in>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&pcie1 {
|
||||||
|
gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mcasp3 {
|
||||||
|
#sound-dai-cells = <0>;
|
||||||
|
assigned-clocks = <&mcasp3_ahclkx_mux>;
|
||||||
|
assigned-clock-parents = <&sys_clkin2>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
op-mode = <0>; /* MCASP_IIS_MODE */
|
||||||
|
tdm-slots = <2>;
|
||||||
|
/* 4 serializers */
|
||||||
|
serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
|
||||||
|
1 2 0 0
|
||||||
|
>;
|
||||||
|
tx-num-evt = <32>;
|
||||||
|
rx-num-evt = <32>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&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";
|
||||||
|
};
|
||||||
|
};
|
24
arch/arm/dts/am57xx-beagle-x15-revb1.dts
Normal file
24
arch/arm/dts/am57xx-beagle-x15-revb1.dts
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
|
||||||
|
*
|
||||||
|
* 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 "am57xx-beagle-x15-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "TI AM5728 BeagleBoard-X15 rev B1";
|
||||||
|
};
|
||||||
|
|
||||||
|
&tpd12s015 {
|
||||||
|
gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
||||||
|
<&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
|
||||||
|
<&gpio7 12 GPIO_ACTIVE_HIGH>; /* gpio7_12/sp1_cs2, HPD */
|
||||||
|
};
|
||||||
|
|
||||||
|
&mmc1 {
|
||||||
|
vmmc-supply = <&vdd_3v3>;
|
||||||
|
vmmc-aux-supply = <&ldo1_reg>;
|
||||||
|
};
|
@ -1,699 +1,24 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
/dts-v1/;
|
|
||||||
|
|
||||||
#include "dra74x.dtsi"
|
#include "am57xx-beagle-x15-common.dtsi"
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
/* NOTE: This describes the "original" pre-production A2 revision */
|
||||||
model = "TI AM5728 BeagleBoard-X15";
|
model = "TI AM5728 BeagleBoard-X15";
|
||||||
compatible = "ti,am572x-beagle-x15", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7";
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
stdout-path = &uart3;
|
|
||||||
};
|
|
||||||
|
|
||||||
aliases {
|
|
||||||
rtc0 = &mcp_rtc;
|
|
||||||
rtc1 = &tps659038_rtc;
|
|
||||||
rtc2 = &rtc;
|
|
||||||
display0 = &hdmi0;
|
|
||||||
};
|
|
||||||
|
|
||||||
memory {
|
|
||||||
device_type = "memory";
|
|
||||||
reg = <0x80000000 0x80000000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
vdd_3v3: fixedregulator-vdd_3v3 {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "vdd_3v3";
|
|
||||||
vin-supply = <®en1>;
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
vtt_fixed: fixedregulator-vtt {
|
|
||||||
/* TPS51200 */
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "vtt_fixed";
|
|
||||||
vin-supply = <&smps3_reg>;
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
enable-active-high;
|
|
||||||
gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
leds {
|
|
||||||
compatible = "gpio-leds";
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&leds_pins_default>;
|
|
||||||
|
|
||||||
led@0 {
|
|
||||||
label = "beagle-x15:usr0";
|
|
||||||
gpios = <&gpio7 9 GPIO_ACTIVE_HIGH>;
|
|
||||||
linux,default-trigger = "heartbeat";
|
|
||||||
default-state = "off";
|
|
||||||
};
|
|
||||||
|
|
||||||
led@1 {
|
|
||||||
label = "beagle-x15:usr1";
|
|
||||||
gpios = <&gpio7 8 GPIO_ACTIVE_HIGH>;
|
|
||||||
linux,default-trigger = "cpu0";
|
|
||||||
default-state = "off";
|
|
||||||
};
|
|
||||||
|
|
||||||
led@2 {
|
|
||||||
label = "beagle-x15:usr2";
|
|
||||||
gpios = <&gpio7 14 GPIO_ACTIVE_HIGH>;
|
|
||||||
linux,default-trigger = "mmc0";
|
|
||||||
default-state = "off";
|
|
||||||
};
|
|
||||||
|
|
||||||
led@3 {
|
|
||||||
label = "beagle-x15:usr3";
|
|
||||||
gpios = <&gpio7 15 GPIO_ACTIVE_HIGH>;
|
|
||||||
linux,default-trigger = "ide-disk";
|
|
||||||
default-state = "off";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio_fan: gpio_fan {
|
|
||||||
/* Based on 5v 500mA AFB02505HHB */
|
|
||||||
compatible = "gpio-fan";
|
|
||||||
gpios = <&tps659038_gpio 2 GPIO_ACTIVE_HIGH>;
|
|
||||||
gpio-fan,speed-map = <0 0>,
|
|
||||||
<13000 1>;
|
|
||||||
#cooling-cells = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
extcon_usb1: extcon_usb1 {
|
|
||||||
compatible = "linux,extcon-usb-gpio";
|
|
||||||
id-gpio = <&gpio7 25 GPIO_ACTIVE_HIGH>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&extcon_usb1_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
extcon_usb2: extcon_usb2 {
|
|
||||||
compatible = "linux,extcon-usb-gpio";
|
|
||||||
id-gpio = <&gpio7 24 GPIO_ACTIVE_HIGH>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&extcon_usb2_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
hdmi0: connector {
|
|
||||||
compatible = "hdmi-connector";
|
|
||||||
label = "hdmi";
|
|
||||||
|
|
||||||
type = "a";
|
|
||||||
|
|
||||||
port {
|
|
||||||
hdmi_connector_in: endpoint {
|
|
||||||
remote-endpoint = <&tpd12s015_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
tpd12s015: encoder {
|
|
||||||
compatible = "ti,tpd12s015";
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&tpd12s015_pins>;
|
|
||||||
|
|
||||||
gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
|
||||||
<&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
|
|
||||||
<&gpio7 12 GPIO_ACTIVE_HIGH>; /* gpio7_12/sp1_cs2, HPD */
|
|
||||||
|
|
||||||
ports {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
port@0 {
|
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
tpd12s015_in: endpoint {
|
|
||||||
remote-endpoint = <&hdmi_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
|
|
||||||
tpd12s015_out: endpoint {
|
|
||||||
remote-endpoint = <&hdmi_connector_in>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dra7_pmx_core {
|
&tpd12s015 {
|
||||||
leds_pins_default: leds_pins_default {
|
gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
||||||
pinctrl-single,pins = <
|
<&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
|
||||||
0x3a8 (PIN_OUTPUT | MUX_MODE14) /* spi1_d1.gpio7_8 */
|
<&gpio7 12 GPIO_ACTIVE_HIGH>; /* gpio7_12/sp1_cs2, HPD */
|
||||||
0x3ac (PIN_OUTPUT | MUX_MODE14) /* spi1_d0.gpio7_9 */
|
|
||||||
0x3c0 (PIN_OUTPUT | MUX_MODE14) /* spi2_sclk.gpio7_14 */
|
|
||||||
0x3c4 (PIN_OUTPUT | MUX_MODE14) /* spi2_d1.gpio7_15 */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c1_pins_default: i2c1_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x400 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_sda.sda */
|
|
||||||
0x404 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_scl.scl */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
hdmi_pins: pinmux_hdmi_pins {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x408 (PIN_INPUT | MUX_MODE1) /* i2c2_sda.hdmi1_ddc_scl */
|
|
||||||
0x40c (PIN_INPUT | MUX_MODE1) /* i2c2_scl.hdmi1_ddc_sda */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c3_pins_default: i2c3_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x2a4 (PIN_INPUT| MUX_MODE10) /* mcasp1_aclkx.i2c3_sda */
|
|
||||||
0x2a8 (PIN_INPUT| MUX_MODE10) /* mcasp1_fsx.i2c3_scl */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
uart3_pins_default: uart3_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x3f8 (PIN_INPUT_SLEW | MUX_MODE2) /* uart2_ctsn.uart3_rxd */
|
|
||||||
0x3fc (PIN_INPUT_SLEW | MUX_MODE1) /* uart2_rtsn.uart3_txd */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
mmc1_pins_default: mmc1_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x36c (PIN_INPUT | MUX_MODE14) /* mmc1sdcd.gpio219 */
|
|
||||||
0x354 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_clk.clk */
|
|
||||||
0x358 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
|
|
||||||
0x35c (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat0.dat0 */
|
|
||||||
0x360 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat1.dat1 */
|
|
||||||
0x364 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat2.dat2 */
|
|
||||||
0x368 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat3.dat3 */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
mmc2_pins_default: mmc2_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x9c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
|
|
||||||
0xb0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
|
|
||||||
0xa0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
|
|
||||||
0xa4 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
|
|
||||||
0xa8 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
|
|
||||||
0xac (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
|
|
||||||
0x8c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
|
|
||||||
0x90 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
|
|
||||||
0x94 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
|
|
||||||
0x98 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
cpsw_pins_default: cpsw_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
/* Slave 1 */
|
|
||||||
0x250 (PIN_OUTPUT | MUX_MODE0) /* rgmii1_tclk */
|
|
||||||
0x254 (PIN_OUTPUT | MUX_MODE0) /* rgmii1_tctl */
|
|
||||||
0x258 (PIN_OUTPUT | MUX_MODE0) /* rgmii1_td3 */
|
|
||||||
0x25c (PIN_OUTPUT | MUX_MODE0) /* rgmii1_td2 */
|
|
||||||
0x260 (PIN_OUTPUT | MUX_MODE0) /* rgmii1_td1 */
|
|
||||||
0x264 (PIN_OUTPUT | MUX_MODE0) /* rgmii1_td0 */
|
|
||||||
0x268 (PIN_INPUT | MUX_MODE0) /* rgmii1_rclk */
|
|
||||||
0x26c (PIN_INPUT | MUX_MODE0) /* rgmii1_rctl */
|
|
||||||
0x270 (PIN_INPUT | MUX_MODE0) /* rgmii1_rd3 */
|
|
||||||
0x274 (PIN_INPUT | MUX_MODE0) /* rgmii1_rd2 */
|
|
||||||
0x278 (PIN_INPUT | MUX_MODE0) /* rgmii1_rd1 */
|
|
||||||
0x27c (PIN_INPUT | MUX_MODE0) /* rgmii1_rd0 */
|
|
||||||
|
|
||||||
/* Slave 2 */
|
|
||||||
0x198 (PIN_OUTPUT | MUX_MODE3) /* rgmii2_tclk */
|
|
||||||
0x19c (PIN_OUTPUT | MUX_MODE3) /* rgmii2_tctl */
|
|
||||||
0x1a0 (PIN_OUTPUT | MUX_MODE3) /* rgmii2_td3 */
|
|
||||||
0x1a4 (PIN_OUTPUT | MUX_MODE3) /* rgmii2_td2 */
|
|
||||||
0x1a8 (PIN_OUTPUT | MUX_MODE3) /* rgmii2_td1 */
|
|
||||||
0x1ac (PIN_OUTPUT | MUX_MODE3) /* rgmii2_td0 */
|
|
||||||
0x1b0 (PIN_INPUT | MUX_MODE3) /* rgmii2_rclk */
|
|
||||||
0x1b4 (PIN_INPUT | MUX_MODE3) /* rgmii2_rctl */
|
|
||||||
0x1b8 (PIN_INPUT | MUX_MODE3) /* rgmii2_rd3 */
|
|
||||||
0x1bc (PIN_INPUT | MUX_MODE3) /* rgmii2_rd2 */
|
|
||||||
0x1c0 (PIN_INPUT | MUX_MODE3) /* rgmii2_rd1 */
|
|
||||||
0x1c4 (PIN_INPUT | MUX_MODE3) /* rgmii2_rd0 */
|
|
||||||
>;
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
cpsw_pins_sleep: cpsw_pins_sleep {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
/* Slave 1 */
|
|
||||||
0x250 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x254 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x258 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x25c (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x260 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x264 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x268 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x26c (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x270 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x274 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x278 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x27c (PIN_INPUT | MUX_MODE15)
|
|
||||||
|
|
||||||
/* Slave 2 */
|
|
||||||
0x198 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x19c (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1a0 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1a4 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1a8 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1ac (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1b0 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1b4 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1b8 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1bc (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1c0 (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x1c4 (PIN_INPUT | MUX_MODE15)
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
davinci_mdio_pins_default: davinci_mdio_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
/* MDIO */
|
|
||||||
0x23c (PIN_OUTPUT_PULLUP | MUX_MODE0) /* mdio_mclk */
|
|
||||||
0x240 (PIN_INPUT_PULLUP | MUX_MODE0) /* mdio_d */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
davinci_mdio_pins_sleep: davinci_mdio_pins_sleep {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x23c (PIN_INPUT | MUX_MODE15)
|
|
||||||
0x240 (PIN_INPUT | MUX_MODE15)
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
tps659038_pins_default: tps659038_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x418 (PIN_INPUT_PULLUP | MUX_MODE14) /* wakeup0.gpio1_0 */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
tmp102_pins_default: tmp102_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x3C8 (PIN_INPUT_PULLUP | MUX_MODE14) /* spi2_d0.gpio7_16 */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
mcp79410_pins_default: mcp79410_pins_default {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x424 (PIN_INPUT_PULLUP | MUX_MODE1) /* wakeup3.sys_nirq1 */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
usb1_pins: pinmux_usb1_pins {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x280 (PIN_INPUT_SLEW | MUX_MODE0) /* usb1_drvvbus */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
extcon_usb1_pins: extcon_usb1_pins {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x3ec (PIN_INPUT_PULLUP | MUX_MODE14) /* uart1_rtsn.gpio7_25 */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
extcon_usb2_pins: extcon_usb2_pins {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x3e8 (PIN_INPUT_PULLUP | MUX_MODE14) /* uart1_ctsn.gpio7_24 */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
tpd12s015_pins: pinmux_tpd12s015_pins {
|
|
||||||
pinctrl-single,pins = <
|
|
||||||
0x3b0 (PIN_OUTPUT | MUX_MODE14) /* gpio7_10 CT_CP_HPD */
|
|
||||||
0x3b8 (PIN_INPUT_PULLDOWN | MUX_MODE14) /* gpio7_12 HPD */
|
|
||||||
0x370 (PIN_OUTPUT | MUX_MODE14) /* gpio6_28 LS_OE */
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c1 {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&i2c1_pins_default>;
|
|
||||||
clock-frequency = <400000>;
|
|
||||||
|
|
||||||
tps659038: tps659038@58 {
|
|
||||||
compatible = "ti,tps659038";
|
|
||||||
reg = <0x58>;
|
|
||||||
interrupt-parent = <&gpio1>;
|
|
||||||
interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&tps659038_pins_default>;
|
|
||||||
|
|
||||||
#interrupt-cells = <2>;
|
|
||||||
interrupt-controller;
|
|
||||||
|
|
||||||
ti,system-power-controller;
|
|
||||||
|
|
||||||
tps659038_pmic {
|
|
||||||
compatible = "ti,tps659038-pmic";
|
|
||||||
|
|
||||||
regulators {
|
|
||||||
smps12_reg: smps12 {
|
|
||||||
/* VDD_MPU */
|
|
||||||
regulator-name = "smps12";
|
|
||||||
regulator-min-microvolt = < 850000>;
|
|
||||||
regulator-max-microvolt = <1250000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
smps3_reg: smps3 {
|
|
||||||
/* VDD_DDR */
|
|
||||||
regulator-name = "smps3";
|
|
||||||
regulator-min-microvolt = <1350000>;
|
|
||||||
regulator-max-microvolt = <1350000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
smps45_reg: smps45 {
|
|
||||||
/* VDD_DSPEVE, VDD_IVA, VDD_GPU */
|
|
||||||
regulator-name = "smps45";
|
|
||||||
regulator-min-microvolt = < 850000>;
|
|
||||||
regulator-max-microvolt = <1150000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
smps6_reg: smps6 {
|
|
||||||
/* VDD_CORE */
|
|
||||||
regulator-name = "smps6";
|
|
||||||
regulator-min-microvolt = <850000>;
|
|
||||||
regulator-max-microvolt = <1030000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* SMPS7 unused */
|
|
||||||
|
|
||||||
smps8_reg: smps8 {
|
|
||||||
/* VDD_1V8 */
|
|
||||||
regulator-name = "smps8";
|
|
||||||
regulator-min-microvolt = <1800000>;
|
|
||||||
regulator-max-microvolt = <1800000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* SMPS9 unused */
|
|
||||||
|
|
||||||
ldo1_reg: ldo1 {
|
|
||||||
/* VDD_SD */
|
|
||||||
regulator-name = "ldo1";
|
|
||||||
regulator-min-microvolt = <1800000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
ldo2_reg: ldo2 {
|
|
||||||
/* VDD_SHV5 */
|
|
||||||
regulator-name = "ldo2";
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
ldo3_reg: ldo3 {
|
|
||||||
/* VDDA_1V8_PHY */
|
|
||||||
regulator-name = "ldo3";
|
|
||||||
regulator-min-microvolt = <1800000>;
|
|
||||||
regulator-max-microvolt = <1800000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
ldo9_reg: ldo9 {
|
|
||||||
/* VDD_RTC */
|
|
||||||
regulator-name = "ldo9";
|
|
||||||
regulator-min-microvolt = <1050000>;
|
|
||||||
regulator-max-microvolt = <1050000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
ldoln_reg: ldoln {
|
|
||||||
/* VDDA_1V8_PLL */
|
|
||||||
regulator-name = "ldoln";
|
|
||||||
regulator-min-microvolt = <1800000>;
|
|
||||||
regulator-max-microvolt = <1800000>;
|
|
||||||
regulator-always-on;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
ldousb_reg: ldousb {
|
|
||||||
/* VDDA_3V_USB: VDDA_USBHS33 */
|
|
||||||
regulator-name = "ldousb";
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
regen1: regen1 {
|
|
||||||
/* VDD_3V3_ON */
|
|
||||||
regulator-name = "regen1";
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
tps659038_rtc: tps659038_rtc {
|
|
||||||
compatible = "ti,palmas-rtc";
|
|
||||||
interrupt-parent = <&tps659038>;
|
|
||||||
interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
|
|
||||||
wakeup-source;
|
|
||||||
};
|
|
||||||
|
|
||||||
tps659038_pwr_button: tps659038_pwr_button {
|
|
||||||
compatible = "ti,palmas-pwrbutton";
|
|
||||||
interrupt-parent = <&tps659038>;
|
|
||||||
interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
|
|
||||||
wakeup-source;
|
|
||||||
ti,palmas-long-press-seconds = <12>;
|
|
||||||
};
|
|
||||||
|
|
||||||
tps659038_gpio: tps659038_gpio {
|
|
||||||
compatible = "ti,palmas-gpio";
|
|
||||||
gpio-controller;
|
|
||||||
#gpio-cells = <2>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
tmp102: tmp102@48 {
|
|
||||||
compatible = "ti,tmp102";
|
|
||||||
reg = <0x48>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&tmp102_pins_default>;
|
|
||||||
interrupt-parent = <&gpio7>;
|
|
||||||
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
|
|
||||||
#thermal-sensor-cells = <1>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c3 {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&i2c3_pins_default>;
|
|
||||||
clock-frequency = <400000>;
|
|
||||||
|
|
||||||
mcp_rtc: rtc@6f {
|
|
||||||
compatible = "microchip,mcp7941x";
|
|
||||||
reg = <0x6f>;
|
|
||||||
interrupts = <GIC_SPI 2 IRQ_TYPE_EDGE_RISING>; /* IRQ_SYS_1N */
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&mcp79410_pins_default>;
|
|
||||||
|
|
||||||
vcc-supply = <&vdd_3v3>;
|
|
||||||
wakeup-source;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&gpio7 {
|
|
||||||
ti,no-reset-on-init;
|
|
||||||
ti,no-idle-on-init;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu0 {
|
|
||||||
cpu0-supply = <&smps12_reg>;
|
|
||||||
voltage-tolerance = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart3 {
|
|
||||||
status = "okay";
|
|
||||||
interrupts-extended = <&crossbar_mpu GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
|
|
||||||
<&dra7_pmx_core 0x3f8>;
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&uart3_pins_default>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mac {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default", "sleep";
|
|
||||||
pinctrl-0 = <&cpsw_pins_default>;
|
|
||||||
pinctrl-1 = <&cpsw_pins_sleep>;
|
|
||||||
dual_emac;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpsw_emac0 {
|
|
||||||
phy_id = <&davinci_mdio>, <1>;
|
|
||||||
phy-mode = "rgmii";
|
|
||||||
dual_emac_res_vlan = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpsw_emac1 {
|
|
||||||
phy_id = <&davinci_mdio>, <2>;
|
|
||||||
phy-mode = "rgmii";
|
|
||||||
dual_emac_res_vlan = <2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&davinci_mdio {
|
|
||||||
pinctrl-names = "default", "sleep";
|
|
||||||
pinctrl-0 = <&davinci_mdio_pins_default>;
|
|
||||||
pinctrl-1 = <&davinci_mdio_pins_sleep>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc1 {
|
&mmc1 {
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&mmc1_pins_default>;
|
|
||||||
|
|
||||||
vmmc-supply = <&ldo1_reg>;
|
vmmc-supply = <&ldo1_reg>;
|
||||||
vmmc_aux-supply = <&vdd_3v3>;
|
|
||||||
pbias-supply = <&pbias_mmc_reg>;
|
|
||||||
bus-width = <4>;
|
|
||||||
cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>; /* gpio 219 */
|
|
||||||
};
|
|
||||||
|
|
||||||
&mmc2 {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&mmc2_pins_default>;
|
|
||||||
|
|
||||||
vmmc-supply = <&vdd_3v3>;
|
|
||||||
bus-width = <8>;
|
|
||||||
ti,non-removable;
|
|
||||||
cap-mmc-dual-data-rate;
|
|
||||||
};
|
|
||||||
|
|
||||||
&sata {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb2_phy1 {
|
|
||||||
phy-supply = <&ldousb_reg>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb2_phy2 {
|
|
||||||
phy-supply = <&ldousb_reg>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb1 {
|
|
||||||
dr_mode = "host";
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&usb1_pins>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&omap_dwc3_1 {
|
|
||||||
extcon = <&extcon_usb1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&omap_dwc3_2 {
|
|
||||||
extcon = <&extcon_usb2>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb2 {
|
|
||||||
dr_mode = "peripheral";
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu_trips {
|
|
||||||
cpu_alert1: cpu_alert1 {
|
|
||||||
temperature = <50000>; /* millicelsius */
|
|
||||||
hysteresis = <2000>; /* millicelsius */
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&cpu_cooling_maps {
|
|
||||||
map1 {
|
|
||||||
trip = <&cpu_alert1>;
|
|
||||||
cooling-device = <&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&thermal_zones {
|
|
||||||
board_thermal: board_thermal {
|
|
||||||
polling-delay-passive = <1250>; /* milliseconds */
|
|
||||||
polling-delay = <1500>; /* milliseconds */
|
|
||||||
|
|
||||||
/* sensor ID */
|
|
||||||
thermal-sensors = <&tmp102 0>;
|
|
||||||
|
|
||||||
board_trips: trips {
|
|
||||||
board_alert0: board_alert {
|
|
||||||
temperature = <40000>; /* millicelsius */
|
|
||||||
hysteresis = <2000>; /* millicelsius */
|
|
||||||
type = "active";
|
|
||||||
};
|
|
||||||
|
|
||||||
board_crit: board_crit {
|
|
||||||
temperature = <105000>; /* millicelsius */
|
|
||||||
hysteresis = <0>; /* millicelsius */
|
|
||||||
type = "critical";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
board_cooling_maps: cooling-maps {
|
|
||||||
map0 {
|
|
||||||
trip = <&board_alert0>;
|
|
||||||
cooling-device =
|
|
||||||
<&gpio_fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dss {
|
|
||||||
status = "ok";
|
|
||||||
|
|
||||||
vdda_video-supply = <&ldoln_reg>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&hdmi {
|
|
||||||
status = "ok";
|
|
||||||
vdda-supply = <&ldo3_reg>;
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&hdmi_pins>;
|
|
||||||
|
|
||||||
port {
|
|
||||||
hdmi_out: endpoint {
|
|
||||||
remote-endpoint = <&tpd12s015_in>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
23
arch/arm/dts/am57xx-commercial-grade.dtsi
Normal file
23
arch/arm/dts/am57xx-commercial-grade.dtsi
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
&cpu_alert0 {
|
||||||
|
temperature = <80000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu_crit {
|
||||||
|
temperature = <90000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&gpu_crit {
|
||||||
|
temperature = <90000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&core_crit {
|
||||||
|
temperature = <90000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&dspeve_crit {
|
||||||
|
temperature = <90000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&iva_crit {
|
||||||
|
temperature = <90000>; /* milliCelsius */
|
||||||
|
};
|
@ -6,12 +6,18 @@
|
|||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "am57xx-industrial-grade.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
rtc0 = &tps659038_rtc;
|
rtc0 = &tps659038_rtc;
|
||||||
rtc1 = &rtc;
|
rtc1 = &rtc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
stdout-path = &uart3;
|
||||||
|
};
|
||||||
|
|
||||||
vmain: fixedregulator-vmain {
|
vmain: fixedregulator-vmain {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "VMAIN";
|
regulator-name = "VMAIN";
|
||||||
@ -58,10 +64,26 @@
|
|||||||
|
|
||||||
tps659038_pmic {
|
tps659038_pmic {
|
||||||
compatible = "ti,tps659038-pmic";
|
compatible = "ti,tps659038-pmic";
|
||||||
|
|
||||||
|
smps12-in-supply = <&vmain>;
|
||||||
|
smps3-in-supply = <&vmain>;
|
||||||
|
smps45-in-supply = <&vmain>;
|
||||||
|
smps6-in-supply = <&vmain>;
|
||||||
|
smps7-in-supply = <&vmain>;
|
||||||
|
smps8-in-supply = <&vmain>;
|
||||||
|
smps9-in-supply = <&vmain>;
|
||||||
|
ldo1-in-supply = <&vmain>;
|
||||||
|
ldo2-in-supply = <&vmain>;
|
||||||
|
ldo3-in-supply = <&vmain>;
|
||||||
|
ldo4-in-supply = <&vmain>;
|
||||||
|
ldo9-in-supply = <&vmain>;
|
||||||
|
ldoln-in-supply = <&vmain>;
|
||||||
|
ldousb-in-supply = <&vmain>;
|
||||||
|
ldortc-in-supply = <&vmain>;
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
smps12_reg: smps12 {
|
smps12_reg: smps12 {
|
||||||
/* VDD_MPU */
|
/* VDD_MPU */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "smps12";
|
regulator-name = "smps12";
|
||||||
regulator-min-microvolt = <850000>;
|
regulator-min-microvolt = <850000>;
|
||||||
regulator-max-microvolt = <1250000>;
|
regulator-max-microvolt = <1250000>;
|
||||||
@ -71,7 +93,6 @@
|
|||||||
|
|
||||||
smps3_reg: smps3 {
|
smps3_reg: smps3 {
|
||||||
/* VDD_DDR EMIF1 EMIF2 */
|
/* VDD_DDR EMIF1 EMIF2 */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "smps3";
|
regulator-name = "smps3";
|
||||||
regulator-min-microvolt = <1350000>;
|
regulator-min-microvolt = <1350000>;
|
||||||
regulator-max-microvolt = <1350000>;
|
regulator-max-microvolt = <1350000>;
|
||||||
@ -82,7 +103,6 @@
|
|||||||
smps45_reg: smps45 {
|
smps45_reg: smps45 {
|
||||||
/* VDD_DSPEVE on AM572 */
|
/* VDD_DSPEVE on AM572 */
|
||||||
/* VDD_IVA + VDD_DSP on AM571 */
|
/* VDD_IVA + VDD_DSP on AM571 */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "smps45";
|
regulator-name = "smps45";
|
||||||
regulator-min-microvolt = <850000>;
|
regulator-min-microvolt = <850000>;
|
||||||
regulator-max-microvolt = <1250000>;
|
regulator-max-microvolt = <1250000>;
|
||||||
@ -92,7 +112,6 @@
|
|||||||
|
|
||||||
smps6_reg: smps6 {
|
smps6_reg: smps6 {
|
||||||
/* VDD_GPU */
|
/* VDD_GPU */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "smps6";
|
regulator-name = "smps6";
|
||||||
regulator-min-microvolt = <850000>;
|
regulator-min-microvolt = <850000>;
|
||||||
regulator-max-microvolt = <1250000>;
|
regulator-max-microvolt = <1250000>;
|
||||||
@ -102,7 +121,6 @@
|
|||||||
|
|
||||||
smps7_reg: smps7 {
|
smps7_reg: smps7 {
|
||||||
/* VDD_CORE */
|
/* VDD_CORE */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "smps7";
|
regulator-name = "smps7";
|
||||||
regulator-min-microvolt = <850000>;
|
regulator-min-microvolt = <850000>;
|
||||||
regulator-max-microvolt = <1150000>;
|
regulator-max-microvolt = <1150000>;
|
||||||
@ -113,13 +131,11 @@
|
|||||||
smps8_reg: smps8 {
|
smps8_reg: smps8 {
|
||||||
/* 5728 - VDD_IVAHD */
|
/* 5728 - VDD_IVAHD */
|
||||||
/* 5718 - N.C. test point */
|
/* 5718 - N.C. test point */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "smps8";
|
regulator-name = "smps8";
|
||||||
};
|
};
|
||||||
|
|
||||||
smps9_reg: smps9 {
|
smps9_reg: smps9 {
|
||||||
/* VDD_3_3D */
|
/* VDD_3_3D */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "smps9";
|
regulator-name = "smps9";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
@ -130,7 +146,6 @@
|
|||||||
ldo1_reg: ldo1 {
|
ldo1_reg: ldo1 {
|
||||||
/* VDDSHV8 - VSDMMC */
|
/* VDDSHV8 - VSDMMC */
|
||||||
/* NOTE: on rev 1.3a, data supply */
|
/* NOTE: on rev 1.3a, data supply */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "ldo1";
|
regulator-name = "ldo1";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
@ -140,7 +155,6 @@
|
|||||||
|
|
||||||
ldo2_reg: ldo2 {
|
ldo2_reg: ldo2 {
|
||||||
/* VDDSH18V */
|
/* VDDSH18V */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "ldo2";
|
regulator-name = "ldo2";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
@ -150,7 +164,6 @@
|
|||||||
|
|
||||||
ldo3_reg: ldo3 {
|
ldo3_reg: ldo3 {
|
||||||
/* R1.3a 572x V1_8PHY_LDO3: USB, SATA */
|
/* R1.3a 572x V1_8PHY_LDO3: USB, SATA */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "ldo3";
|
regulator-name = "ldo3";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
@ -160,7 +173,6 @@
|
|||||||
|
|
||||||
ldo4_reg: ldo4 {
|
ldo4_reg: ldo4 {
|
||||||
/* R1.3a 572x V1_8PHY_LDO4: PCIE, HDMI*/
|
/* R1.3a 572x V1_8PHY_LDO4: PCIE, HDMI*/
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "ldo4";
|
regulator-name = "ldo4";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
@ -172,7 +184,6 @@
|
|||||||
|
|
||||||
ldo9_reg: ldo9 {
|
ldo9_reg: ldo9 {
|
||||||
/* VDD_RTC */
|
/* VDD_RTC */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "ldo9";
|
regulator-name = "ldo9";
|
||||||
regulator-min-microvolt = <840000>;
|
regulator-min-microvolt = <840000>;
|
||||||
regulator-max-microvolt = <1160000>;
|
regulator-max-microvolt = <1160000>;
|
||||||
@ -182,7 +193,6 @@
|
|||||||
|
|
||||||
ldoln_reg: ldoln {
|
ldoln_reg: ldoln {
|
||||||
/* VDDA_1V8_PLL */
|
/* VDDA_1V8_PLL */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "ldoln";
|
regulator-name = "ldoln";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
@ -192,7 +202,6 @@
|
|||||||
|
|
||||||
ldousb_reg: ldousb {
|
ldousb_reg: ldousb {
|
||||||
/* VDDA_3V_USB: VDDA_USBHS33 */
|
/* VDDA_3V_USB: VDDA_USBHS33 */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "ldousb";
|
regulator-name = "ldousb";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
@ -202,7 +211,6 @@
|
|||||||
|
|
||||||
ldortc_reg: ldortc {
|
ldortc_reg: ldortc {
|
||||||
/* VDDA_RTC */
|
/* VDDA_RTC */
|
||||||
vin-supply = <&vmain>;
|
|
||||||
regulator-name = "ldortc";
|
regulator-name = "ldortc";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
@ -306,7 +314,7 @@
|
|||||||
|
|
||||||
spi-max-frequency = <76800000>;
|
spi-max-frequency = <76800000>;
|
||||||
m25p80@0 {
|
m25p80@0 {
|
||||||
compatible = "s25fl256s1","spi-flash";
|
compatible = "s25fl256s1", "spi-flash", "jedec,spi-nor";
|
||||||
spi-max-frequency = <76800000>;
|
spi-max-frequency = <76800000>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-tx-bus-width = <1>;
|
spi-tx-bus-width = <1>;
|
||||||
|
23
arch/arm/dts/am57xx-industrial-grade.dtsi
Normal file
23
arch/arm/dts/am57xx-industrial-grade.dtsi
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
&cpu_alert0 {
|
||||||
|
temperature = <90000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu_crit {
|
||||||
|
temperature = <105000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&gpu_crit {
|
||||||
|
temperature = <105000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&core_crit {
|
||||||
|
temperature = <105000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&dspeve_crit {
|
||||||
|
temperature = <105000>; /* milliCelsius */
|
||||||
|
};
|
||||||
|
|
||||||
|
&iva_crit {
|
||||||
|
temperature = <105000>; /* milliCelsius */
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user