21 lines
352 B
Text
21 lines
352 B
Text
|
|
#include "kona-iot-vc.dtsi"
|
||
|
|
|
||
|
|
&pcie2 {
|
||
|
|
qcom,boot-option = <0x0>;
|
||
|
|
};
|
||
|
|
|
||
|
|
&qupv3_se15_i2c {
|
||
|
|
status = "ok";
|
||
|
|
fsa4480: fsa4480@43 {
|
||
|
|
compatible = "qcom,fsa4480-i2c";
|
||
|
|
reg = <0x43>;
|
||
|
|
io-channels = <&pm8150b_charger PSY_IIO_TYPEC_ACCESSORY_MODE>;
|
||
|
|
io-channel-names = "typec_mode";
|
||
|
|
qcom,use-power-supply = <1>;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
|
||
|
|
&usb1 {
|
||
|
|
qcom,default-mode-host;
|
||
|
|
};
|