You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/include/ "skeleton.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "mrvl,kirkwood";
|
|
|
|
|
|
|
|
ocp@f1000000 {
|
|
|
|
compatible = "simple-bus";
|
|
|
|
ranges = <0 0xf1000000 0x1000000>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
serial@12000 {
|
|
|
|
compatible = "ns16550a";
|
|
|
|
reg = <0x12000 0x100>;
|
|
|
|
reg-shift = <2>;
|
|
|
|
interrupts = <33>;
|
|
|
|
/* set clock-frequency in board dts */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
serial@12100 {
|
|
|
|
compatible = "ns16550a";
|
|
|
|
reg = <0x12100 0x100>;
|
|
|
|
reg-shift = <2>;
|
|
|
|
interrupts = <34>;
|
|
|
|
/* set clock-frequency in board dts */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|