Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7e6c8376
Commit
7e6c8376
authored
Apr 02, 2015
by
Joachim Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: dts: lpc18xx: add can nodes
Signed-off-by:
Joachim Eastwood
<
manabian@gmail.com
>
parent
5d2ea79c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
arch/arm/boot/dts/lpc18xx.dtsi
arch/arm/boot/dts/lpc18xx.dtsi
+16
-0
No files found.
arch/arm/boot/dts/lpc18xx.dtsi
View file @
7e6c8376
...
...
@@ -156,6 +156,14 @@ pinctrl: pinctrl@40086000 {
clocks = <&ccu1 CLK_CPU_SCU>;
};
can1: can@400a4000 {
compatible = "bosch,c_can";
reg = <0x400a4000 0x1000>;
interrupts = <43>;
clocks = <&ccu1 CLK_APB1_CAN1>;
status = "disabled";
};
uart2: serial@400c1000 {
compatible = "nxp,lpc1850-uart", "ns16550a";
reg = <0x400c1000 0x1000>;
...
...
@@ -203,6 +211,14 @@ ssp1: spi@400c5000 {
status = "disabled";
};
can0: can@400e2000 {
compatible = "bosch,c_can";
reg = <0x400e2000 0x1000>;
interrupts = <51>;
clocks = <&ccu1 CLK_APB3_CAN0>;
status = "disabled";
};
gpio: gpio@400f4000 {
compatible = "nxp,lpc1850-gpio";
reg = <0x400f4000 0x4000>;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment