mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
Merge "ARM: dts: qcom: Add qti-can device tree node for 8195"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
497f554396
@@ -1,6 +1,31 @@
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/clock/qcom,gcc-sc8180x.h>
|
||||
|
||||
&qupv3_3 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
|
||||
&qupv3_se0_spi {
|
||||
status = "ok";
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
can-controller@0 {
|
||||
compatible = "qcom,nxp,mpc5746c";
|
||||
reg = <0>;
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <38 0>;
|
||||
spi-max-frequency = <5000000>;
|
||||
qcom,clk-freq-mhz = <40000000>;
|
||||
qcom,max-can-channels = <1>;
|
||||
qcom,bits-per-word = <8>;
|
||||
qcom,support-can-fd;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
&qupv3_se12_2uart {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user