Skip to content

Commit

Permalink
dts: arm: nxp: Enable css on lpc55s36
Browse files Browse the repository at this point in the history
Add css to lpc55s36 device tree

Signed-off-by: Declan Snyder <[email protected]>
  • Loading branch information
decsny authored and mmahadevan108 committed Nov 2, 2022
1 parent 0acfefe commit b3ce1b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dts/arm/nxp/nxp_lpc55S3x_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#include <mem.h>

/ {
chosen {
zephyr,entropy = &css;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -225,6 +229,12 @@
#size-cells = <0>;
};

css: css@4003000 {
compatible = "nxp,css-v2";
reg = <0x4003000 0x200>;
status = "okay";
};

can0: can@4009d000 {
compatible = "nxp,lpc-mcan";
reg = <0x4009d000 0x1000>;
Expand Down

0 comments on commit b3ce1b9

Please sign in to comment.