Skip to content

Commit

Permalink
adrv9361z7035/ccbox: Keep by default in powerdown the 12V PS
Browse files Browse the repository at this point in the history
Because of build hazards, the power supply can be randomly powered on,
when the pin is left in high impedance.
  • Loading branch information
AndreiGrozav committed Jul 17, 2019
1 parent 3031ec3 commit 6f627c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/adrv9361z7035/common/ccbox_constr.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ set_property -dict {PACKAGE_PIN B9 IOSTANDARD LVCMOS18} [get_ports tsw_b]
## misc

set_property -dict {PACKAGE_PIN AC16 IOSTANDARD LVCMOS25} [get_ports otg_ctrl] ; ## U1,AC16,IO_L21_12_JX2_N,JX2,95,OTG_CTRL
set_property -dict {PACKAGE_PIN AC17 IOSTANDARD LVCMOS25} [get_ports adp1614_en] ; ## U1,AC17,IO_L21_12_JX2_P,JX2,93,ADP1614_EN
set_property -dict {PACKAGE_PIN AC17 IOSTANDARD LVCMOS25 PULLTYPE PULLDOWN} [get_ports adp1614_en] ; ## U1,AC17,IO_L21_12_JX2_P,JX2,93,ADP1614_EN
set_property -dict {PACKAGE_PIN D5 IOSTANDARD LVCMOS18} [get_ports rtc_int] ; ## U1,D5,IO_L10_34_JX4_N,JX4,44,TIMER_INT

0 comments on commit 6f627c2

Please sign in to comment.