Rtwo/kernel/motorola/sm8550-devicetrees/qcom/qrb5165-iot.dtsi

35 lines
609 B
Text
Raw Normal View History

2025-09-30 20:22:48 -04:00
#include "kona-iot-v2.1.dtsi"
/ {
model = "Qualcomm Technologies, Inc. kona-iot RB5 Platform";
compatible = "qcom,kona-iot";
qcom,msm-id = <455 0x0>;
};
&soc {
clk40M: can_clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <40000000>;
};
};
&qupv3_se0_spi {
status = "okay";
can@0 {
compatible = "microchip,mcp2518fd";
reg = <0>;
clocks = <&clk40M>;
interrupt-parent = <&tlmm>;
interrupts = <15 0>;
interrupt-names = "can_irq";
spi-max-frequency = <10000000>;
gpio-controller;
status = "okay";
};
};
&tlmm {
qcom,gpios-reserved = <40 41 42 43>;
};