Other Parts Discussed in Thread: DRA72, DRA718, PCF8575, TLV320AIC3106, LP8733, TPD12S015, CSD
Tool/software: Linux
Hi:
I have a custom AM5708 based board and SDK Linux 05.00.00.15.
Attached are the device tree and defconfig file.
I have 4 SPI interfaces other than the QSPI and want to manage different devices
from u-boot command "sspi".
I cand see my qspi with
> sspi 0:0.0 16 ffff
But if I try for example
> sspi 1:0.0 16 ffff
I get "Invalid bus 1 (err=-19)
I checked the pinmux and seems ok.
Any idea will be welcome.
Regards
Billa
/dts-v1/;
/ {
#address-cells = <0x2>;
#size-cells = <0x2>;
compatible = "ti,dra718-evm", "ti,dra718", "ti,dra722", "ti,dra72", "ti,dra7";
interrupt-parent = <0x1>;
model = "TI DRA718 EVM";
chosen {
stdout-path = "/ocp/serial@48020000";
tick-timer = "/ocp/timer@48032000";
};
aliases {
i2c0 = "/ocp/i2c@48070000";
i2c1 = "/ocp/i2c@48072000";
i2c2 = "/ocp/i2c@48060000";
i2c3 = "/ocp/i2c@4807a000";
i2c4 = "/ocp/i2c@4807c000";
serial0 = "/ocp/serial@4806a000";
serial1 = "/ocp/serial@4806c000";
serial2 = "/ocp/serial@48020000";
serial3 = "/ocp/serial@4806e000";
serial4 = "/ocp/serial@48066000";
serial5 = "/ocp/serial@48068000";
serial6 = "/ocp/serial@48420000";
serial7 = "/ocp/serial@48422000";
serial8 = "/ocp/serial@48424000";
serial9 = "/ocp/serial@4ae2b000";
ethernet0 = "/ocp/ethernet@48484000/slave@48480200";
ethernet1 = "/ocp/ethernet@48484000/slave@48480300";
d_can0 = "/ocp/can@481cc000";
d_can1 = "/ocp/can@481d0000";
spi0 = "/ocp/qspi@4b300000";
display0 = "/connector";
};
timer {
compatible = "arm,armv7-timer";
interrupts = <0x1 0xd 0x308 0x1 0xe 0x308 0x1 0xb 0x308 0x1 0xa 0x308>;
interrupt-parent = <0x2>;
};
interrupt-controller@48211000 {
compatible = "arm,cortex-a15-gic";
interrupt-controller;
#interrupt-cells = <0x3>;
reg = <0x0 0x48211000 0x0 0x1000 0x0 0x48212000 0x0 0x2000 0x0 0x48214000 0x0 0x2000 0x0 0x48216000 0x0 0x2000>;
interrupts = <0x1 0x9 0x304>;
interrupt-parent = <0x2>;
phandle = <0x2>;
};
interrupt-controller@48281000 {
compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
interrupt-controller;
#interrupt-cells = <0x3>;
reg = <0x0 0x48281000 0x0 0x1000>;
interrupt-parent = <0x2>;
phandle = <0x6>;
};
cpus {
#address-cells = <0x1>;
#size-cells = <0x0>;
cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a15";
reg = <0x0>;
operating-points-v2 = <0x3>;
clocks = <0x4>;
clock-names = "cpu";
clock-latency = <0x493e0>;
cooling-min-level = <0x0>;
cooling-max-level = <0x2>;
#cooling-cells = <0x2>;
phandle = <0x103>;
};
};
opp-table {
compatible = "operating-points-v2-ti-cpu";
syscon = <0x5>;
phandle = <0x3>;
opp_nom-1000000000 {
opp-hz = <0x0 0x3b9aca00>;
opp-microvolt = <0x102ca0 0xcf850 0x118c30>;
opp-supported-hw = <0xff 0x1>;
opp-suspend;
};
opp_od-1176000000 {
opp-hz = <0x0 0x46185600>;
opp-microvolt = <0x11b340 0xd8108 0x11b340>;
opp-supported-hw = <0xff 0x2>;
};
};
soc {
compatible = "ti,omap-infra";
mpu {
compatible = "ti,omap5-mpu";
ti,hwmods = "mpu";
};
};
ocp {
compatible = "ti,dra7-l3-noc", "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0x0 0x0 0x0 0xc0000000>;
ti,hwmods = "l3_main_1", "l3_main_2";
reg = <0x0 0x44000000 0x0 0x1000000 0x0 0x45000000 0x0 0x1000>;
interrupts-extended = <0x1 0x0 0x4 0x4 0x6 0x0 0xa 0x4>;
u-boot,dm-spl;
l4@4a000000 {
compatible = "ti,dra7-l4-cfg", "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0x0 0x4a000000 0x22c000>;
u-boot,dm-spl;
scm@2000 {
compatible = "ti,dra7-scm-core", "simple-bus";
reg = <0x2000 0x2000>;
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0x0 0x2000 0x2000>;
u-boot,dm-spl;
scm_conf@0 {
compatible = "syscon", "simple-bus";
reg = <0x0 0x1400>;
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0x0 0x0 0x1400>;
u-boot,dm-spl;
phandle = <0x7>;
pbias_regulator@e00 {
compatible = "ti,pbias-dra7", "ti,pbias-omap";
reg = <0xe00 0x4>;
syscon = <0x7>;
pbias_mmc_omap5 {
regulator-name = "pbias_mmc_omap5";
regulator-min-microvolt = <0x1b7740>;
regulator-max-microvolt = <0x2dc6c0>;
phandle = <0xb5>;
};
};
clocks {
#address-cells = <0x1>;
#size-cells = <0x0>;
dss_deshdcp_clk@558 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x8>;
ti,bit-shift = <0x0>;
reg = <0x558>;
};
ehrpwm0_tbclk@558 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x9>;
ti,bit-shift = <0x14>;
reg = <0x558>;
phandle = <0xfe>;
};
ehrpwm1_tbclk@558 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x9>;
ti,bit-shift = <0x15>;
reg = <0x558>;
phandle = <0xff>;
};
ehrpwm2_tbclk@558 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x9>;
ti,bit-shift = <0x16>;
reg = <0x558>;
phandle = <0x100>;
};
sys_32k_ck {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xa 0xb 0xb 0xb>;
ti,bit-shift = <0x8>;
reg = <0x6c4>;
phandle = <0x4f>;
};
};
};
pinmux@1400 {
compatible = "ti,dra7-padconf", "pinctrl-single";
reg = <0x1400 0x468>;
#address-cells = <0x1>;
#size-cells = <0x0>;
#pinctrl-cells = <0x1>;
#interrupt-cells = <0x1>;
interrupt-controller;
pinctrl-single,register-width = <0x20>;
pinctrl-single,function-mask = <0x3fffffff>;
phandle = <0xae>;
mmc1_pins_default {
pinctrl-single,pins = <0x354 0x60000 0x358 0x60000 0x35c 0x60000 0x360 0x60000 0x364 0x60000 0x368 0x60000>;
phandle = <0xb6>;
};
mmc2_pins_default {
pinctrl-single,pins = <0x9c 0x60001 0xb0 0x60001 0xa0 0x60001 0xa4 0x60001 0xa8 0x60001 0xac 0x60001 0x8c 0x60001 0x90 0x60001 0x94 0x60001 0x98 0x60001>;
u-boot,dm-spl;
phandle = <0xc2>;
};
dcan1_pins_default {
pinctrl-single,pins = <0x3d0 0x20000 0x418 0x20001>;
phandle = <0xf6>;
};
dcan1_pins_sleep {
pinctrl-single,pins = <0x3d0 0x2000f 0x418 0x2000f>;
phandle = <0xf5>;
};
mmc1_pins_sdr12 {
pinctrl-single,pins = <0x354 0x60000 0x358 0x60000 0x35c 0x60000 0x360 0x60000 0x364 0x60000 0x368 0x60000>;
phandle = <0xba>;
};
mmc1_pins_hs {
pinctrl-single,pins = <0x354 0x60000 0x358 0x60000 0x35c 0x60000 0x360 0x60000 0x364 0x60000 0x368 0x60000>;
phandle = <0xb9>;
};
mmc1_pins_sdr25 {
pinctrl-single,pins = <0x354 0x60000 0x358 0x60000 0x35c 0x60000 0x360 0x60000 0x364 0x60000 0x368 0x60000>;
phandle = <0xbb>;
};
mmc1_pins_sdr50 {
pinctrl-single,pins = <0x354 0x601f0 0x358 0x601f0 0x35c 0x601f0 0x360 0x601f0 0x364 0x601f0 0x368 0x601f0>;
phandle = <0xbc>;
};
mmc1_pins_ddr50_rev10 {
pinctrl-single,pins = <0x354 0x601e0 0x358 0x601e0 0x35c 0x601e0 0x360 0x601e0 0x364 0x601e0 0x368 0x601e0>;
};
mmc1_pins_ddr50_rev20 {
pinctrl-single,pins = <0x354 0x60100 0x358 0x60100 0x35c 0x60100 0x360 0x60100 0x364 0x60100 0x368 0x60100>;
phandle = <0xbd>;
};
mmc1_pins_sdr104 {
pinctrl-single,pins = <0x354 0x60100 0x358 0x60100 0x35c 0x60100 0x360 0x60100 0x364 0x60100 0x368 0x60100>;
phandle = <0xbf>;
};
mmc2_pins_hs {
pinctrl-single,pins = <0x9c 0x60001 0xb0 0x60001 0xa0 0x60001 0xa4 0x60001 0xa8 0x60001 0xac 0x60001 0x8c 0x60001 0x90 0x60001 0x94 0x60001 0x98 0x60001>;
u-boot,dm-spl;
phandle = <0xc3>;
};
mmc2_pins_ddr_rev10 {
pinctrl-single,pins = <0x8c 0x60001 0x90 0x60001 0x94 0x60001 0x98 0x60001 0x9c 0x60001 0xa0 0x60001 0xa4 0x60001 0xa8 0x60001 0xac 0x60001 0xb0 0x60001>;
};
mmc2_pins_ddr_rev20 {
pinctrl-single,pins = <0x9c 0x60101 0xb0 0x60101 0xa0 0x60101 0xa4 0x60101 0xa8 0x60101 0xac 0x60101 0x8c 0x60101 0x90 0x60101 0x94 0x60101 0x98 0x60101>;
u-boot,dm-spl;
phandle = <0xc4>;
};
mmc2_pins_hs200 {
pinctrl-single,pins = <0x9c 0x60101 0xb0 0x60101 0xa0 0x60101 0xa4 0x60101 0xa8 0x60101 0xac 0x60101 0x8c 0x60101 0x90 0x60101 0x94 0x60101 0x98 0x60101>;
u-boot,dm-spl;
};
};
scm_conf@1c04 {
compatible = "syscon";
reg = <0x1c04 0x20>;
#syscon-cells = <0x2>;
phandle = <0xa9>;
};
scm_conf@1c24 {
compatible = "syscon";
reg = <0x1c24 0x24>;
phandle = <0xc9>;
};
dma-router@b78 {
compatible = "ti,dra7-dma-crossbar";
reg = <0xb78 0xfc>;
#dma-cells = <0x1>;
dma-requests = <0xcd>;
ti,dma-safe-map = <0x0>;
dma-masters = <0xc>;
phandle = <0xaf>;
};
dma-router@c78 {
compatible = "ti,dra7-dma-crossbar";
reg = <0xc78 0x7c>;
#dma-cells = <0x2>;
dma-requests = <0xcc>;
ti,dma-safe-map = <0x0>;
dma-masters = <0xd>;
phandle = <0xdc>;
};
};
cm_core_aon@5000 {
compatible = "ti,dra7-cm-core-aon";
reg = <0x5000 0x2000>;
clocks {
#address-cells = <0x1>;
#size-cells = <0x0>;
atl_clkin0_ck {
#clock-cells = <0x0>;
compatible = "ti,dra7-atl-clock";
clocks = <0xe>;
phandle = <0x42>;
};
atl_clkin1_ck {
#clock-cells = <0x0>;
compatible = "ti,dra7-atl-clock";
clocks = <0xe>;
phandle = <0x41>;
};
atl_clkin2_ck {
#clock-cells = <0x0>;
compatible = "ti,dra7-atl-clock";
clocks = <0xe>;
phandle = <0x40>;
};
atl_clkin3_ck {
#clock-cells = <0x0>;
compatible = "ti,dra7-atl-clock";
clocks = <0xe>;
phandle = <0x3f>;
};
hdmi_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x2e>;
};
mlb_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0xa4>;
};
mlbp_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0xa5>;
};
pciesref_acs_clk_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x5f5e100>;
phandle = <0x59>;
};
ref_clkin0_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x44>;
};
ref_clkin1_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x45>;
};
ref_clkin2_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x46>;
};
ref_clkin3_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x47>;
};
rmii_clk_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x70>;
};
sdvenc_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
};
secure_32k_clk_src_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x8000>;
phandle = <0x8e>;
};
sys_clk32_crystal_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x8000>;
phandle = <0xa>;
};
sys_clk32_pseudo_ck {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0xf>;
clock-mult = <0x1>;
clock-div = <0x262>;
phandle = <0xb>;
};
virt_12000000_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0xb71b00>;
phandle = <0x7e>;
};
virt_13000000_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0xc65d40>;
};
virt_16800000_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x1005900>;
phandle = <0x80>;
};
virt_19200000_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x124f800>;
phandle = <0x81>;
};
virt_20000000_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x1312d00>;
phandle = <0x7f>;
};
virt_26000000_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x18cba80>;
phandle = <0x82>;
};
virt_27000000_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x19bfcc0>;
phandle = <0x83>;
};
virt_38400000_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x249f000>;
phandle = <0x84>;
};
sys_clkin2 {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x1588800>;
phandle = <0x43>;
};
usb_otg_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x8b>;
};
video1_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x38>;
};
video1_m2_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x2d>;
};
video2_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x39>;
};
video2_m2_clkin_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
phandle = <0x2c>;
};
dpll_abe_ck@1e0 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-m4xen-clock";
clocks = <0x10 0x11>;
reg = <0x1e0 0x1e4 0x1ec 0x1e8>;
phandle = <0x12>;
};
dpll_abe_x2_ck {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-x2-clock";
clocks = <0x12>;
phandle = <0x13>;
};
dpll_abe_m2x2_ck@1f0 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x13>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x1f0>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x14>;
};
abe_clk@108 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x14>;
ti,max-div = <0x4>;
reg = <0x108>;
ti,index-power-of-two;
phandle = <0x86>;
};
dpll_abe_m2_ck@1f0 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x12>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x1f0>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x6e>;
};
dpll_abe_m3x2_ck@1f4 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x13>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x1f4>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x15>;
};
dpll_core_byp_mux@12c {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x15>;
ti,bit-shift = <0x17>;
reg = <0x12c>;
phandle = <0x16>;
};
dpll_core_ck@120 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-core-clock";
clocks = <0xf 0x16>;
reg = <0x120 0x124 0x12c 0x128>;
phandle = <0x17>;
};
dpll_core_x2_ck {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-x2-clock";
clocks = <0x17>;
phandle = <0x18>;
};
dpll_core_h12x2_ck@13c {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x18>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x13c>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x19>;
};
mpu_dpll_hs_clk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x19>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x1a>;
};
dpll_mpu_ck@160 {
#clock-cells = <0x0>;
compatible = "ti,omap5-mpu-dpll-clock";
clocks = <0xf 0x1a>;
reg = <0x160 0x164 0x16c 0x168>;
phandle = <0x4>;
};
dpll_mpu_m2_ck@170 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x4>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x170>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x1b>;
};
mpu_dclk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x1b>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x92>;
};
dsp_dpll_hs_clk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x19>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x1c>;
};
dpll_dsp_byp_mux@240 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x1c>;
ti,bit-shift = <0x17>;
reg = <0x240>;
phandle = <0x1d>;
};
dpll_dsp_ck@234 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-clock";
clocks = <0xf 0x1d>;
reg = <0x234 0x238 0x240 0x23c>;
assigned-clocks = <0x1e>;
assigned-clock-rates = <0x23c34600>;
phandle = <0x1e>;
};
dpll_dsp_m2_ck@244 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x1e>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x244>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
assigned-clocks = <0x1f>;
assigned-clock-rates = <0x23c34600>;
phandle = <0x1f>;
};
iva_dpll_hs_clk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x19>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x20>;
};
dpll_iva_byp_mux@1ac {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x20>;
ti,bit-shift = <0x17>;
reg = <0x1ac>;
phandle = <0x21>;
};
dpll_iva_ck@1a0 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-clock";
clocks = <0xf 0x21>;
reg = <0x1a0 0x1a4 0x1ac 0x1a8>;
assigned-clocks = <0x22>;
assigned-clock-rates = <0x45707d40>;
phandle = <0x22>;
};
dpll_iva_m2_ck@1b0 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x22>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x1b0>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
assigned-clocks = <0x23>;
assigned-clock-rates = <0x17257f16>;
phandle = <0x23>;
};
iva_dclk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x23>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x94>;
};
dpll_gpu_byp_mux@2e4 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x15>;
ti,bit-shift = <0x17>;
reg = <0x2e4>;
phandle = <0x24>;
};
dpll_gpu_ck@2d8 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-clock";
clocks = <0xf 0x24>;
reg = <0x2d8 0x2dc 0x2e4 0x2e0>;
assigned-clocks = <0x25>;
assigned-clock-rates = <0x4c1d7940>;
phandle = <0x25>;
};
dpll_gpu_m2_ck@2e8 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x25>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x2e8>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
assigned-clocks = <0x26>;
assigned-clock-rates = <0x195f286b>;
phandle = <0x26>;
};
dpll_core_m2_ck@130 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x17>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x130>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x27>;
};
core_dpll_out_dclk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x27>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x96>;
};
dpll_ddr_byp_mux@21c {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x15>;
ti,bit-shift = <0x17>;
reg = <0x21c>;
phandle = <0x28>;
};
dpll_ddr_ck@210 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-clock";
clocks = <0xf 0x28>;
reg = <0x210 0x214 0x21c 0x218>;
phandle = <0x29>;
};
dpll_ddr_m2_ck@220 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x29>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x220>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x88>;
};
dpll_gmac_byp_mux@2b4 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x15>;
ti,bit-shift = <0x17>;
reg = <0x2b4>;
phandle = <0x2a>;
};
dpll_gmac_ck@2a8 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-clock";
clocks = <0xf 0x2a>;
reg = <0x2a8 0x2ac 0x2b4 0x2b0>;
phandle = <0x2b>;
};
dpll_gmac_m2_ck@2b8 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x2b>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x2b8>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x89>;
};
video2_dclk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x2c>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x98>;
};
video1_dclk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x2d>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x99>;
};
hdmi_dclk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x2e>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x9a>;
};
per_dpll_hs_clk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x15>;
clock-mult = <0x1>;
clock-div = <0x2>;
phandle = <0x5d>;
};
usb_dpll_hs_clk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x15>;
clock-mult = <0x1>;
clock-div = <0x3>;
phandle = <0x61>;
};
eve_dpll_hs_clk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x19>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x2f>;
};
dpll_eve_byp_mux@290 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x2f>;
ti,bit-shift = <0x17>;
reg = <0x290>;
phandle = <0x30>;
};
dpll_eve_ck@284 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-clock";
clocks = <0xf 0x30>;
reg = <0x284 0x288 0x290 0x28c>;
phandle = <0x31>;
};
dpll_eve_m2_ck@294 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x31>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x294>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x32>;
};
eve_dclk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x32>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0xa3>;
};
dpll_core_h13x2_ck@140 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x18>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x140>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
};
dpll_core_h14x2_ck@144 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x18>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x144>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x71>;
};
dpll_core_h22x2_ck@154 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x18>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x154>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x3a>;
};
dpll_core_h23x2_ck@158 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x18>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x158>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x7d>;
};
dpll_core_h24x2_ck@15c {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x18>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x15c>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
};
dpll_ddr_x2_ck {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-x2-clock";
clocks = <0x29>;
phandle = <0x33>;
};
dpll_ddr_h11x2_ck@228 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x33>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x228>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
};
dpll_dsp_x2_ck {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-x2-clock";
clocks = <0x1e>;
phandle = <0x34>;
};
dpll_dsp_m3x2_ck@248 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x34>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x248>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
assigned-clocks = <0x35>;
assigned-clock-rates = <0x17d78400>;
phandle = <0x35>;
};
dpll_gmac_x2_ck {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-x2-clock";
clocks = <0x2b>;
phandle = <0x36>;
};
dpll_gmac_h11x2_ck@2c0 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x36>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x2c0>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x37>;
};
dpll_gmac_h12x2_ck@2c4 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x36>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x2c4>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
};
dpll_gmac_h13x2_ck@2c8 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x36>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x2c8>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
};
dpll_gmac_m3x2_ck@2bc {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x36>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x2bc>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
};
gmii_m_clk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x37>;
clock-mult = <0x1>;
clock-div = <0x2>;
};
hdmi_clk2_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x2e>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x4d>;
};
hdmi_div_clk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x2e>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x53>;
};
l3_iclk_div@100 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
ti,max-div = <0x2>;
ti,bit-shift = <0x4>;
reg = <0x100>;
clocks = <0x19>;
ti,index-power-of-two;
phandle = <0x8>;
};
l4_root_clk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x8>;
clock-mult = <0x1>;
clock-div = <0x2>;
phandle = <0x9>;
};
video1_clk2_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x38>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x4b>;
};
video1_div_clk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x38>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x51>;
};
video2_clk2_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x39>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x4c>;
};
video2_div_clk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x39>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x52>;
};
ipu1_gfclk_mux@520 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x14 0x3a>;
ti,bit-shift = <0x18>;
reg = <0x520>;
assigned-clocks = <0x3b>;
assigned-clock-parents = <0x3a>;
phandle = <0x3b>;
};
mcasp1_ahclkr_mux@550 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x1c>;
reg = <0x550>;
phandle = <0xe1>;
};
mcasp1_ahclkx_mux@550 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x18>;
reg = <0x550>;
phandle = <0xe0>;
};
mcasp1_aux_gfclk_mux@550 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4a 0x4b 0x4c 0x4d>;
ti,bit-shift = <0x16>;
reg = <0x550>;
phandle = <0xdf>;
};
timer5_gfclk_mux@558 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53 0x54>;
ti,bit-shift = <0x18>;
reg = <0x558>;
};
timer6_gfclk_mux@560 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53 0x54>;
ti,bit-shift = <0x18>;
reg = <0x560>;
};
timer7_gfclk_mux@568 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53 0x54>;
ti,bit-shift = <0x18>;
reg = <0x568>;
};
timer8_gfclk_mux@570 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53 0x54>;
ti,bit-shift = <0x18>;
reg = <0x570>;
};
uart6_gfclk_mux@580 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x580>;
};
dummy_ck {
#clock-cells = <0x0>;
compatible = "fixed-clock";
clock-frequency = <0x0>;
};
};
clockdomains {
};
};
cm_core@8000 {
compatible = "ti,dra7-cm-core";
reg = <0x8000 0x3000>;
clocks {
#address-cells = <0x1>;
#size-cells = <0x0>;
dpll_pcie_ref_ck@200 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-clock";
clocks = <0xf 0xf>;
reg = <0x200 0x204 0x20c 0x208>;
phandle = <0x57>;
};
dpll_pcie_ref_m2ldo_ck@210 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x57>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x210>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x58>;
};
apll_pcie_in_clk_mux@4ae06118 {
compatible = "ti,mux-clock";
clocks = <0x58 0x59>;
#clock-cells = <0x0>;
reg = <0x21c 0x4>;
ti,bit-shift = <0x7>;
phandle = <0x5a>;
};
apll_pcie_ck@21c {
#clock-cells = <0x0>;
compatible = "ti,dra7-apll-clock";
clocks = <0x5a 0x57>;
reg = <0x21c 0x220>;
phandle = <0x5b>;
};
optfclk_pciephy1_32khz@4a0093b0 {
compatible = "ti,gate-clock";
clocks = <0x4f>;
#clock-cells = <0x0>;
reg = <0x13b0>;
ti,bit-shift = <0x8>;
phandle = <0xca>;
};
optfclk_pciephy2_32khz@4a0093b8 {
compatible = "ti,gate-clock";
clocks = <0x4f>;
#clock-cells = <0x0>;
reg = <0x13b8>;
ti,bit-shift = <0x8>;
phandle = <0xcd>;
};
optfclk_pciephy_div@4a00821c {
compatible = "ti,divider-clock";
clocks = <0x5b>;
#clock-cells = <0x0>;
reg = <0x21c>;
ti,dividers = <0x2 0x1>;
ti,bit-shift = <0x8>;
ti,max-div = <0x2>;
phandle = <0x5c>;
};
optfclk_pciephy1_clk@4a0093b0 {
compatible = "ti,gate-clock";
clocks = <0x5b>;
#clock-cells = <0x0>;
reg = <0x13b0>;
ti,bit-shift = <0x9>;
phandle = <0xcb>;
};
optfclk_pciephy2_clk@4a0093b8 {
compatible = "ti,gate-clock";
clocks = <0x5b>;
#clock-cells = <0x0>;
reg = <0x13b8>;
ti,bit-shift = <0x9>;
phandle = <0xce>;
};
optfclk_pciephy1_div_clk@4a0093b0 {
compatible = "ti,gate-clock";
clocks = <0x5c>;
#clock-cells = <0x0>;
reg = <0x13b0>;
ti,bit-shift = <0xa>;
phandle = <0xcc>;
};
optfclk_pciephy2_div_clk@4a0093b8 {
compatible = "ti,gate-clock";
clocks = <0x5c>;
#clock-cells = <0x0>;
reg = <0x13b8>;
ti,bit-shift = <0xa>;
phandle = <0xcf>;
};
apll_pcie_clkvcoldo {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x5b>;
clock-mult = <0x1>;
clock-div = <0x1>;
};
apll_pcie_clkvcoldo_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x5b>;
clock-mult = <0x1>;
clock-div = <0x1>;
};
apll_pcie_m2_ck {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x5b>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x8d>;
};
dpll_per_byp_mux@14c {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x5d>;
ti,bit-shift = <0x17>;
reg = <0x14c>;
phandle = <0x5e>;
};
dpll_per_ck@140 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-clock";
clocks = <0xf 0x5e>;
reg = <0x140 0x144 0x14c 0x148>;
phandle = <0x5f>;
};
dpll_per_m2_ck@150 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x5f>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x150>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x60>;
};
func_96m_aon_dclk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x60>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x9b>;
};
dpll_usb_byp_mux@18c {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x61>;
ti,bit-shift = <0x17>;
reg = <0x18c>;
phandle = <0x62>;
};
dpll_usb_ck@180 {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-j-type-clock";
clocks = <0xf 0x62>;
reg = <0x180 0x184 0x18c 0x188>;
phandle = <0x63>;
};
dpll_usb_m2_ck@190 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x63>;
ti,max-div = <0x7f>;
ti,autoidle-shift = <0x8>;
reg = <0x190>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x66>;
};
dpll_pcie_ref_m2_ck@210 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x57>;
ti,max-div = <0x7f>;
ti,autoidle-shift = <0x8>;
reg = <0x210>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x8c>;
};
dpll_per_x2_ck {
#clock-cells = <0x0>;
compatible = "ti,omap4-dpll-x2-clock";
clocks = <0x5f>;
phandle = <0x64>;
};
dpll_per_h11x2_ck@158 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x64>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x158>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x65>;
};
dpll_per_h12x2_ck@15c {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x64>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x15c>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x69>;
};
dpll_per_h13x2_ck@160 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x64>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x160>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x7b>;
};
dpll_per_h14x2_ck@164 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x64>;
ti,max-div = <0x3f>;
ti,autoidle-shift = <0x8>;
reg = <0x164>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x72>;
};
dpll_per_m2x2_ck@150 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x64>;
ti,max-div = <0x1f>;
ti,autoidle-shift = <0x8>;
reg = <0x150>;
ti,index-starts-at-one;
ti,invert-autoidle-bit;
phandle = <0x56>;
};
dpll_usb_clkdcoldo {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x63>;
clock-mult = <0x1>;
clock-div = <0x1>;
phandle = <0x68>;
};
func_128m_clk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x65>;
clock-mult = <0x1>;
clock-div = <0x2>;
phandle = <0x76>;
};
func_12m_fclk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x56>;
clock-mult = <0x1>;
clock-div = <0x10>;
};
func_24m_clk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x60>;
clock-mult = <0x1>;
clock-div = <0x4>;
phandle = <0x3e>;
};
func_48m_fclk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x56>;
clock-mult = <0x1>;
clock-div = <0x4>;
phandle = <0x55>;
};
func_96m_fclk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x56>;
clock-mult = <0x1>;
clock-div = <0x2>;
};
l3init_60m_fclk@104 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x66>;
reg = <0x104>;
ti,dividers = <0x1 0x8>;
};
clkout2_clk@6b0 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x67>;
ti,bit-shift = <0x8>;
reg = <0x6b0>;
};
l3init_960m_gfclk@6c0 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x68>;
ti,bit-shift = <0x8>;
reg = <0x6c0>;
phandle = <0x6d>;
};
dss_32khz_clk@1120 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0xb>;
reg = <0x1120>;
};
dss_48mhz_clk@1120 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x55>;
ti,bit-shift = <0x9>;
reg = <0x1120>;
phandle = <0xfa>;
};
dss_dss_clk@1120 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x69>;
ti,bit-shift = <0x8>;
reg = <0x1120>;
ti,set-rate-parent;
phandle = <0xf7>;
};
dss_hdmi_clk@1120 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x6a>;
ti,bit-shift = <0xa>;
reg = <0x1120>;
phandle = <0xfb>;
};
dss_video1_clk@1120 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x6b>;
ti,bit-shift = <0xc>;
reg = <0x1120>;
phandle = <0xf8>;
};
dss_video2_clk@1120 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x6c>;
ti,bit-shift = <0xd>;
reg = <0x1120>;
};
gpio2_dbclk@1760 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1760>;
};
gpio3_dbclk@1768 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1768>;
};
gpio4_dbclk@1770 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1770>;
};
gpio5_dbclk@1778 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1778>;
};
gpio6_dbclk@1780 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1780>;
};
gpio7_dbclk@1810 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1810>;
};
gpio8_dbclk@1818 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1818>;
};
mmc1_clk32k@1328 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1328>;
};
mmc2_clk32k@1330 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1330>;
};
mmc3_clk32k@1820 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1820>;
};
mmc4_clk32k@1828 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1828>;
};
sata_ref_clk@1388 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0xf>;
ti,bit-shift = <0x8>;
reg = <0x1388>;
phandle = <0xc8>;
};
usb_otg_ss1_refclk960m@13f0 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x6d>;
ti,bit-shift = <0x8>;
reg = <0x13f0>;
phandle = <0xd2>;
};
usb_otg_ss2_refclk960m@1340 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x6d>;
ti,bit-shift = <0x8>;
reg = <0x1340>;
phandle = <0xd5>;
};
usb_phy1_always_on_clk32k@640 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x640>;
phandle = <0xd1>;
};
usb_phy2_always_on_clk32k@688 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x688>;
phandle = <0xd4>;
};
usb_phy3_always_on_clk32k@698 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x698>;
phandle = <0xd6>;
};
atl_dpll_clk_mux@c00 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4f 0x38 0x39 0x2e>;
ti,bit-shift = <0x18>;
reg = <0xc00>;
phandle = <0x6f>;
};
atl_gfclk_mux@c00 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x8 0x6e 0x6f>;
ti,bit-shift = <0x1a>;
reg = <0xc00>;
phandle = <0xe>;
};
rmii_50mhz_clk_mux@13d0 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x37 0x70>;
ti,bit-shift = <0x18>;
reg = <0x13d0>;
};
gmac_rft_clk_mux@13d0 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x38 0x39 0x6e 0x2e 0x8>;
ti,bit-shift = <0x19>;
reg = <0x13d0>;
phandle = <0xf2>;
};
gpu_core_gclk_mux@1220 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x71 0x72 0x26>;
ti,bit-shift = <0x18>;
reg = <0x1220>;
assigned-clocks = <0x73>;
assigned-clock-parents = <0x26>;
phandle = <0x73>;
};
gpu_hyd_gclk_mux@1220 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x71 0x72 0x26>;
ti,bit-shift = <0x1a>;
reg = <0x1220>;
assigned-clocks = <0x74>;
assigned-clock-parents = <0x26>;
phandle = <0x74>;
};
l3instr_ts_gclk_div@e50 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x75>;
ti,bit-shift = <0x18>;
reg = <0xe50>;
ti,dividers = <0x8 0x10 0x20>;
};
mcasp2_ahclkr_mux@1860 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x1c>;
reg = <0x1860>;
phandle = <0xe4>;
};
mcasp2_ahclkx_mux@1860 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x18>;
reg = <0x1860>;
phandle = <0xe3>;
};
mcasp2_aux_gfclk_mux@1860 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4a 0x4b 0x4c 0x4d>;
ti,bit-shift = <0x16>;
reg = <0x1860>;
phandle = <0xe2>;
};
mcasp3_ahclkx_mux@1868 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x18>;
reg = <0x1868>;
phandle = <0xe6>;
};
mcasp3_aux_gfclk_mux@1868 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4a 0x4b 0x4c 0x4d>;
ti,bit-shift = <0x16>;
reg = <0x1868>;
phandle = <0xe5>;
};
mcasp4_ahclkx_mux@1898 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x18>;
reg = <0x1898>;
phandle = <0xe8>;
};
mcasp4_aux_gfclk_mux@1898 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4a 0x4b 0x4c 0x4d>;
ti,bit-shift = <0x16>;
reg = <0x1898>;
phandle = <0xe7>;
};
mcasp5_ahclkx_mux@1878 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x18>;
reg = <0x1878>;
phandle = <0xea>;
};
mcasp5_aux_gfclk_mux@1878 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4a 0x4b 0x4c 0x4d>;
ti,bit-shift = <0x16>;
reg = <0x1878>;
phandle = <0xe9>;
};
mcasp6_ahclkx_mux@1904 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x18>;
reg = <0x1904>;
phandle = <0xec>;
};
mcasp6_aux_gfclk_mux@1904 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4a 0x4b 0x4c 0x4d>;
ti,bit-shift = <0x16>;
reg = <0x1904>;
phandle = <0xeb>;
};
mcasp7_ahclkx_mux@1908 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x18>;
reg = <0x1908>;
phandle = <0xee>;
};
mcasp7_aux_gfclk_mux@1908 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4a 0x4b 0x4c 0x4d>;
ti,bit-shift = <0x16>;
reg = <0x1908>;
phandle = <0xed>;
};
mcasp8_ahclkx_mux@1890 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49>;
ti,bit-shift = <0x16>;
reg = <0x1890>;
phandle = <0xf0>;
};
mcasp8_aux_gfclk_mux@1890 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4a 0x4b 0x4c 0x4d>;
ti,bit-shift = <0x18>;
reg = <0x1890>;
phandle = <0xef>;
};
mmc1_fclk_mux@1328 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x76 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1328>;
phandle = <0x77>;
};
mmc1_fclk_div@1328 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x77>;
ti,bit-shift = <0x19>;
ti,max-div = <0x4>;
reg = <0x1328>;
ti,index-power-of-two;
};
mmc2_fclk_mux@1330 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x76 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1330>;
phandle = <0x78>;
};
mmc2_fclk_div@1330 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x78>;
ti,bit-shift = <0x19>;
ti,max-div = <0x4>;
reg = <0x1330>;
ti,index-power-of-two;
};
mmc3_gfclk_mux@1820 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1820>;
phandle = <0x79>;
};
mmc3_gfclk_div@1820 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x79>;
ti,bit-shift = <0x19>;
ti,max-div = <0x4>;
reg = <0x1820>;
ti,index-power-of-two;
};
mmc4_gfclk_mux@1828 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1828>;
phandle = <0x7a>;
};
mmc4_gfclk_div@1828 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x7a>;
ti,bit-shift = <0x19>;
ti,max-div = <0x4>;
reg = <0x1828>;
ti,index-power-of-two;
};
qspi_gfclk_mux@1838 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x76 0x7b>;
ti,bit-shift = <0x18>;
reg = <0x1838>;
phandle = <0x7c>;
};
qspi_gfclk_div@1838 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x7c>;
ti,bit-shift = <0x19>;
ti,max-div = <0x4>;
reg = <0x1838>;
ti,index-power-of-two;
phandle = <0xc7>;
};
timer10_gfclk_mux@1728 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x1728>;
};
timer11_gfclk_mux@1730 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x1730>;
};
timer13_gfclk_mux@17c8 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x17c8>;
};
timer14_gfclk_mux@17d0 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x17d0>;
};
timer15_gfclk_mux@17d8 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x17d8>;
};
timer16_gfclk_mux@1830 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x1830>;
};
timer2_gfclk_mux@1738 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x1738>;
};
timer3_gfclk_mux@1740 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x1740>;
};
timer4_gfclk_mux@1748 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x1748>;
};
timer9_gfclk_mux@1750 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x1750>;
};
uart1_gfclk_mux@1840 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1840>;
};
uart2_gfclk_mux@1848 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1848>;
};
uart3_gfclk_mux@1850 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1850>;
};
uart4_gfclk_mux@1858 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1858>;
};
uart5_gfclk_mux@1870 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1870>;
};
uart7_gfclk_mux@18d0 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x18d0>;
};
uart8_gfclk_mux@18e0 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x18e0>;
};
uart9_gfclk_mux@18e8 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x18e8>;
};
vip1_gclk_mux@1020 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x8 0x7d>;
ti,bit-shift = <0x18>;
reg = <0x1020>;
};
vip2_gclk_mux@1028 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x8 0x7d>;
ti,bit-shift = <0x18>;
reg = <0x1028>;
};
vip3_gclk_mux@1030 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x8 0x7d>;
ti,bit-shift = <0x18>;
reg = <0x1030>;
};
};
clockdomains {
coreaon_clkdm {
compatible = "ti,clockdomain";
clocks = <0x63>;
};
};
};
};
l4@4ae00000 {
compatible = "ti,dra7-l4-wkup", "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0x0 0x4ae00000 0x3f000>;
counter@4000 {
compatible = "ti,omap-counter32k";
reg = <0x4000 0x40>;
ti,hwmods = "counter_32k";
};
prm@6000 {
compatible = "ti,dra7-prm";
reg = <0x6000 0x3000>;
interrupts = <0x0 0x6 0x4>;
clocks {
#address-cells = <0x1>;
#size-cells = <0x0>;
sys_clkin1@110 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x7e 0x7f 0x80 0x81 0x82 0x83 0x84>;
reg = <0x110>;
ti,index-starts-at-one;
phandle = <0xf>;
};
abe_dpll_sys_clk_mux@118 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x43>;
reg = <0x118>;
phandle = <0x85>;
};
abe_dpll_bypass_clk_mux@114 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x85 0x4f>;
reg = <0x114>;
phandle = <0x11>;
};
abe_dpll_clk_mux@10c {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x85 0x4f>;
reg = <0x10c>;
phandle = <0x10>;
};
abe_24m_fclk@11c {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x14>;
reg = <0x11c>;
ti,dividers = <0x8 0x10>;
phandle = <0x3c>;
};
aess_fclk@178 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x86>;
reg = <0x178>;
ti,max-div = <0x2>;
phandle = <0x87>;
};
abe_giclk_div@174 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x87>;
reg = <0x174>;
ti,max-div = <0x2>;
phandle = <0x50>;
};
abe_lp_clk_div@1d8 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x14>;
reg = <0x1d8>;
ti,dividers = <0x10 0x20>;
phandle = <0xa6>;
};
abe_sys_clk_div@120 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0xf>;
reg = <0x120>;
ti,max-div = <0x2>;
phandle = <0x3d>;
};
adc_gfclk_mux@1dc {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x43 0x4f>;
reg = <0x1dc>;
};
sys_clk1_dclk_div@1c8 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0xf>;
ti,max-div = <0x40>;
reg = <0x1c8>;
ti,index-power-of-two;
phandle = <0x8f>;
};
sys_clk2_dclk_div@1cc {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x43>;
ti,max-div = <0x40>;
reg = <0x1cc>;
ti,index-power-of-two;
phandle = <0x90>;
};
per_abe_x1_dclk_div@1bc {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x6e>;
ti,max-div = <0x40>;
reg = <0x1bc>;
ti,index-power-of-two;
phandle = <0x91>;
};
dsp_gclk_div@18c {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x1f>;
ti,max-div = <0x40>;
reg = <0x18c>;
ti,index-power-of-two;
phandle = <0x93>;
};
gpu_dclk@1a0 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x26>;
ti,max-div = <0x40>;
reg = <0x1a0>;
ti,index-power-of-two;
phandle = <0x95>;
};
emif_phy_dclk_div@190 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x88>;
ti,max-div = <0x40>;
reg = <0x190>;
ti,index-power-of-two;
phandle = <0x97>;
};
gmac_250m_dclk_div@19c {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x89>;
ti,max-div = <0x40>;
reg = <0x19c>;
ti,index-power-of-two;
phandle = <0x8a>;
};
gmac_main_clk {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0x8a>;
clock-mult = <0x1>;
clock-div = <0x2>;
phandle = <0xf1>;
};
l3init_480m_dclk_div@1ac {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x66>;
ti,max-div = <0x40>;
reg = <0x1ac>;
ti,index-power-of-two;
phandle = <0x9c>;
};
usb_otg_dclk_div@184 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x8b>;
ti,max-div = <0x40>;
reg = <0x184>;
ti,index-power-of-two;
phandle = <0x9d>;
};
sata_dclk_div@1c0 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0xf>;
ti,max-div = <0x40>;
reg = <0x1c0>;
ti,index-power-of-two;
phandle = <0x9e>;
};
pcie2_dclk_div@1b8 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x8c>;
ti,max-div = <0x40>;
reg = <0x1b8>;
ti,index-power-of-two;
phandle = <0x9f>;
};
pcie_dclk_div@1b4 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x8d>;
ti,max-div = <0x40>;
reg = <0x1b4>;
ti,index-power-of-two;
phandle = <0xa0>;
};
emu_dclk_div@194 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0xf>;
ti,max-div = <0x40>;
reg = <0x194>;
ti,index-power-of-two;
phandle = <0xa1>;
};
secure_32k_dclk_div@1c4 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x8e>;
ti,max-div = <0x40>;
reg = <0x1c4>;
ti,index-power-of-two;
phandle = <0xa2>;
};
clkoutmux0_clk_mux@158 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x8f 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x8a 0x98 0x99 0x9a 0x9b 0x9c 0x9d 0x9e 0x9f 0xa0 0xa1 0xa2 0xa3>;
reg = <0x158>;
phandle = <0x54>;
};
clkoutmux1_clk_mux@15c {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x8f 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x8a 0x98 0x99 0x9a 0x9b 0x9c 0x9d 0x9e 0x9f 0xa0 0xa1 0xa2 0xa3>;
reg = <0x15c>;
};
clkoutmux2_clk_mux@160 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x8f 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x8a 0x98 0x99 0x9a 0x9b 0x9c 0x9d 0x9e 0x9f 0xa0 0xa1 0xa2 0xa3>;
reg = <0x160>;
phandle = <0x67>;
};
custefuse_sys_gfclk_div {
#clock-cells = <0x0>;
compatible = "fixed-factor-clock";
clocks = <0xf>;
clock-mult = <0x1>;
clock-div = <0x2>;
};
eve_clk@180 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x32 0x35>;
reg = <0x180>;
};
hdmi_dpll_clk_mux@164 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x43>;
reg = <0x164>;
phandle = <0x6a>;
};
mlb_clk@134 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0xa4>;
ti,max-div = <0x40>;
reg = <0x134>;
ti,index-power-of-two;
phandle = <0x48>;
};
mlbp_clk@130 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0xa5>;
ti,max-div = <0x40>;
reg = <0x130>;
ti,index-power-of-two;
phandle = <0x49>;
};
per_abe_x1_gfclk2_div@138 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0x6e>;
ti,max-div = <0x40>;
reg = <0x138>;
ti,index-power-of-two;
phandle = <0x4a>;
};
timer_sys_clk_div@144 {
#clock-cells = <0x0>;
compatible = "ti,divider-clock";
clocks = <0xf>;
reg = <0x144>;
ti,max-div = <0x2>;
phandle = <0x4e>;
};
video1_dpll_clk_mux@168 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x43>;
reg = <0x168>;
phandle = <0x6b>;
};
video2_dpll_clk_mux@16c {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x43>;
reg = <0x16c>;
phandle = <0x6c>;
};
wkupaon_iclk_mux@108 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0xa6>;
reg = <0x108>;
phandle = <0x75>;
};
gpio1_dbclk@1838 {
#clock-cells = <0x0>;
compatible = "ti,gate-clock";
clocks = <0x4f>;
ti,bit-shift = <0x8>;
reg = <0x1838>;
};
dcan1_sys_clk_mux@1888 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0xf 0x43>;
ti,bit-shift = <0x18>;
reg = <0x1888>;
phandle = <0xf4>;
};
timer1_gfclk_mux@1840 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x4e 0x4f 0x43 0x44 0x45 0x46 0x47 0x50 0x51 0x52 0x53>;
ti,bit-shift = <0x18>;
reg = <0x1840>;
};
uart10_gfclk_mux@1880 {
#clock-cells = <0x0>;
compatible = "ti,mux-clock";
clocks = <0x55 0x56>;
ti,bit-shift = <0x18>;
reg = <0x1880>;
};
};
clockdomains {
};
};
scm_conf@c000 {
compatible = "syscon";
reg = <0xc000 0x1000>;
phandle = <0x5>;
};
};
axi@0 {
compatible = "simple-bus";
#size-cells = <0x1>;
#address-cells = <0x1>;
ranges = <0x51000000 0x51000000 0x3000 0x0 0x20000000 0x10000000>;
pcie@51000000 {
compatible = "ti,dra7-pcie";
reg = <0x51000000 0x2000 0x51002000 0x14c 0x1000 0x2000>;
reg-names = "rc_dbics", "ti_conf", "config";
interrupts = <0x0 0xe8 0x4 0x0 0xe9 0x4>;
#address-cells = <0x3>;
#size-cells = <0x2>;
device_type = "pci";
ranges = <0x81000000 0x0 0x0 0x3000 0x0 0x10000 0x82000000 0x0 0x20013000 0x13000 0x0 0xffed000>;
bus-range = <0x0 0xff>;
#interrupt-cells = <0x1>;
num-lanes = <0x1>;
linux,pci-domain = <0x0>;
ti,hwmods = "pcie1";
phys = <0xa7>;
phy-names = "pcie-phy0";
interrupt-map-mask = <0x0 0x0 0x0 0x7>;
interrupt-map = <0x0 0x0 0x0 0x1 0xa8 0x1 0x0 0x0 0x0 0x2 0xa8 0x2 0x0 0x0 0x0 0x3 0xa8 0x3 0x0 0x0 0x0 0x4 0xa8 0x4>;
status = "disabled";
interrupt-controller {
interrupt-controller;
#address-cells = <0x0>;
#interrupt-cells = <0x1>;
phandle = <0xa8>;
};
};
pcie_ep@51000000 {
compatible = "ti,dra7-pcie-ep";
reg = <0x51000000 0x28 0x51002000 0x14c 0x51001000 0x28 0x1000 0x10000000>;
reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space";
interrupts = <0x0 0xe8 0x4>;
num-lanes = <0x1>;
num-ib-windows = <0x4>;
num-ob-windows = <0x10>;
ti,hwmods = "pcie1";
phys = <0xa7>;
phy-names = "pcie-phy0";
ti,syscon-unaligned-access = <0xa9 0x14 0x2>;
status = "disabled";
};
};
axi@1 {
compatible = "simple-bus";
#size-cells = <0x1>;
#address-cells = <0x1>;
ranges = <0x51800000 0x51800000 0x3000 0x0 0x30000000 0x10000000>;
status = "disabled";
pcie@51800000 {
compatible = "ti,dra7-pcie";
reg = <0x51800000 0x2000 0x51802000 0x14c 0x1000 0x2000>;
reg-names = "rc_dbics", "ti_conf", "config";
interrupts = <0x0 0x163 0x4 0x0 0x164 0x4>;
#address-cells = <0x3>;
#size-cells = <0x2>;
device_type = "pci";
ranges = <0x81000000 0x0 0x0 0x3000 0x0 0x10000 0x82000000 0x0 0x30013000 0x13000 0x0 0xffed000>;
bus-range = <0x0 0xff>;
#interrupt-cells = <0x1>;
num-lanes = <0x1>;
linux,pci-domain = <0x1>;
ti,hwmods = "pcie2";
phys = <0xaa>;
phy-names = "pcie-phy0";
interrupt-map-mask = <0x0 0x0 0x0 0x7>;
interrupt-map = <0x0 0x0 0x0 0x1 0xab 0x1 0x0 0x0 0x0 0x2 0xab 0x2 0x0 0x0 0x0 0x3 0xab 0x3 0x0 0x0 0x0 0x4 0xab 0x4>;
interrupt-controller {
interrupt-controller;
#address-cells = <0x0>;
#interrupt-cells = <0x1>;
phandle = <0xab>;
};
};
};
ocmcram@40300000 {
compatible = "mmio-sram";
reg = <0x40300000 0x80000>;
ranges = <0x0 0x40300000 0x80000>;
#address-cells = <0x1>;
#size-cells = <0x1>;
sram-hs@0 {
compatible = "ti,secure-ram";
reg = <0x0 0x0>;
};
};
ocmcram@40400000 {
status = "disabled";
compatible = "mmio-sram";
reg = <0x40400000 0x100000>;
ranges = <0x0 0x40400000 0x100000>;
#address-cells = <0x1>;
#size-cells = <0x1>;
};
ocmcram@40500000 {
status = "disabled";
compatible = "mmio-sram";
reg = <0x40500000 0x100000>;
ranges = <0x0 0x40500000 0x100000>;
#address-cells = <0x1>;
#size-cells = <0x1>;
};
bandgap@4a0021e0 {
reg = <0x4a0021e0 0xc 0x4a00232c 0xc 0x4a002380 0x2c 0x4a0023c0 0x3c 0x4a002564 0x8 0x4a002574 0x50>;
compatible = "ti,dra752-bandgap";
interrupts = <0x0 0x79 0x4>;
#thermal-sensor-cells = <0x1>;
u-boot,dm-spl;
phandle = <0x101>;
};
dsp_system@40d00000 {
compatible = "syscon";
reg = <0x40d00000 0x100>;
phandle = <0xc6>;
};
padconf@4844a000 {
compatible = "ti,dra7-iodelay";
reg = <0x4844a000 0xd1c>;
#address-cells = <0x1>;
#size-cells = <0x0>;
#pinctrl-cells = <0x2>;
mmc1_iodelay_ddr50_conf {
pinctrl-pin-array = <0x618 0x24c 0x0 0x624 0x3e8 0x0 0x630 0x55f 0x0 0x63c 0x3e8 0x0 0x648 0x3e8 0x0 0x654 0x3e8 0x0 0x620 0x4ce 0x0 0x62c 0x0 0x0 0x638 0x38 0x0 0x644 0x4c 0x0 0x650 0x5b 0x0 0x65c 0x63 0x0 0x628 0x0 0x0 0x634 0x0 0x0 0x640 0x0 0x0 0x64c 0x0 0x0 0x658 0x0 0x0>;
phandle = <0xbe>;
};
mmc1_iodelay_sdr104_rev10_conf {
pinctrl-pin-array = <0x620 0x230 0x16d 0x62c 0x0 0x0 0x638 0x1d 0x0 0x644 0x0 0x0 0x650 0x2f 0x0 0x65c 0x1e 0x0 0x628 0x7d 0x0 0x634 0x2b 0x0 0x640 0x1b1 0x0 0x64c 0x11f 0x0 0x658 0x15f 0x0>;
};
mmc1_iodelay_sdr104_rev20_conf {
pinctrl-pin-array = <0x620 0x208 0x140 0x62c 0x0 0x0 0x638 0x28 0x0 0x644 0x53 0x0 0x650 0x62 0x0 0x65c 0x6a 0x0 0x628 0x33 0x0 0x634 0x0 0x0 0x640 0x16b 0x0 0x64c 0xc7 0x0 0x658 0x111 0x0>;
phandle = <0xc0>;
};
mmc2_iodelay_ddr_conf {
pinctrl-pin-array = <0x18c 0x0 0x0 0x1a4 0x77 0x0 0x1b0 0x0 0x0 0x1bc 0x12 0x0 0x1c8 0x37e 0x0 0x1d4 0x1e 0x0 0x1e0 0x0 0x0 0x1ec 0x17 0x0 0x1f8 0x0 0x0 0x360 0x0 0x0 0x194 0x98 0x0 0x1ac 0xce 0x0 0x1b8 0x4e 0x0 0x1c4 0x2 0x0 0x1d0 0x10a 0x0 0x1dc 0x0 0x0 0x1e8 0x0 0x0 0x1f4 0x2b 0x0 0x200 0x0 0x0 0x368 0x0 0x0 0x190 0x0 0x0 0x1a8 0x0 0x0 0x1b4 0x0 0x0 0x1c0 0x0 0x0 0x1d8 0x0 0x0 0x1e4 0x0 0x0 0x1f0 0x0 0x0 0x1fc 0x0 0x0 0x364 0x0 0x0>;
u-boot,dm-spl;
phandle = <0xc5>;
};
mmc2_iodelay_hs200_rev10_conf {
pinctrl-pin-array = <0x194 0x96 0x5f 0x1ac 0xfa 0x0 0x1b8 0x7d 0x0 0x1c4 0x64 0x0 0x1d0 0x366 0x19f 0x1dc 0x1e 0x0 0x1e8 0xc8 0x0 0x1f4 0xc8 0x0 0x200 0x0 0x0 0x368 0xf0 0x0 0x190 0x2b7 0x0 0x1a8 0x39c 0x0 0x1b4 0x2cf 0x0 0x1c0 0x338 0x0 0x1d8 0x36d 0x0 0x1e4 0x1be 0x0 0x1f0 0x34f 0x0 0x1fc 0x24a 0x0 0x364 0x40f 0x0>;
};
mmc2_iodelay_hs200_rev20_conf {
pinctrl-pin-array = <0x194 0x11d 0x0 0x1ac 0xbd 0x0 0x1b8 0x0 0x78 0x1c4 0x0 0x46 0x1d0 0x2da 0x168 0x1dc 0x0 0x0 0x1e8 0x0 0x0 0x1f4 0x46 0x0 0x200 0x0 0x0 0x368 0x0 0x78 0x190 0x0 0x0 0x1a8 0xe7 0x0 0x1b4 0x27 0x0 0x1c0 0x5b 0x0 0x1d8 0xb0 0x0 0x1e4 0x0 0x0 0x1f0 0x65 0x0 0x1fc 0x0 0x0 0x364 0x168 0x0>;
u-boot,dm-spl;
};
};
dma-controller@4a056000 {
compatible = "ti,omap4430-sdma";
reg = <0x4a056000 0x1000>;
interrupts = <0x0 0x7 0x4 0x0 0x8 0x4 0x0 0x9 0x4 0x0 0xa 0x4>;
#dma-cells = <0x1>;
dma-channels = <0x20>;
dma-requests = <0x7f>;
phandle = <0xc>;
};
edma@43300000 {
compatible = "ti,edma3-tpcc";
ti,hwmods = "tpcc";
reg = <0x43300000 0x100000>;
reg-names = "edma3_cc";
interrupts = <0x0 0x169 0x4 0x0 0x168 0x4 0x0 0x167 0x4>;
interrupt-names = "edma3_ccint", "edma3_mperr", "edma3_ccerrint";
dma-requests = <0x40>;
#dma-cells = <0x2>;
ti,tptcs = <0xac 0x7 0xad 0x0>;
phandle = <0xd>;
};
tptc@43400000 {
compatible = "ti,edma3-tptc";
ti,hwmods = "tptc0";
reg = <0x43400000 0x100000>;
interrupts = <0x0 0x172 0x4>;
interrupt-names = "edma3_tcerrint";
phandle = <0xac>;
};
tptc@43500000 {
compatible = "ti,edma3-tptc";
ti,hwmods = "tptc1";
reg = <0x43500000 0x100000>;
interrupts = <0x0 0x173 0x4>;
interrupt-names = "edma3_tcerrint";
phandle = <0xad>;
};
gpio@4ae10000 {
compatible = "ti,omap4-gpio";
reg = <0x4ae10000 0x200>;
interrupts = <0x0 0x18 0x4>;
ti,hwmods = "gpio1";
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
u-boot,dm-spl;
};
gpio@48055000 {
compatible = "ti,omap4-gpio";
reg = <0x48055000 0x200>;
interrupts = <0x0 0x19 0x4>;
ti,hwmods = "gpio2";
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
u-boot,dm-spl;
};
gpio@48057000 {
compatible = "ti,omap4-gpio";
reg = <0x48057000 0x200>;
interrupts = <0x0 0x1a 0x4>;
ti,hwmods = "gpio3";
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
u-boot,dm-spl;
};
gpio@48059000 {
compatible = "ti,omap4-gpio";
reg = <0x48059000 0x200>;
interrupts = <0x0 0x1b 0x4>;
ti,hwmods = "gpio4";
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
u-boot,dm-spl;
};
gpio@4805b000 {
compatible = "ti,omap4-gpio";
reg = <0x4805b000 0x200>;
interrupts = <0x0 0x1c 0x4>;
ti,hwmods = "gpio5";
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
u-boot,dm-spl;
};
gpio@4805d000 {
compatible = "ti,omap4-gpio";
reg = <0x4805d000 0x200>;
interrupts = <0x0 0x1d 0x4>;
ti,hwmods = "gpio6";
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
u-boot,dm-spl;
phandle = <0xb8>;
};
gpio@48051000 {
compatible = "ti,omap4-gpio";
reg = <0x48051000 0x200>;
interrupts = <0x0 0x1e 0x4>;
ti,hwmods = "gpio7";
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
u-boot,dm-spl;
phandle = <0xb0>;
};
gpio@48053000 {
compatible = "ti,omap4-gpio";
reg = <0x48053000 0x200>;
interrupts = <0x0 0x74 0x4>;
ti,hwmods = "gpio8";
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
};
serial@4806a000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x4806a000 0x100>;
interrupts-extended = <0x1 0x0 0x43 0x4 0xae 0x3e0>;
ti,hwmods = "uart1";
clock-frequency = <0x2dc6c00>;
status = "disabled";
dmas = <0xaf 0x31 0xaf 0x32>;
dma-names = "tx", "rx";
u-boot,dm-spl;
reg-shift = <0x2>;
};
serial@4806c000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x4806c000 0x100>;
interrupts = <0x0 0x44 0x4>;
ti,hwmods = "uart2";
clock-frequency = <0x2dc6c00>;
status = "disabled";
dmas = <0xaf 0x33 0xaf 0x34>;
dma-names = "tx", "rx";
};
serial@48020000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x48020000 0x100>;
interrupts = <0x0 0x45 0x4>;
ti,hwmods = "uart3";
clock-frequency = <0x2dc6c00>;
status = "okay";
dmas = <0xaf 0x35 0xaf 0x36>;
dma-names = "tx", "rx";
u-boot,dm-spl;
reg-shift = <0x2>;
};
serial@4806e000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x4806e000 0x100>;
interrupts = <0x0 0x41 0x4>;
ti,hwmods = "uart4";
clock-frequency = <0x2dc6c00>;
status = "disabled";
dmas = <0xaf 0x37 0xaf 0x38>;
dma-names = "tx", "rx";
};
serial@48066000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x48066000 0x100>;
interrupts = <0x0 0x64 0x4>;
ti,hwmods = "uart5";
clock-frequency = <0x2dc6c00>;
status = "disabled";
dmas = <0xaf 0x3f 0xaf 0x40>;
dma-names = "tx", "rx";
};
serial@48068000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x48068000 0x100>;
interrupts = <0x0 0x65 0x4>;
ti,hwmods = "uart6";
clock-frequency = <0x2dc6c00>;
status = "disabled";
dmas = <0xaf 0x4f 0xaf 0x50>;
dma-names = "tx", "rx";
};
serial@48420000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x48420000 0x100>;
interrupts = <0x0 0xda 0x4>;
ti,hwmods = "uart7";
clock-frequency = <0x2dc6c00>;
status = "disabled";
};
serial@48422000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x48422000 0x100>;
interrupts = <0x0 0xdb 0x4>;
ti,hwmods = "uart8";
clock-frequency = <0x2dc6c00>;
status = "disabled";
};
serial@48424000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x48424000 0x100>;
interrupts = <0x0 0xdc 0x4>;
ti,hwmods = "uart9";
clock-frequency = <0x2dc6c00>;
status = "disabled";
};
serial@4ae2b000 {
compatible = "ti,dra742-uart", "ti,omap4-uart";
reg = <0x4ae2b000 0x100>;
interrupts = <0x0 0xdd 0x4>;
ti,hwmods = "uart10";
clock-frequency = <0x2dc6c00>;
status = "disabled";
};
mailbox@4a0f4000 {
compatible = "ti,omap4-mailbox";
reg = <0x4a0f4000 0x200>;
interrupts = <0x0 0x15 0x4 0x0 0x87 0x4 0x0 0x86 0x4>;
ti,hwmods = "mailbox1";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x3>;
ti,mbox-num-fifos = <0x8>;
status = "disabled";
};
mailbox@4883a000 {
compatible = "ti,omap4-mailbox";
reg = <0x4883a000 0x200>;
interrupts = <0x0 0xed 0x4 0x0 0xee 0x4 0x0 0xef 0x4 0x0 0xf0 0x4>;
ti,hwmods = "mailbox2";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@4883c000 {
compatible = "ti,omap4-mailbox";
reg = <0x4883c000 0x200>;
interrupts = <0x0 0xf1 0x4 0x0 0xf2 0x4 0x0 0xf3 0x4 0x0 0xf4 0x4>;
ti,hwmods = "mailbox3";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@4883e000 {
compatible = "ti,omap4-mailbox";
reg = <0x4883e000 0x200>;
interrupts = <0x0 0xf5 0x4 0x0 0xf6 0x4 0x0 0xf7 0x4 0x0 0xf8 0x4>;
ti,hwmods = "mailbox4";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@48840000 {
compatible = "ti,omap4-mailbox";
reg = <0x48840000 0x200>;
interrupts = <0x0 0xf9 0x4 0x0 0xfa 0x4 0x0 0xfb 0x4 0x0 0xfc 0x4>;
ti,hwmods = "mailbox5";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "okay";
mbox_ipu1_ipc3x {
ti,mbox-tx = <0x6 0x2 0x2>;
ti,mbox-rx = <0x4 0x2 0x2>;
status = "okay";
};
mbox_dsp1_ipc3x {
ti,mbox-tx = <0x5 0x2 0x2>;
ti,mbox-rx = <0x1 0x2 0x2>;
status = "okay";
};
};
mailbox@48842000 {
compatible = "ti,omap4-mailbox";
reg = <0x48842000 0x200>;
interrupts = <0x0 0xfd 0x4 0x0 0xfe 0x4 0x0 0xff 0x4 0x0 0x100 0x4>;
ti,hwmods = "mailbox6";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "okay";
mbox_ipu2_ipc3x {
ti,mbox-tx = <0x6 0x2 0x2>;
ti,mbox-rx = <0x4 0x2 0x2>;
status = "okay";
};
};
mailbox@48844000 {
compatible = "ti,omap4-mailbox";
reg = <0x48844000 0x200>;
interrupts = <0x0 0x101 0x4 0x0 0x102 0x4 0x0 0x103 0x4 0x0 0x104 0x4>;
ti,hwmods = "mailbox7";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@48846000 {
compatible = "ti,omap4-mailbox";
reg = <0x48846000 0x200>;
interrupts = <0x0 0x105 0x4 0x0 0x106 0x4 0x0 0x107 0x4 0x0 0x108 0x4>;
ti,hwmods = "mailbox8";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@4885e000 {
compatible = "ti,omap4-mailbox";
reg = <0x4885e000 0x200>;
interrupts = <0x0 0x109 0x4 0x0 0x10a 0x4 0x0 0x10b 0x4 0x0 0x10c 0x4>;
ti,hwmods = "mailbox9";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@48860000 {
compatible = "ti,omap4-mailbox";
reg = <0x48860000 0x200>;
interrupts = <0x0 0x10d 0x4 0x0 0x10e 0x4 0x0 0x10f 0x4 0x0 0x110 0x4>;
ti,hwmods = "mailbox10";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@48862000 {
compatible = "ti,omap4-mailbox";
reg = <0x48862000 0x200>;
interrupts = <0x0 0x111 0x4 0x0 0x112 0x4 0x0 0x113 0x4 0x0 0x114 0x4>;
ti,hwmods = "mailbox11";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@48864000 {
compatible = "ti,omap4-mailbox";
reg = <0x48864000 0x200>;
interrupts = <0x0 0x115 0x4 0x0 0x116 0x4 0x0 0x117 0x4 0x0 0x118 0x4>;
ti,hwmods = "mailbox12";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
mailbox@48802000 {
compatible = "ti,omap4-mailbox";
reg = <0x48802000 0x200>;
interrupts = <0x0 0x17b 0x4 0x0 0x17c 0x4 0x0 0x17d 0x4 0x0 0x17e 0x4>;
ti,hwmods = "mailbox13";
#mbox-cells = <0x1>;
ti,mbox-num-users = <0x4>;
ti,mbox-num-fifos = <0xc>;
status = "disabled";
};
timer@4ae18000 {
compatible = "ti,omap5430-timer";
reg = <0x4ae18000 0x80>;
interrupts = <0x0 0x20 0x4>;
ti,hwmods = "timer1";
ti,timer-alwon;
};
timer@48032000 {
compatible = "ti,omap5430-timer";
reg = <0x48032000 0x80>;
interrupts = <0x0 0x21 0x4>;
ti,hwmods = "timer2";
};
timer@48034000 {
compatible = "ti,omap5430-timer";
reg = <0x48034000 0x80>;
interrupts = <0x0 0x22 0x4>;
ti,hwmods = "timer3";
};
timer@48036000 {
compatible = "ti,omap5430-timer";
reg = <0x48036000 0x80>;
interrupts = <0x0 0x23 0x4>;
ti,hwmods = "timer4";
};
timer@48820000 {
compatible = "ti,omap5430-timer";
reg = <0x48820000 0x80>;
interrupts = <0x0 0x24 0x4>;
ti,hwmods = "timer5";
};
timer@48822000 {
compatible = "ti,omap5430-timer";
reg = <0x48822000 0x80>;
interrupts = <0x0 0x25 0x4>;
ti,hwmods = "timer6";
};
timer@48824000 {
compatible = "ti,omap5430-timer";
reg = <0x48824000 0x80>;
interrupts = <0x0 0x26 0x4>;
ti,hwmods = "timer7";
};
timer@48826000 {
compatible = "ti,omap5430-timer";
reg = <0x48826000 0x80>;
interrupts = <0x0 0x27 0x4>;
ti,hwmods = "timer8";
};
timer@4803e000 {
compatible = "ti,omap5430-timer";
reg = <0x4803e000 0x80>;
interrupts = <0x0 0x28 0x4>;
ti,hwmods = "timer9";
};
timer@48086000 {
compatible = "ti,omap5430-timer";
reg = <0x48086000 0x80>;
interrupts = <0x0 0x29 0x4>;
ti,hwmods = "timer10";
};
timer@48088000 {
compatible = "ti,omap5430-timer";
reg = <0x48088000 0x80>;
interrupts = <0x0 0x2a 0x4>;
ti,hwmods = "timer11";
};
timer@4ae20000 {
compatible = "ti,omap5430-timer";
reg = <0x4ae20000 0x80>;
interrupts = <0x0 0x5a 0x4>;
ti,hwmods = "timer12";
ti,timer-alwon;
ti,timer-secure;
};
timer@48828000 {
compatible = "ti,omap5430-timer";
reg = <0x48828000 0x80>;
interrupts = <0x0 0x153 0x4>;
ti,hwmods = "timer13";
};
timer@4882a000 {
compatible = "ti,omap5430-timer";
reg = <0x4882a000 0x80>;
interrupts = <0x0 0x154 0x4>;
ti,hwmods = "timer14";
};
timer@4882c000 {
compatible = "ti,omap5430-timer";
reg = <0x4882c000 0x80>;
interrupts = <0x0 0x155 0x4>;
ti,hwmods = "timer15";
};
timer@4882e000 {
compatible = "ti,omap5430-timer";
reg = <0x4882e000 0x80>;
interrupts = <0x0 0x156 0x4>;
ti,hwmods = "timer16";
};
wdt@4ae14000 {
compatible = "ti,omap3-wdt";
reg = <0x4ae14000 0x80>;
interrupts = <0x0 0x4b 0x4>;
ti,hwmods = "wd_timer2";
};
spinlock@4a0f6000 {
compatible = "ti,omap4-hwspinlock";
reg = <0x4a0f6000 0x1000>;
ti,hwmods = "spinlock";
#hwlock-cells = <0x1>;
};
dmm@4e000000 {
compatible = "ti,omap5-dmm";
reg = <0x4e000000 0x800>;
interrupts = <0x0 0x6c 0x4>;
ti,hwmods = "dmm";
};
i2c@48070000 {
compatible = "ti,omap4-i2c";
reg = <0x48070000 0x100>;
interrupts = <0x0 0x33 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "i2c1";
status = "disabled";
clock-frequency = <0x61a80>;
gpio@20 {
compatible = "nxp,pcf8575";
reg = <0x20>;
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
interrupt-parent = <0xb0>;
interrupts = <0x1f 0x2>;
};
gpio@21 {
compatible = "ti,pcf8575", "nxp,pcf8575";
reg = <0x21>;
lines-initial-states = <0x1408>;
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
interrupt-parent = <0xb0>;
interrupts = <0x1f 0x2>;
u-boot,i2c-offset-len = <0x0>;
phandle = <0x105>;
};
tlv320aic3106@19 {
#sound-dai-cells = <0x0>;
compatible = "ti,tlv320aic3106";
reg = <0x19>;
adc-settle-ms = <0x28>;
ai3x-micbias-vg = <0x1>;
status = "okay";
AVDD-supply = <0xb1>;
IOVDD-supply = <0xb1>;
DRVDD-supply = <0xb1>;
DVDD-supply = <0xb2>;
phandle = <0x10c>;
};
lp8733@60 {
compatible = "ti,lp8733";
reg = <0x60>;
buck0-in-supply = <0xb3>;
buck1-in-supply = <0xb3>;
ldo0-in-supply = <0xb4>;
ldo1-in-supply = <0xb4>;
regulators {
buck0 {
regulator-name = "lp8733-buck0";
regulator-min-microvolt = <0xcf850>;
regulator-max-microvolt = <0x1312d0>;
regulator-always-on;
regulator-boot-on;
};
buck1 {
regulator-name = "lp8733-buck1";
regulator-min-microvolt = <0xcf850>;
regulator-max-microvolt = <0x1312d0>;
regulator-boot-on;
regulator-always-on;
};
ldo0 {
regulator-name = "lp8733-ldo0";
regulator-min-microvolt = <0x325aa0>;
regulator-max-microvolt = <0x325aa0>;
};
ldo1 {
regulator-name = "lp8733-ldo1";
regulator-min-microvolt = <0x325aa0>;
regulator-max-microvolt = <0x325aa0>;
regulator-always-on;
regulator-boot-on;
phandle = <0xd3>;
};
};
};
lp8732@61 {
compatible = "ti,lp8732";
reg = <0x61>;
buck0-in-supply = <0xb3>;
buck1-in-supply = <0xb3>;
ldo0-in-supply = <0xb3>;
ldo1-in-supply = <0xb3>;
regulators {
buck0 {
regulator-name = "lp8732-buck0";
regulator-min-microvolt = <0x1b7740>;
regulator-max-microvolt = <0x1b7740>;
regulator-always-on;
regulator-boot-on;
phandle = <0x10d>;
};
buck1 {
regulator-name = "lp8732-buck1";
regulator-min-microvolt = <0x149970>;
regulator-max-microvolt = <0x149970>;
regulator-boot-on;
regulator-always-on;
};
ldo0 {
regulator-name = "lp8732-ldo0";
regulator-min-microvolt = <0x1b7740>;
regulator-max-microvolt = <0x1b7740>;
regulator-boot-on;
regulator-always-on;
phandle = <0xf9>;
};
ldo1 {
regulator-name = "lp8732-ldo1";
regulator-min-microvolt = <0x1b7740>;
regulator-max-microvolt = <0x1b7740>;
regulator-always-on;
regulator-boot-on;
phandle = <0xfc>;
};
};
};
};
i2c@48072000 {
compatible = "ti,omap4-i2c";
reg = <0x48072000 0x100>;
interrupts = <0x0 0x34 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "i2c2";
status = "disabled";
};
i2c@48060000 {
compatible = "ti,omap4-i2c";
reg = <0x48060000 0x100>;
interrupts = <0x0 0x38 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "i2c3";
status = "disabled";
};
i2c@4807a000 {
compatible = "ti,omap4-i2c";
reg = <0x4807a000 0x100>;
interrupts = <0x0 0x39 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "i2c4";
status = "disabled";
};
i2c@4807c000 {
compatible = "ti,omap4-i2c";
reg = <0x4807c000 0x100>;
interrupts = <0x0 0x37 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "i2c5";
status = "disabled";
clock-frequency = <0x61a80>;
pcf8575@26 {
compatible = "ti,pcf8575", "nxp,pcf8575";
reg = <0x26>;
gpio-controller;
#gpio-cells = <0x2>;
lines-initial-states = <0xf2b>;
u-boot,i2c-offset-len = <0x0>;
phandle = <0x107>;
p1 {
gpio-hog;
gpios = <0x1 0x0>;
output-low;
line-name = "vin6_sel_s0";
};
p0 {
gpio-hog;
gpios = <0x0 0x1>;
output-high;
line-name = "pm_oe_n";
};
};
};
mmc@4809c000 {
compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
reg = <0x4809c000 0x400>;
interrupts = <0x0 0x4e 0x4>;
ti,hwmods = "mmc1";
ti,dual-volt;
ti,needs-special-reset;
dmas = <0xaf 0x3d 0xaf 0x3e>;
dma-names = "tx", "rx";
status = "disabled";
pbias-supply = <0xb5>;
max-frequency = <0xb71b000>;
sd-uhs-sdr104;
sd-uhs-sdr50;
sd-uhs-ddr50;
sd-uhs-sdr25;
sd-uhs-sdr12;
pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104";
pinctrl-0 = <0xb6>;
vmmc-supply = <0xb7>;
bus-width = <0x4>;
cd-gpios = <0xb8 0x1b 0x1>;
pinctrl-1 = <0xb9>;
pinctrl-2 = <0xba>;
pinctrl-3 = <0xbb>;
pinctrl-4 = <0xbc>;
pinctrl-5 = <0xbd 0xbe>;
pinctrl-6 = <0xbf 0xc0>;
vqmmc-supply = <0xc1>;
u-boot,dm-spl;
};
mmc@480b4000 {
compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
reg = <0x480b4000 0x400>;
interrupts = <0x0 0x51 0x4>;
ti,hwmods = "mmc2";
ti,needs-special-reset;
dmas = <0xaf 0x2f 0xaf 0x30>;
dma-names = "tx", "rx";
status = "okay";
max-frequency = <0x5b8d800>;
sd-uhs-sdr25;
sd-uhs-sdr12;
mmc-ddr-1_8v;
bus-width = <0x8>;
ti,non-removable;
no-1-8-v;
pinctrl-names = "default", "hs", "ddr_1_8v";
pinctrl-0 = <0xc2>;
pinctrl-1 = <0xc3>;
pinctrl-2 = <0xc4 0xc5>;
vmmc-supply = <0xb1>;
vqmmc-supply = <0xb1>;
u-boot,dm-spl;
};
mmc@480ad000 {
compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
reg = <0x480ad000 0x400>;
interrupts = <0x0 0x59 0x4>;
ti,hwmods = "mmc3";
ti,needs-special-reset;
dmas = <0xaf 0x4d 0xaf 0x4e>;
dma-names = "tx", "rx";
status = "disabled";
max-frequency = <0x3d09000>;
sd-uhs-sdr12;
sd-uhs-sdr25;
sd-uhs-sdr50;
};
mmc@480d1000 {
compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
reg = <0x480d1000 0x400>;
interrupts = <0x0 0x5b 0x4>;
ti,hwmods = "mmc4";
ti,needs-special-reset;
dmas = <0xaf 0x39 0xaf 0x3a>;
dma-names = "tx", "rx";
status = "disabled";
max-frequency = <0xb71b000>;
sd-uhs-sdr12;
sd-uhs-sdr25;
};
mmu@40d01000 {
compatible = "ti,dra7-dsp-iommu";
reg = <0x40d01000 0x100>;
interrupts = <0x0 0x17 0x4>;
ti,hwmods = "mmu0_dsp1";
#iommu-cells = <0x0>;
ti,syscon-mmuconfig = <0xc6 0x0>;
status = "disabled";
};
mmu@40d02000 {
compatible = "ti,dra7-dsp-iommu";
reg = <0x40d02000 0x100>;
interrupts = <0x0 0x91 0x4>;
ti,hwmods = "mmu1_dsp1";
#iommu-cells = <0x0>;
ti,syscon-mmuconfig = <0xc6 0x1>;
status = "disabled";
};
mmu@58882000 {
compatible = "ti,dra7-iommu";
reg = <0x58882000 0x100>;
interrupts = <0x0 0x18b 0x4>;
ti,hwmods = "mmu_ipu1";
#iommu-cells = <0x0>;
ti,iommu-bus-err-back;
status = "disabled";
};
mmu@55082000 {
compatible = "ti,dra7-iommu";
reg = <0x55082000 0x100>;
interrupts = <0x0 0x18c 0x4>;
ti,hwmods = "mmu_ipu2";
#iommu-cells = <0x0>;
ti,iommu-bus-err-back;
status = "disabled";
};
regulator-abb-mpu {
compatible = "ti,abb-v3";
regulator-name = "abb_mpu";
#address-cells = <0x0>;
#size-cells = <0x0>;
clocks = <0xf>;
ti,settling-time = <0x32>;
ti,clock-cycles = <0x10>;
reg = <0x4ae07ddc 0x4 0x4ae07de0 0x4 0x4ae06014 0x4 0x4a003b20 0xc 0x4ae0c158 0x4>;
reg-names = "setup-address", "control-address", "int-address", "efuse-address", "ldo-address";
ti,tranxdone-status-mask = <0x80>;
ti,ldovbb-override-mask = <0x400>;
ti,ldovbb-vset-mask = <0x1f>;
ti,abb_info = <0x102ca0 0x0 0x0 0x0 0x2000000 0x1f00000 0x11b340 0x0 0x4 0x0 0x2000000 0x1f00000 0x127690 0x0 0x8 0x0 0x2000000 0x1f00000>;
};
regulator-abb-ivahd {
compatible = "ti,abb-v3";
regulator-name = "abb_ivahd";
#address-cells = <0x0>;
#size-cells = <0x0>;
clocks = <0xf>;
ti,settling-time = <0x32>;
ti,clock-cycles = <0x10>;
reg = <0x4ae07e34 0x4 0x4ae07e24 0x4 0x4ae06010 0x4 0x4a0025cc 0xc 0x4a002470 0x4>;
reg-names = "setup-address", "control-address", "int-address", "efuse-address", "ldo-address";
ti,tranxdone-status-mask = <0x40000000>;
ti,ldovbb-override-mask = <0x400>;
ti,ldovbb-vset-mask = <0x1f>;
ti,abb_info = <0x101918 0x0 0x0 0x0 0x2000000 0x1f00000 0x118c30 0x0 0x4 0x0 0x2000000 0x1f00000 0x1312d0 0x0 0x8 0x0 0x2000000 0x1f00000>;
};
regulator-abb-dspeve {
compatible = "ti,abb-v3";
regulator-name = "abb_dspeve";
#address-cells = <0x0>;
#size-cells = <0x0>;
clocks = <0xf>;
ti,settling-time = <0x32>;
ti,clock-cycles = <0x10>;
reg = <0x4ae07e30 0x4 0x4ae07e20 0x4 0x4ae06010 0x4 0x4a0025e0 0xc 0x4a00246c 0x4>;
reg-names = "setup-address", "control-address", "int-address", "efuse-address", "ldo-address";
ti,tranxdone-status-mask = <0x20000000>;
ti,ldovbb-override-mask = <0x400>;
ti,ldovbb-vset-mask = <0x1f>;
ti,abb_info = <0x101918 0x0 0x0 0x0 0x2000000 0x1f00000 0x118c30 0x0 0x4 0x0 0x2000000 0x1f00000 0x1312d0 0x0 0x8 0x0 0x2000000 0x1f00000>;
};
regulator-abb-gpu {
compatible = "ti,abb-v3";
regulator-name = "abb_gpu";
#address-cells = <0x0>;
#size-cells = <0x0>;
clocks = <0xf>;
ti,settling-time = <0x32>;
ti,clock-cycles = <0x10>;
reg = <0x4ae07de4 0x4 0x4ae07de8 0x4 0x4ae06010 0x4 0x4a003b08 0xc 0x4ae0c154 0x4>;
reg-names = "setup-address", "control-address", "int-address", "efuse-address", "ldo-address";
ti,tranxdone-status-mask = <0x10000000>;
ti,ldovbb-override-mask = <0x400>;
ti,ldovbb-vset-mask = <0x1f>;
ti,abb_info = <0x10a1d0 0x0 0x0 0x0 0x2000000 0x1f00000 0x127690 0x0 0x4 0x0 0x2000000 0x1f00000 0x138800 0x0 0x8 0x0 0x2000000 0x1f00000>;
};
spi@48098000 {
compatible = "ti,omap4-mcspi";
reg = <0x48098000 0x200>;
interrupts = <0x0 0x3c 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "mcspi1";
ti,spi-num-cs = <0x4>;
dmas = <0xaf 0x23 0xaf 0x24 0xaf 0x25 0xaf 0x26 0xaf 0x27 0xaf 0x28 0xaf 0x29 0xaf 0x2a>;
dma-names = "tx0", "rx0", "tx1", "rx1", "tx2", "rx2", "tx3", "rx3";
status = "okay";
ti,pindir-d0-out-d1-in;
};
spi@4809a000 {
compatible = "ti,omap4-mcspi";
reg = <0x4809a000 0x200>;
interrupts = <0x0 0x3d 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "mcspi2";
ti,spi-num-cs = <0x2>;
dmas = <0xaf 0x2b 0xaf 0x2c 0xaf 0x2d 0xaf 0x2e>;
dma-names = "tx0", "rx0", "tx1", "rx1";
status = "okay";
};
spi@480b8000 {
compatible = "ti,omap4-mcspi";
reg = <0x480b8000 0x200>;
interrupts = <0x0 0x56 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "mcspi3";
ti,spi-num-cs = <0x2>;
dmas = <0xaf 0xf 0xaf 0x10>;
dma-names = "tx0", "rx0";
status = "okay";
};
spi@480ba000 {
compatible = "ti,omap4-mcspi";
reg = <0x480ba000 0x200>;
interrupts = <0x0 0x2b 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "mcspi4";
ti,spi-num-cs = <0x1>;
dmas = <0xaf 0x46 0xaf 0x47>;
dma-names = "tx0", "rx0";
status = "okay";
};
qspi@4b300000 {
compatible = "ti,dra7xxx-qspi";
reg = <0x4b300000 0x100 0x5c000000 0x4000000>;
reg-names = "qspi_base", "qspi_mmap";
syscon-chipselects = <0x7 0x558>;
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "qspi";
clocks = <0xc7>;
clock-names = "fck";
num-cs = <0x4>;
interrupts = <0x0 0x157 0x4>;
status = "okay";
spi-max-frequency = <0xe4e1c0>;
u-boot,dm-spl;
m25p80@0 {
compatible = "spi-flash";
spi-max-frequency = <0xe4e1c0>;
reg = <0x0>;
spi-tx-bus-width = <0x1>;
spi-rx-bus-width = <0x4>;
#address-cells = <0x1>;
#size-cells = <0x1>;
u-boot,dm-spl;
partition@0 {
label = "QSPI.SPL";
reg = <0x0 0x10000>;
};
partition@1 {
label = "QSPI.SPL.backup1";
reg = <0x10000 0x10000>;
};
partition@2 {
label = "QSPI.SPL.backup2";
reg = <0x20000 0x10000>;
};
partition@3 {
label = "QSPI.SPL.backup3";
reg = <0x30000 0x10000>;
};
partition@4 {
label = "QSPI.u-boot";
reg = <0x40000 0x100000>;
};
partition@5 {
label = "QSPI.u-boot-spl-os";
reg = <0x140000 0x80000>;
};
partition@6 {
label = "QSPI.u-boot-env";
reg = <0x1c0000 0x10000>;
};
partition@7 {
label = "QSPI.u-boot-env.backup1";
reg = <0x1d0000 0x10000>;
};
partition@8 {
label = "QSPI.kernel";
reg = <0x1e0000 0x800000>;
};
partition@9 {
label = "QSPI.file-system";
reg = <0x9e0000 0x1620000>;
};
};
};
ocp2scp@4a090000 {
compatible = "ti,omap-ocp2scp", "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges;
reg = <0x4a090000 0x20>;
ti,hwmods = "ocp2scp3";
phy@4A096000 {
compatible = "ti,phy-pipe3-sata";
reg = <0x4a096000 0x80 0x4a096400 0x64 0x4a096800 0x40>;
reg-names = "phy_rx", "phy_tx", "pll_ctrl";
syscon-phy-power = <0x7 0x374>;
clocks = <0xf 0xc8>;
clock-names = "sysclk", "refclk";
syscon-pllreset = <0x7 0x3fc>;
#phy-cells = <0x0>;
status = "disabled";
phandle = <0xd0>;
};
pciephy@4a094000 {
compatible = "ti,phy-pipe3-pcie";
reg = <0x4a094000 0x80 0x4a094400 0x64>;
reg-names = "phy_rx", "phy_tx";
syscon-phy-power = <0xc9 0x1c>;
syscon-pcs = <0xc9 0x10>;
clocks = <0x57 0x58 0xca 0xcb 0xcc 0x5c 0xf>;
clock-names = "dpll_ref", "dpll_ref_m2", "wkupclk", "refclk", "div-clk", "phy-div", "sysclk";
#phy-cells = <0x0>;
phandle = <0xa7>;
};
pciephy@4a095000 {
compatible = "ti,phy-pipe3-pcie";
reg = <0x4a095000 0x80 0x4a095400 0x64>;
reg-names = "phy_rx", "phy_tx";
syscon-phy-power = <0xc9 0x20>;
syscon-pcs = <0xc9 0x10>;
clocks = <0x57 0x58 0xcd 0xce 0xcf 0x5c 0xf>;
clock-names = "dpll_ref", "dpll_ref_m2", "wkupclk", "refclk", "div-clk", "phy-div", "sysclk";
#phy-cells = <0x0>;
status = "disabled";
phandle = <0xaa>;
};
};
sata@4a141100 {
compatible = "snps,dwc-ahci";
reg = <0x4a140000 0x1100 0x4a141100 0x7>;
interrupts = <0x0 0x31 0x4>;
phys = <0xd0>;
phy-names = "sata-phy";
clocks = <0xc8>;
ti,hwmods = "sata";
ports-implemented = <0x1>;
status = "disabled";
};
rtc@48838000 {
compatible = "ti,am3352-rtc";
reg = <0x48838000 0x100>;
interrupts = <0x0 0xd9 0x4 0x0 0xd9 0x4>;
ti,hwmods = "rtcss";
clocks = <0x4f>;
status = "disabled";
};
ocp2scp@4a080000 {
compatible = "ti,omap-ocp2scp", "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges;
reg = <0x4a080000 0x20>;
ti,hwmods = "ocp2scp1";
phy@4a084000 {
compatible = "ti,dra7x-usb2", "ti,omap-usb2";
reg = <0x4a084000 0x400>;
syscon-phy-power = <0x7 0x300>;
clocks = <0xd1 0xd2>;
clock-names = "wkupclk", "refclk";
#phy-cells = <0x0>;
status = "disabled";
phy-supply = <0xd3>;
phandle = <0xd8>;
};
phy@4a085000 {
compatible = "ti,dra7x-usb2-phy2", "ti,omap-usb2";
reg = <0x4a085000 0x400>;
syscon-phy-power = <0x7 0xe74>;
clocks = <0xd4 0xd5>;
clock-names = "wkupclk", "refclk";
#phy-cells = <0x0>;
status = "disabled";
phy-supply = <0xd3>;
phandle = <0xdb>;
};
phy@4a084400 {
compatible = "ti,omap-usb3";
reg = <0x4a084400 0x80 0x4a084800 0x64 0x4a084c00 0x40>;
reg-names = "phy_rx", "phy_tx", "pll_ctrl";
syscon-phy-power = <0x7 0x370>;
clocks = <0xd6 0xf 0xd2>;
clock-names = "wkupclk", "sysclk", "refclk";
#phy-cells = <0x0>;
phandle = <0xd9>;
};
};
omap_dwc3_1@48880000 {
compatible = "ti,dwc3";
ti,hwmods = "usb_otg_ss1";
reg = <0x48880000 0x10000>;
interrupts = <0x0 0x48 0x4>;
#address-cells = <0x1>;
#size-cells = <0x1>;
utmi-mode = <0x2>;
ranges;
extcon = <0xd7>;
status = "disabled";
usb@48890000 {
compatible = "snps,dwc3";
reg = <0x48890000 0x17000>;
interrupts = <0x0 0x47 0x4 0x0 0x47 0x4 0x0 0x48 0x4>;
interrupt-names = "peripheral", "host", "otg";
phys = <0xd8 0xd9>;
phy-names = "usb2-phy", "usb3-phy";
maximum-speed = "super-speed";
dr_mode = "otg";
snps,dis_u3_susphy_quirk;
snps,dis_u2_susphy_quirk;
extcon = <0xd7>;
status = "disabled";
};
};
omap_dwc3_2@488c0000 {
compatible = "ti,dwc3";
ti,hwmods = "usb_otg_ss2";
reg = <0x488c0000 0x10000>;
interrupts = <0x0 0x57 0x4>;
#address-cells = <0x1>;
#size-cells = <0x1>;
utmi-mode = <0x2>;
ranges;
extcon = <0xda>;
usb@488d0000 {
compatible = "snps,dwc3";
reg = <0x488d0000 0x17000>;
interrupts = <0x0 0x49 0x4 0x0 0x49 0x4 0x0 0x57 0x4>;
interrupt-names = "peripheral", "host", "otg";
phys = <0xdb>;
phy-names = "usb2-phy";
maximum-speed = "high-speed";
dr_mode = "host";
snps,dis_u3_susphy_quirk;
snps,dis_u2_susphy_quirk;
status = "disabled";
};
};
omap_dwc3_3@48900000 {
compatible = "ti,dwc3";
ti,hwmods = "usb_otg_ss3";
reg = <0x48900000 0x10000>;
interrupts = <0x0 0x158 0x4>;
#address-cells = <0x1>;
#size-cells = <0x1>;
utmi-mode = <0x2>;
ranges;
status = "disabled";
usb@48910000 {
compatible = "snps,dwc3";
reg = <0x48910000 0x17000>;
interrupts = <0x0 0x58 0x4 0x0 0x58 0x4 0x0 0x158 0x4>;
interrupt-names = "peripheral", "host", "otg";
maximum-speed = "high-speed";
dr_mode = "otg";
snps,dis_u3_susphy_quirk;
snps,dis_u2_susphy_quirk;
};
};
elm@48078000 {
compatible = "ti,am3352-elm";
reg = <0x48078000 0xfc0>;
interrupts = <0x0 0x1 0x4>;
ti,hwmods = "elm";
status = "disabled";
phandle = <0xde>;
};
gpmc@50000000 {
compatible = "ti,am3352-gpmc";
ti,hwmods = "gpmc";
reg = <0x50000000 0x37c>;
interrupts = <0x0 0xf 0x4>;
dmas = <0xdc 0x4 0x0>;
dma-names = "rxtx";
gpmc,num-cs = <0x8>;
gpmc,num-waitpins = <0x2>;
#address-cells = <0x2>;
#size-cells = <0x1>;
interrupt-controller;
#interrupt-cells = <0x2>;
gpio-controller;
#gpio-cells = <0x2>;
status = "disabled";
ranges = <0x0 0x0 0x8000000 0x1000000>;
phandle = <0xdd>;
nand@0,0 {
compatible = "ti,omap2-nand";
reg = <0x0 0x0 0x4>;
interrupt-parent = <0xdd>;
interrupts = <0x0 0x0 0x1 0x0>;
rb-gpios = <0xdd 0x0 0x0>;
ti,nand-xfer-type = "prefetch-dma";
ti,nand-ecc-opt = "bch8";
ti,elm-id = <0xde>;
nand-bus-width = <0x10>;
gpmc,device-width = <0x2>;
gpmc,sync-clk-ps = <0x0>;
gpmc,cs-on-ns = <0x0>;
gpmc,cs-rd-off-ns = <0x50>;
gpmc,cs-wr-off-ns = <0x50>;
gpmc,adv-on-ns = <0x0>;
gpmc,adv-rd-off-ns = <0x3c>;
gpmc,adv-wr-off-ns = <0x3c>;
gpmc,we-on-ns = <0xa>;
gpmc,we-off-ns = <0x32>;
gpmc,oe-on-ns = <0x4>;
gpmc,oe-off-ns = <0x28>;
gpmc,access-ns = <0x28>;
gpmc,wr-access-ns = <0x50>;
gpmc,rd-cycle-ns = <0x50>;
gpmc,wr-cycle-ns = <0x50>;
gpmc,bus-turnaround-ns = <0x0>;
gpmc,cycle2cycle-delay-ns = <0x0>;
gpmc,clk-activation-ns = <0x0>;
gpmc,wr-data-mux-bus-ns = <0x0>;
#address-cells = <0x1>;
#size-cells = <0x1>;
partition@0 {
label = "NAND.SPL";
reg = <0x0 0x20000>;
};
partition@1 {
label = "NAND.SPL.backup1";
reg = <0x20000 0x20000>;
};
partition@2 {
label = "NAND.SPL.backup2";
reg = <0x40000 0x20000>;
};
partition@3 {
label = "NAND.SPL.backup3";
reg = <0x60000 0x20000>;
};
partition@4 {
label = "NAND.u-boot-spl-os";
reg = <0x80000 0x40000>;
};
partition@5 {
label = "NAND.u-boot";
reg = <0xc0000 0x100000>;
};
partition@6 {
label = "NAND.u-boot-env";
reg = <0x1c0000 0x20000>;
};
partition@7 {
label = "NAND.u-boot-env.backup1";
reg = <0x1e0000 0x20000>;
};
partition@8 {
label = "NAND.kernel";
reg = <0x200000 0x800000>;
};
partition@9 {
label = "NAND.file-system";
reg = <0xa00000 0xf600000>;
};
};
};
atl@4843c000 {
compatible = "ti,dra7-atl";
reg = <0x4843c000 0x3ff>;
ti,hwmods = "atl";
ti,provided-clocks = <0x42 0x41 0x40 0x3f>;
clocks = <0xe>;
clock-names = "fck";
status = "disabled";
assigned-clocks = <0x85 0xe 0x12 0x14 0x40>;
assigned-clock-parents = <0x43 0x6e>;
assigned-clock-rates = <0x0 0x0 0xac44000 0x15888000 0x562200>;
atl2 {
bws = <0x3>;
aws = <0x4>;
};
};
mcasp@48460000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp1";
reg = <0x48460000 0x2000 0x45800000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0x68 0x4 0x0 0x67 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xdc 0x81 0x1 0xdc 0x80 0x1>;
dma-names = "tx", "rx";
clocks = <0xdf 0xe0 0xe1>;
clock-names = "fck", "ahclkx", "ahclkr";
status = "disabled";
};
mcasp@48464000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp2";
reg = <0x48464000 0x2000 0x45c00000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0x95 0x4 0x0 0x94 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xdc 0x83 0x1 0xdc 0x82 0x1>;
dma-names = "tx", "rx";
clocks = <0xe2 0xe3 0xe4>;
clock-names = "fck", "ahclkx", "ahclkr";
status = "disabled";
};
mcasp@48468000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp3";
reg = <0x48468000 0x2000 0x46000000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0x97 0x4 0x0 0x96 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xdc 0x85 0x1 0xdc 0x84 0x1>;
dma-names = "tx", "rx";
clocks = <0xe5 0xe6>;
clock-names = "fck", "ahclkx";
status = "disabled";
#sound-dai-cells = <0x0>;
assigned-clocks = <0xe6>;
assigned-clock-parents = <0x40>;
op-mode = <0x0>;
tdm-slots = <0x2>;
serial-dir = <0x1 0x2 0x0 0x0>;
tx-num-evt = <0x20>;
rx-num-evt = <0x20>;
phandle = <0x10b>;
};
mcasp@4846c000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp4";
reg = <0x4846c000 0x2000 0x48436000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0x99 0x4 0x0 0x98 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xdc 0x87 0x1 0xdc 0x86 0x1>;
dma-names = "tx", "rx";
clocks = <0xe7 0xe8>;
clock-names = "fck", "ahclkx";
status = "disabled";
};
mcasp@48470000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp5";
reg = <0x48470000 0x2000 0x4843a000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0x9b 0x4 0x0 0x9a 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xdc 0x89 0x1 0xdc 0x88 0x1>;
dma-names = "tx", "rx";
clocks = <0xe9 0xea>;
clock-names = "fck", "ahclkx";
status = "disabled";
};
mcasp@48474000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp6";
reg = <0x48474000 0x2000 0x4844c000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0x9d 0x4 0x0 0x9c 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xdc 0x8b 0x1 0xdc 0x8a 0x1>;
dma-names = "tx", "rx";
clocks = <0xeb 0xec>;
clock-names = "fck", "ahclkx";
status = "disabled";
};
mcasp@48478000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp7";
reg = <0x48478000 0x2000 0x48450000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0x9f 0x4 0x0 0x9e 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xdc 0x8d 0x1 0xdc 0x8c 0x1>;
dma-names = "tx", "rx";
clocks = <0xed 0xee>;
clock-names = "fck", "ahclkx";
status = "disabled";
};
mcasp@4847c000 {
compatible = "ti,dra7-mcasp-audio";
ti,hwmods = "mcasp8";
reg = <0x4847c000 0x2000 0x48454000 0x1000>;
reg-names = "mpu", "dat";
interrupts = <0x0 0xa1 0x4 0x0 0xa0 0x4>;
interrupt-names = "tx", "rx";
dmas = <0xdc 0x8f 0x1 0xdc 0x8e 0x1>;
dma-names = "tx", "rx";
clocks = <0xef 0xf0>;
clock-names = "fck", "ahclkx";
status = "disabled";
};
crossbar@4a002a48 {
compatible = "ti,irq-crossbar";
reg = <0x4a002a48 0x130>;
interrupt-controller;
interrupt-parent = <0x6>;
#interrupt-cells = <0x3>;
ti,max-irqs = <0xa0>;
ti,max-crossbar-sources = <0x190>;
ti,reg-size = <0x2>;
ti,irqs-reserved = <0x0 0x1 0x2 0x3 0x5 0x6 0x83 0x84>;
ti,irqs-skip = <0xa 0x85 0x8b 0x8c>;
ti,irqs-safe-map = <0x0>;
phandle = <0x1>;
};
ethernet@48484000 {
compatible = "ti,dra7-cpsw", "ti,cpsw";
ti,hwmods = "gmac";
clocks = <0xf1 0xf2>;
clock-names = "fck", "cpts";
cpdma_channels = <0x8>;
ale_entries = <0x400>;
bd_ram_size = <0x2000>;
mac_control = <0x20>;
slaves = <0x1>;
active_slave = <0x0>;
cpts_clock_mult = <0x784cfe14>;
cpts_clock_shift = <0x1d>;
reg = <0x48484000 0x1000 0x48485200 0x2e00>;
#address-cells = <0x1>;
#size-cells = <0x1>;
ti,no-idle;
interrupts = <0x0 0x14e 0x4 0x0 0x14f 0x4 0x0 0x150 0x4 0x0 0x151 0x4>;
ranges;
syscon = <0x7>;
status = "okay";
mdio@48485000 {
compatible = "ti,cpsw-mdio", "ti,davinci_mdio";
#address-cells = <0x1>;
#size-cells = <0x0>;
ti,hwmods = "davinci_mdio";
bus_freq = <0xf4240>;
reg = <0x48485000 0x100>;
ethernet-phy@0 {
reg = <0x0>;
phandle = <0xf3>;
};
};
slave@48480200 {
mac-address = [00 00 00 00 00 00];
phy-handle = <0xf3>;
phy-mode = "mii";
status = "okay";
};
slave@48480300 {
mac-address = [00 00 00 00 00 00];
status = "disabled";
};
cpsw-phy-sel@4a002554 {
compatible = "ti,dra7xx-cpsw-phy-sel";
reg = <0x4a002554 0x4>;
reg-names = "gmii-sel";
};
};
can@481cc000 {
compatible = "ti,dra7-d_can";
ti,hwmods = "dcan1";
reg = <0x4ae3c000 0x2000>;
syscon-raminit = <0x7 0x558 0x0>;
interrupts = <0x0 0xde 0x4>;
clocks = <0xf4>;
status = "disabled";
pinctrl-names = "default", "sleep", "active";
pinctrl-0 = <0xf5>;
pinctrl-1 = <0xf5>;
pinctrl-2 = <0xf6>;
};
can@481d0000 {
compatible = "ti,dra7-d_can";
ti,hwmods = "dcan2";
reg = <0x48480000 0x2000>;
syscon-raminit = <0x7 0x558 0x1>;
interrupts = <0x0 0xe1 0x4>;
clocks = <0xf>;
status = "disabled";
};
dss@58000000 {
compatible = "ti,dra7-dss";
status = "disabled";
ti,hwmods = "dss_core";
syscon-pll-ctrl = <0x7 0x538>;
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges;
reg = <0x58000000 0x80 0x58004054 0x4 0x58004300 0x20>;
reg-names = "dss", "pll1_clkctrl", "pll1";
clocks = <0xf7 0xf8>;
clock-names = "fck", "video1_clk";
vdda_video-supply = <0xf9>;
dispc@58001000 {
compatible = "ti,dra7-dispc";
reg = <0x58001000 0x1000>;
interrupts = <0x0 0x14 0x4>;
ti,hwmods = "dss_dispc";
clocks = <0xf7>;
clock-names = "fck";
syscon-pol = <0x7 0x534>;
};
encoder@58060000 {
compatible = "ti,dra7-hdmi";
reg = <0x58040000 0x200 0x58040200 0x80 0x58040300 0x80 0x58060000 0x19000>;
reg-names = "wp", "pll", "phy", "core";
interrupts = <0x0 0x60 0x4>;
status = "disabled";
ti,hwmods = "dss_hdmi";
clocks = <0xfa 0xfb>;
clock-names = "fck", "sys_clk";
vdda_video-supply = <0xfc>;
port {
endpoint {
remote-endpoint = <0xfd>;
phandle = <0x108>;
};
};
};
};
epwmss@4843e000 {
compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
reg = <0x4843e000 0x30>;
ti,hwmods = "epwmss0";
#address-cells = <0x1>;
#size-cells = <0x1>;
status = "disabled";
ranges;
pwm@4843e200 {
compatible = "ti,dra746-ehrpwm", "ti,am3352-ehrpwm";
#pwm-cells = <0x3>;
reg = <0x4843e200 0x80>;
clocks = <0xfe 0x9>;
clock-names = "tbclk", "fck";
status = "disabled";
};
ecap@4843e100 {
compatible = "ti,dra746-ecap", "ti,am3352-ecap";
#pwm-cells = <0x3>;
reg = <0x4843e100 0x80>;
clocks = <0x9>;
clock-names = "fck";
status = "disabled";
};
};
epwmss@48440000 {
compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
reg = <0x48440000 0x30>;
ti,hwmods = "epwmss1";
#address-cells = <0x1>;
#size-cells = <0x1>;
status = "disabled";
ranges;
pwm@48440200 {
compatible = "ti,dra746-ehrpwm", "ti,am3352-ehrpwm";
#pwm-cells = <0x3>;
reg = <0x48440200 0x80>;
clocks = <0xff 0x9>;
clock-names = "tbclk", "fck";
status = "disabled";
};
ecap@48440100 {
compatible = "ti,dra746-ecap", "ti,am3352-ecap";
#pwm-cells = <0x3>;
reg = <0x48440100 0x80>;
clocks = <0x9>;
clock-names = "fck";
status = "disabled";
};
};
epwmss@48442000 {
compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
reg = <0x48442000 0x30>;
ti,hwmods = "epwmss2";
#address-cells = <0x1>;
#size-cells = <0x1>;
status = "disabled";
ranges;
pwm@48442200 {
compatible = "ti,dra746-ehrpwm", "ti,am3352-ehrpwm";
#pwm-cells = <0x3>;
reg = <0x48442200 0x80>;
clocks = <0x100 0x9>;
clock-names = "tbclk", "fck";
status = "disabled";
};
ecap@48442100 {
compatible = "ti,dra746-ecap", "ti,am3352-ecap";
#pwm-cells = <0x3>;
reg = <0x48442100 0x80>;
clocks = <0x9>;
clock-names = "fck";
status = "disabled";
};
};
aes@4b500000 {
compatible = "ti,omap4-aes";
ti,hwmods = "aes1";
reg = <0x4b500000 0xa0>;
interrupts = <0x0 0x50 0x4>;
dmas = <0xdc 0x6f 0x0 0xdc 0x6e 0x0>;
dma-names = "tx", "rx";
clocks = <0x8>;
clock-names = "fck";
};
aes@4b700000 {
compatible = "ti,omap4-aes";
ti,hwmods = "aes2";
reg = <0x4b700000 0xa0>;
interrupts = <0x0 0x3b 0x4>;
dmas = <0xdc 0x72 0x0 0xdc 0x71 0x0>;
dma-names = "tx", "rx";
clocks = <0x8>;
clock-names = "fck";
};
des@480a5000 {
compatible = "ti,omap4-des";
ti,hwmods = "des";
reg = <0x480a5000 0xa0>;
interrupts = <0x0 0x4d 0x4>;
dmas = <0xaf 0x75 0xaf 0x74>;
dma-names = "tx", "rx";
clocks = <0x8>;
clock-names = "fck";
};
sham@53100000 {
compatible = "ti,omap5-sham";
ti,hwmods = "sham";
reg = <0x4b101000 0x300>;
interrupts = <0x0 0x2e 0x4>;
dmas = <0xdc 0x77 0x0>;
dma-names = "rx";
clocks = <0x8>;
clock-names = "fck";
};
rng@48090000 {
compatible = "ti,omap4-rng";
ti,hwmods = "rng";
reg = <0x48090000 0x2000>;
interrupts = <0x0 0x2f 0x4>;
clocks = <0x8>;
clock-names = "fck";
};
};
thermal-zones {
cpu_thermal {
polling-delay-passive = <0xfa>;
polling-delay = <0x1f4>;
thermal-sensors = <0x101 0x0>;
coefficients = <0x0 0x7d0>;
trips {
cpu_alert {
temperature = <0x186a0>;
hysteresis = <0x7d0>;
type = "passive";
phandle = <0x102>;
};
cpu_crit {
temperature = <0x1d4c0>;
hysteresis = <0x7d0>;
type = "critical";
};
};
cooling-maps {
map0 {
trip = <0x102>;
cooling-device = <0x103 0xffffffff 0xffffffff>;
};
};
};
gpu_thermal {
polling-delay-passive = <0xfa>;
polling-delay = <0x1f4>;
thermal-sensors = <0x101 0x1>;
coefficients = <0x0 0x7d0>;
trips {
gpu_crit {
temperature = <0x1e848>;
hysteresis = <0x7d0>;
type = "critical";
};
};
};
core_thermal {
polling-delay-passive = <0xfa>;
polling-delay = <0x1f4>;
thermal-sensors = <0x101 0x2>;
coefficients = <0x0 0x7d0>;
trips {
core_crit {
temperature = <0x1e848>;
hysteresis = <0x7d0>;
type = "critical";
};
};
};
dspeve_thermal {
polling-delay-passive = <0xfa>;
polling-delay = <0x1f4>;
thermal-sensors = <0x101 0x3>;
coefficients = <0x0 0x7d0>;
trips {
dspeve_crit {
temperature = <0x1e848>;
hysteresis = <0x7d0>;
type = "critical";
};
};
};
iva_thermal {
polling-delay-passive = <0xfa>;
polling-delay = <0x1f4>;
thermal-sensors = <0x101 0x4>;
coefficients = <0x0 0x7d0>;
trips {
iva_crit {
temperature = <0x1e848>;
hysteresis = <0x7d0>;
type = "critical";
};
};
};
};
pmu {
compatible = "arm,cortex-a15-pmu";
interrupt-parent = <0x6>;
interrupts = <0x0 0x83 0x4>;
};
fixedregulator-evm12v0 {
compatible = "regulator-fixed";
regulator-name = "evm_12v0";
regulator-min-microvolt = <0xb71b00>;
regulator-max-microvolt = <0xb71b00>;
regulator-always-on;
regulator-boot-on;
phandle = <0x104>;
};
fixedregulator-evm5v0 {
compatible = "regulator-fixed";
regulator-name = "evm_5v0";
regulator-min-microvolt = <0x4c4b40>;
regulator-max-microvolt = <0x4c4b40>;
vin-supply = <0x104>;
regulator-always-on;
regulator-boot-on;
phandle = <0xb4>;
};
fixedregulator-vsys3v3 {
compatible = "regulator-fixed";
regulator-name = "vsys_3v3";
regulator-min-microvolt = <0x325aa0>;
regulator-max-microvolt = <0x325aa0>;
vin-supply = <0x104>;
regulator-always-on;
regulator-boot-on;
phandle = <0xb3>;
};
fixedregulator-evm_3v3 {
compatible = "regulator-fixed";
regulator-name = "evm_3v3";
regulator-min-microvolt = <0x325aa0>;
regulator-max-microvolt = <0x325aa0>;
vin-supply = <0xb3>;
regulator-always-on;
regulator-boot-on;
phandle = <0xb1>;
};
fixedregulator-aic_dvdd {
compatible = "regulator-fixed";
regulator-name = "aic_dvdd";
vin-supply = <0xb1>;
regulator-min-microvolt = <0x1b7740>;
regulator-max-microvolt = <0x1b7740>;
phandle = <0xb2>;
};
fixedregulator-sd {
compatible = "regulator-fixed";
regulator-name = "evm_3v3_sd";
regulator-min-microvolt = <0x325aa0>;
regulator-max-microvolt = <0x325aa0>;
vin-supply = <0xb1>;
enable-active-high;
gpio = <0x105 0x5 0x0>;
phandle = <0xb7>;
};
extcon_usb1 {
compatible = "linux,extcon-usb-gpio";
id-gpio = <0x105 0x1 0x0>;
phandle = <0xd7>;
};
extcon_usb2 {
compatible = "linux,extcon-usb-gpio";
id-gpio = <0x105 0x2 0x0>;
phandle = <0xda>;
};
connector {
compatible = "hdmi-connector";
label = "hdmi";
type = [61 00];
port {
endpoint {
remote-endpoint = <0x106>;
phandle = <0x109>;
};
};
};
encoder {
compatible = "ti,tpd12s015";
gpios = <0x107 0x4 0x0 0x107 0x5 0x0 0xb0 0xc 0x0>;
ports {
#address-cells = <0x1>;
#size-cells = <0x0>;
port@0 {
reg = <0x0>;
endpoint {
remote-endpoint = <0x108>;
phandle = <0xfd>;
};
};
port@1 {
reg = <0x1>;
endpoint {
remote-endpoint = <0x109>;
phandle = <0x106>;
};
};
};
};
sound0 {
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 = <0x10a>;
simple-audio-card,frame-master = <0x10a>;
simple-audio-card,bitclock-inversion;
simple-audio-card,cpu {
sound-dai = <0x10b>;
system-clock-frequency = <0x562200>;
phandle = <0x10a>;
};
simple-audio-card,codec {
sound-dai = <0x10c>;
clocks = <0x40>;
};
};
memory {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x20000000>;
};
gpio-regulator-TPS74801 {
compatible = "regulator-gpio";
regulator-name = "vddshv8";
regulator-min-microvolt = <0x1b7740>;
regulator-max-microvolt = <0x2dc6c0>;
regulator-boot-on;
vin-supply = <0xb4>;
gpios = <0xb0 0xb 0x0>;
states = <0x1b7740 0x0 0x2dc6c0 0x1>;
phandle = <0xc1>;
};
fixedregulator-evm_1v8 {
compatible = "regulator-fixed";
regulator-name = "evm_1v8";
regulator-min-microvolt = <0x1b7740>;
regulator-max-microvolt = <0x1b7740>;
vin-supply = <0x10d>;
regulator-always-on;
regulator-boot-on;
};
gpio-poweroff {
compatible = "gpio-poweroff";
gpios = <0xb0 0x1e 0x0>;
input;
};
};
CONFIG_ARM=y
CONFIG_ARCH_OMAP2PLUS=y
CONFIG_TI_COMMON_CMD_OPTIONS=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_OMAP54XX=y
CONFIG_TARGET_DRA7XX_EVM=y
CONFIG_DRA7_DSPEVE_OPP_HIGH=y
CONFIG_DRA7_IVA_OPP_HIGH=y
CONFIG_DRA7_GPU_OPP_HIGH=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUPPORT=y
CONFIG_ARMV7_LPAE=y
CONFIG_DEFAULT_DEVICE_TREE="dra71-evm"
CONFIG_AHCI=y
# CONFIG_SPL_LOAD_FIT=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="androidboot.serialno=${serial#} console=ttyS0,115200 androidboot.console=ttyS0 androidboot.hardware=jacinto6evmboard"
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_VERSION_VARIABLE=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SPL_DMA_SUPPORT=y
CONFIG_SPL_OS_BOOT=y
CONFIG_HUSH_PARSER=y
CONFIG_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x82000000
CONFIG_FASTBOOT_BUF_SIZE=0x2F000000
CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=1
CONFIG_CMD_SPL=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_NAND=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_MTDPARTS=y
CONFIG_MTDIDS_DEFAULT="nand0=nand.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system)"
CONFIG_ISO_PARTITION=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_LIST="dra71-evm"
CONFIG_SPL_MULTI_DTB_FIT=y
CONFIG_SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ=0xA000
CONFIG_OF_SPL_REMOVE_PROPS="clocks clock-names interrupt-parent"
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_QSPI_BOOT=y
CONFIG_DM=y
CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_SPL_REGMAP=y
CONFIG_SPL_SYSCON=y
CONFIG_SPL_OF_TRANSLATE=y
CONFIG_DWC_AHCI=y
CONFIG_DFU_MMC=y
CONFIG_DFU_RAM=y
CONFIG_DFU_SF=y
CONFIG_DM_GPIO=y
CONFIG_PCF8575_GPIO=y
CONFIG_DM_I2C=y
CONFIG_MISC=y
CONFIG_DM_MMC=y
CONFIG_MMC_IO_VOLTAGE=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS200_SUPPORT=y
CONFIG_SPL_MMC_HS200_SUPPORT=y
CONFIG_MMC_OMAP_HS=y
CONFIG_NAND=y
CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_BAR=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHYLIB=y
CONFIG_DM_ETH=y
CONFIG_PHY_GIGE=y
CONFIG_PHY=y
CONFIG_SPL_PHY=y
CONFIG_PIPE3_PHY=y
CONFIG_OMAP_USB2_PHY=y
CONFIG_PMIC_PALMAS=y
CONFIG_PMIC_LP873X=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_REGULATOR_PALMAS=y
CONFIG_DM_REGULATOR_LP873X=y
CONFIG_DM_SCSI=y
CONFIG_DM_SERIAL=y
CONFIG_SYS_NS16550=y
CONFIG_DM_SPI=y
CONFIG_TI_QSPI=y
CONFIG_TIMER=y
CONFIG_OMAP_TIMER=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_XHCI_DRA7XX_INDEX=1
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GADGET=y
CONFIG_USB_DWC3_OMAP=y
CONFIG_USB_DWC3_PHY_OMAP=y
CONFIG_USB_STORAGE=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"
CONFIG_USB_GADGET_VENDOR_NUM=0x0451
CONFIG_USB_GADGET_PRODUCT_NUM=0xd022
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
CONFIG_USB_ETHER_ASIX88179=y
CONFIG_USB_ETHER_LAN75XX=y
CONFIG_USB_ETHER_LAN78XX=y
CONFIG_USB_ETHER_MCS7830=y
CONFIG_USB_ETHER_RTL8152=y
CONFIG_USB_ETHER_SMSC95XX=y