Skip to content

Commit

Permalink
fixed example devicetree basics
Browse files Browse the repository at this point in the history
  • Loading branch information
m0veax committed Aug 26, 2024
1 parent 2697c66 commit 2613de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/chapter2-devicetree-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1251,11 +1251,11 @@ interrupt controller.
#address-cells = <1>;
#size-cells = <1>;

open-pic {
open_pic: pic@13370000 {
clock-frequency = <0>;
interrupt-controller;
#address-cells = <0>;
#interrupt-cells = <2>;
#interrupt-cells = <2>
};

pci {
Expand Down

0 comments on commit 2613de4

Please sign in to comment.