-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'omap-for-v4.3/dt-dm814x' of git://git.kernel.org/pub/scm/l…
…inux/kernel/git/tmlind/linux-omap into next/dt omap dts changes for minimal dm814x support for v4.3 merge window. These changes make dm814x boot and adds minimal board support for dm814x-evm and hp t410. Note that to boot these depend on omap-for-v4.3/soc-signed branch, but as dm814x support is currently broken, these can be merged separately with the other dts changes. * tag 'omap-for-v4.3/dt-dm814x' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: OMAP2+: Add custom abort handler for t410 ARM: dts: Add minimal support for HP T410 ARM: dts: Add minimal dts support for dm8148-evm ARM: dts: Add minimal clocks for dm814x ARM: dts: Add minimal dm814x support Signed-off-by: Olof Johansson <olof@lixom.net>
- Loading branch information
Showing
6 changed files
with
529 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
/dts-v1/; | ||
|
||
#include "dm814x.dtsi" | ||
|
||
/ { | ||
model = "DM8148 EVM"; | ||
compatible = "ti,dm8148-evm", "ti,dm8148"; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x80000000 0x40000000>; /* 1 GB */ | ||
}; | ||
}; | ||
|
||
&cpsw_emac0 { | ||
phy_id = <&davinci_mdio>, <0>; | ||
phy-mode = "mii"; | ||
}; | ||
|
||
&cpsw_emac1 { | ||
phy_id = <&davinci_mdio>, <1>; | ||
phy-mode = "mii"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
/dts-v1/; | ||
|
||
#include "dm814x.dtsi" | ||
|
||
/ { | ||
model = "DM8148 EVM"; | ||
compatible = "hp,t410", "ti,dm8148"; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x80000000 0x40000000>; /* 1 GB */ | ||
}; | ||
}; | ||
|
||
&cpsw_emac0 { | ||
phy_id = <&davinci_mdio>, <0>; | ||
phy-mode = "mii"; | ||
}; | ||
|
||
&cpsw_emac1 { | ||
phy_id = <&davinci_mdio>, <1>; | ||
phy-mode = "mii"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
/* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
&scm_clocks { | ||
|
||
tclkin_ck: tclkin_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <32768>; | ||
}; | ||
|
||
devosc_ck: devosc_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <20000000>; | ||
}; | ||
|
||
/* Optional auxosc, 20 - 30 MHz range, assume 27 MHz by default */ | ||
auxosc_ck: auxosc_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <27000000>; | ||
}; | ||
|
||
mpu_ck: mpu_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <1000000000>; | ||
}; | ||
|
||
sysclk4_ck: sysclk4_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <222000000>; | ||
}; | ||
|
||
sysclk6_ck: sysclk6_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <100000000>; | ||
}; | ||
|
||
sysclk10_ck: sysclk10_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <48000000>; | ||
}; | ||
|
||
sysclk18_ck: sysclk18_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <32768>; | ||
}; | ||
|
||
cpsw_125mhz_gclk: cpsw_125mhz_gclk { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <125000000>; | ||
}; | ||
|
||
cpsw_cpts_rft_clk: cpsw_cpts_rft_clk { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <250000000>; | ||
}; | ||
|
||
}; | ||
|
||
&pllss_clocks { | ||
|
||
aud_clkin0_ck: aud_clkin0_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <20000000>; | ||
}; | ||
|
||
aud_clkin1_ck: aud_clkin1_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <20000000>; | ||
}; | ||
|
||
aud_clkin2_ck: aud_clkin2_ck { | ||
#clock-cells = <0>; | ||
compatible = "fixed-clock"; | ||
clock-frequency = <20000000>; | ||
}; | ||
|
||
timer1_mux_ck: timer1_mux_ck { | ||
#clock-cells = <0>; | ||
compatible = "ti,mux-clock"; | ||
clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck | ||
&aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>; | ||
ti,bit-shift = <3>; | ||
reg = <0x2e0>; | ||
}; | ||
|
||
timer2_mux_ck: timer2_mux_ck { | ||
#clock-cells = <0>; | ||
compatible = "ti,mux-clock"; | ||
clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck | ||
&aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>; | ||
ti,bit-shift = <6>; | ||
reg = <0x2e0>; | ||
}; | ||
}; |
Oops, something went wrong.