dts overlay 更新rk3568 can canfd 设备树插件
This commit is contained in:
@ -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";
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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>;
|
||||
|
||||
@ -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>;
|
||||
|
||||
@ -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>;
|
||||
|
||||
@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user