forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
1
2
3
4
5
6
7
8
9
10
11
* H8/300 bus controller
 
Required properties:
  - compatible: Must be "renesas,h8300-bsc".
  - reg: Base address and length of BSC registers.
 
Example.
   bsc: memory-controller@fee01e {
       compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
       reg = <0xfee01e 8>;
   };