dts overlay 更新rk3568 can canfd 设备树插件

This commit is contained in:
hejiawencc
2023-09-05 11:08:12 +08:00
parent 81a5582c26
commit c2c1f15e16
7 changed files with 7 additions and 10 deletions

View File

@ -1 +1 @@
8
10

View File

@ -4,14 +4,13 @@
#include <dt-bindings/clock/rk3568-cru.h>
/ {
compatible = "rockchip,rk3568";
fragment@0 {
target = <&can1>;
__overlay__ {
status = "okay";
compatible = "rockchip,can-1.0";
compatible = "rockchip,rk3568-can-2.0";
assigned-clocks = <&cru CLK_CAN1>;
assigned-clock-rates = <200000000>;
pinctrl-names = "default";

View File

@ -3,14 +3,13 @@
#include <dt-bindings/clock/rk3568-cru.h>
/ {
compatible = "rockchip,rk3568";
fragment@0 {
target = <&can1>;
__overlay__ {
status = "okay";
compatible = "rockchip,can-1.0";
compatible = "rockchip,rk3568-can-2.0";
assigned-clocks = <&cru CLK_CAN1>;
assigned-clock-rates = <200000000>;
pinctrl-names = "default";

View File

@ -4,14 +4,13 @@
#include <dt-bindings/clock/rk3568-cru.h>
/ {
compatible = "rockchip,rk3568";
fragment@0 {
target = <&can2>;
__overlay__ {
status = "okay";
compatible = "rockchip,can-1.0";
compatible = "rockchip,rk3568-can-2.0";
pinctrl-names = "default";
assigned-clocks = <&cru CLK_CAN2>;
assigned-clock-rates = <200000000>;

View File

@ -4,13 +4,13 @@
#include <dt-bindings/clock/rk3568-cru.h>
/ {
compatible = "rockchip,rk3568";
fragment@0 {
target = <&can1>;
__overlay__ {
status = "okay";
compatible = "rockchip,canfd-1.0";
pinctrl-names = "default";
assigned-clocks = <&cru CLK_CAN1>;
assigned-clock-rates = <100000000>;

View File

@ -4,13 +4,13 @@
#include <dt-bindings/clock/rk3568-cru.h>
/ {
compatible = "rockchip,rk3568";
fragment@0 {
target = <&can1>;
__overlay__ {
status = "okay";
compatible = "rockchip,canfd-1.0";
pinctrl-names = "default";
assigned-clocks = <&cru CLK_CAN1>;
assigned-clock-rates = <100000000>;

View File

@ -4,13 +4,13 @@
#include <dt-bindings/clock/rk3568-cru.h>
/ {
compatible = "rockchip,rk3568";
fragment@0 {
target = <&can2>;
__overlay__ {
status = "okay";
compatible = "rockchip,canfd-1.0";
pinctrl-names = "default";
assigned-clocks = <&cru CLK_CAN2>;
assigned-clock-rates = <100000000>;