LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-26-2017, 01:38 PM   #1
vivek thullimalli
LQ Newbie
 
Registered: Aug 2017
Posts: 5

Rep: Reputation: Disabled
device tree node failed to get resource


Hi,

I am working on kernel porting (version Raspberry PI B+-4.9)for custom SoC(with arm1176jzfs core) & Custom Evaluation board. I have written a simple DTS file, to initialize uarts in my board. uart's are physically mapped to 0x5800_0000 & 0x5800_1000 on memory map.
my DTS file:
-----------
[I]aliases {
serial0 = &uart0;
serial1 = &uart1;
};

soc {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

uart0: serial@58000000 {
status = "okay";
compatible = "arm,pl011", "arm,primecell";
reg = <0x58000000 0x1000>;
clocks = <100000000>;
clock-names = "uartclk", "apb_pclk";
arm,primecell-periphid = <0x00041011>;
};
uart1: serial@58001000 {
status = "okay";
compatible = "arm,pl011", "arm,primecell";
reg = <0x58001000 0x1000>;
clocks = <100000000>;
clock-names = "uartclk", "apb_pclk";
arm,primecell-periphid = <0x00041011>;
};
};

During the time of booting it is shown up as:

[ 0.000000] Serial: AMBA PL011 UART driver
[ 0.000000] OF: checking for dev: soc
[ 0.000000] OF: checking for dev: serial
[ 0.000000]
[ 0.000000] OF: amba: of_address_to_resource() failed (-22) for /soc/serial@58000000
[ 0.000000] OF: amba: of_address_to_resource() failed (-22) for /soc/serial@58001000

Any suggestion on the issue?

Thanks,
Vivek. T
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
failed to find cpu0 device node during fedora 23 boot time sjacob Linux - Newbie 2 08-31-2016 09:43 AM
Failed to unmount /cache and /system, 16: Device or resource busy contactteja Linux - Mobile 3 03-22-2015 08:48 PM
[SOLVED] device-mapper: remove ioctl on failed: Device or resource busy jheengut Linux - Kernel 1 10-23-2013 08:38 AM
Failed to stop array: device or resource busy RAID/DMCrypt eponymous Linux - Software 0 12-08-2012 04:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration