1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
9 compatible = "ti,dra762", "ti,dra7";
12 target-module@42c01900 {
13 compatible = "ti,sysc-dra7-mcan", "ti,sysc";
14 ranges = <0x0 0x42c00000 0x2000>;
17 reg = <0x42c01900 0x4>,
20 reg-names = "rev", "sysc", "syss";
21 ti,sysc-mask = <(SYSC_OMAP4_SOFTRESET |
22 SYSC_DRA7_MCAN_ENAWAKEUP)>;
24 clocks = <&wkupaon_clkctrl DRA7_WKUPAON_ADC_CLKCTRL 0>;
28 compatible = "bosch,m_can";
29 reg = <0x1a00 0x4000>, <0x0 0x18FC>;
30 reg-names = "m_can", "message_ram";
31 interrupt-parent = <&gic>;
32 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
33 <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
34 interrupt-names = "int0", "int1";
35 clocks = <&mcan_clk>, <&l3_iclk_div>;
36 clock-names = "cclk", "hclk";
37 bosch,mram-cfg = <0x0 0 0 32 0 0 1 1>;
44 /* MCAN interrupts are hard-wired to irqs 67, 68 */
46 ti,irqs-skip = <10 67 68 133 139 140>;
50 dpll_gmac_h14x2_ctrl_ck: dpll_gmac_h14x2_ctrl_ck@3fc {
52 compatible = "ti,divider-clock";
53 clocks = <&dpll_gmac_x2_ck>;
58 assigned-clocks = <&dpll_gmac_h14x2_ctrl_ck>;
59 assigned-clock-rates = <80000000>;
62 dpll_gmac_h14x2_ctrl_mux_ck: dpll_gmac_h14x2_ctrl_mux_ck@3fc {
64 compatible = "ti,mux-clock";
65 clocks = <&dpll_gmac_ck>, <&dpll_gmac_h14x2_ctrl_ck>;
69 assigned-clocks = <&dpll_gmac_h14x2_ctrl_mux_ck>;
70 assigned-clock-parents = <&dpll_gmac_h14x2_ctrl_ck>;
73 mcan_clk: mcan_clk@3fc {
75 compatible = "ti,gate-clock";
76 clocks = <&dpll_gmac_h14x2_ctrl_mux_ck>;